$rules
$rules
Responsible for extracting translatable strings from PHP source files in the form of Translations instances
find_function_calls( $function_names, $code)
Finds all function calls in $code and returns an array with an associative array for each function: - name - name of the function - args - array for the function arguments. Each string literal is represented by itself, other arguments are represented by null.
$function_names | ||
$code |