Home
last modified time | relevance | path

Searched refs:function_len (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/standard/
H A Dbasic_functions.h260 PHPAPI extern zend_bool register_user_shutdown_function(char *function_name, size_t function_len, p…
261 PHPAPI extern zend_bool remove_user_shutdown_function(char *function_name, size_t function_len TSRM…
H A Dbasic_functions.c5138 PHPAPI zend_bool register_user_shutdown_function(char *function_name, size_t function_len, php_shut… argument
5145 …return zend_hash_update(BG(user_shutdown_function_names), function_name, function_len, shutdown_fu…
5149 PHPAPI zend_bool remove_user_shutdown_function(char *function_name, size_t function_len TSRMLS_DC) …
5152 …return zend_hash_del_key_or_index(BG(user_shutdown_function_names), function_name, function_len, 0…
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.c317 int function_len; in PHP_FUNCTION() local
319 … if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &function, &function_len) == FAILURE) { in PHP_FUNCTION()
323 phpdbg_set_breakpoint_symbol(function, function_len TSRMLS_CC); in PHP_FUNCTION()
H A Dphpdbg_bp.c1492 zend_uint function_len = 0; local
1502 &function_name, &function_len, &function_idx, 0, &position[0]) == HASH_KEY_IS_STRING) {
/PHP-5.6/ext/soap/
H A Dsoap.c2645 int function_len, argument
2878 int function_len, i = 0; local
2893 &function, &function_len, &args, &options, &headers, &output_headers) == FAILURE) {
2971 …do_soap_call(this_ptr, function, function_len, arg_count, real_args, return_value, location, soap_…

Completed in 38 milliseconds