Searched refs:fn_name (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/soap/ |
H A D | php_packet_soap.h | 22 …(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_val…
|
H A D | php_packet_soap.c | 22 …(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_val… in parse_packet_soap() argument
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg.c | 560 …zend_string *fn_name = strpprintf(ZSTR_LEN(name) + ZSTR_LEN(func->op_array.function_name) + 2, "%.… in PHP_FUNCTION() local 561 insert_ht = phpdbg_add_empty_array(insert_ht, fn_name); in PHP_FUNCTION() 562 zend_string_release(fn_name); in PHP_FUNCTION() 650 zend_string *fn_name; in PHP_FUNCTION() local 654 fn_name = zend_string_copy(last_function); in PHP_FUNCTION() 656 …fn_name = strpprintf(ZSTR_LEN(last_function) + ZSTR_LEN(last_scope->name) + 2, "%.*s::%.*s", (int)… in PHP_FUNCTION() 658 insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), fn_name); in PHP_FUNCTION() 659 zend_string_release(fn_name); in PHP_FUNCTION()
|
/PHP-8.3/Zend/ |
H A D | zend_compile.c | 9707 zval fn_name; in zend_compile_shell_exec() local 9710 ZVAL_STRING(&fn_name, "shell_exec"); in zend_compile_shell_exec() 9711 name_ast = zend_ast_create_zval(&fn_name); in zend_compile_shell_exec() 9717 zval_ptr_dtor(&fn_name); in zend_compile_shell_exec()
|
Completed in 42 milliseconds