Home
last modified time | relevance | path

Searched refs:fn_name (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/soap/
H A Dphp_packet_soap.h22 …(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_val…
H A Dphp_packet_soap.c22 …(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_val… in parse_packet_soap() argument
/php-src/sapi/phpdbg/
H A Dphpdbg.c561 …zend_string *fn_name = strpprintf(ZSTR_LEN(name) + ZSTR_LEN(func->op_array.function_name) + 2, "%.… in PHP_FUNCTION() local
562 insert_ht = phpdbg_add_empty_array(insert_ht, fn_name); in PHP_FUNCTION()
563 zend_string_release(fn_name); in PHP_FUNCTION()
651 zend_string *fn_name; in PHP_FUNCTION() local
655 fn_name = zend_string_copy(last_function); in PHP_FUNCTION()
657fn_name = strpprintf(ZSTR_LEN(last_function) + ZSTR_LEN(last_scope->name) + 2, "%.*s::%.*s", (int)… in PHP_FUNCTION()
659 insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), fn_name); in PHP_FUNCTION()
660 zend_string_release(fn_name); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_compile.c10648 zval fn_name; in zend_compile_shell_exec() local
10651 ZVAL_STRING(&fn_name, "shell_exec"); in zend_compile_shell_exec()
10652 name_ast = zend_ast_create_zval(&fn_name); in zend_compile_shell_exec()
10658 zval_ptr_dtor(&fn_name); in zend_compile_shell_exec()

Completed in 59 milliseconds