Home
last modified time | relevance | path

Searched refs:func (Results 201 – 225 of 302) sorted by relevance

12345678910>>...13

/PHP-8.1/Zend/tests/
H A Dbug69212.phpt2 Bug #69212: Leaking VIA_HANDLER func when exception thrown in __call/... arg passing
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_php_trace.c79 if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, func), &l)) { in fpm_php_trace_dump()
130 if (0 > fpm_trace_get_long(prev + offsetof(zend_execute_data, func), &l)) { in fpm_php_trace_dump()
/PHP-8.1/ext/phar/
H A Dfunc_interceptors.c995 #define PHAR_INTERCEPT(func) \ argument
996 PHAR_G(orig_##func) = NULL; \
997 if (NULL != (orig = zend_hash_str_find_ptr(CG(function_table), #func, sizeof(#func)-1))) { \
998 PHAR_G(orig_##func) = orig->internal_function.handler; \
999 orig->internal_function.handler = phar_##func; \
1033 #define PHAR_RELEASE(func) \ argument
1034 …if (PHAR_G(orig_##func) && NULL != (orig = zend_hash_str_find_ptr(CG(function_table), #func, sizeo…
1035 orig->internal_function.handler = PHAR_G(orig_##func); \
1037 PHAR_G(orig_##func) = NULL;
/PHP-8.1/ext/pdo/tests/
H A Dpecl_bug_5772.phpt2 PDO Common: PECL Bug #5772 (PDO::FETCH_FUNC breaks on mixed case func name)
/PHP-8.1/ext/zlib/tests/
H A Dgzencode_variation2-win32.phpt14 include 'func.inc';
H A Dgzgetc_basic.phpt8 include 'func.inc';
H A Dgzgetc_basic_1.phpt8 include 'func.inc';
/PHP-8.1/ext/gd/tests/
H A Dbug66005.phpt26 include_once __DIR__ . '/func.inc';
H A Dimagegd_truecolor.phpt13 require_once __DIR__ . DIRECTORY_SEPARATOR . 'func.inc';
H A Dbug47946.phpt44 require_once __DIR__ . '/func.inc';
H A Dimageconvolution_error3.phpt10 require __DIR__ . '/func.inc';
H A Dbug50194.phpt12 require_once __DIR__ . DIRECTORY_SEPARATOR . 'func.inc';
/PHP-8.1/Zend/Optimizer/
H A Dpass1.c161 fake_execute_data.func = (zend_function*)op_array; in zend_optimizer_pass1()
361 zend_internal_function *func; in zend_optimizer_pass1() local
365 if ((func = zend_hash_find_ptr(EG(function_table), lc_name)) != NULL in zend_optimizer_pass1()
366 && func->type == ZEND_INTERNAL_FUNCTION in zend_optimizer_pass1()
367 && func->module->type == MODULE_PERSISTENT in zend_optimizer_pass1()
369 && func->module->handle == NULL in zend_optimizer_pass1()
/PHP-8.1/ext/sqlite3/tests/
H A Dgh11878.phpt15 $this->sqlite->createFunction("func", array($this, "SQLiteIndex"), 0);
/PHP-8.1/Zend/
H A Dzend_inheritance.c102 if (func->op_array.refcount) { in zend_duplicate_function()
103 (*func->op_array.refcount)++; in zend_duplicate_function()
105 if (EXPECTED(func->op_array.function_name)) { in zend_duplicate_function()
108 return func; in zend_duplicate_function()
1165 func, func->common.scope, parent, parent->common.scope, ce, child, in do_inherit_method()
1169 func, func->common.scope, parent, parent->common.scope, ce, child, in do_inherit_method()
1412 zend_function *func; in zend_do_inheritance_ex() local
1577 do_inherit_method(key, func, ce, 0, 1); in zend_do_inheritance_ex()
1655 zend_function *func; in do_interface_implementation() local
1664 do_inherit_method(key, func, ce, 1, 0); in do_interface_implementation()
[all …]
H A Dzend_object_handlers.h256 #define zend_free_trampoline(func) do { \ argument
257 if ((func) == &EG(trampoline)) { \
260 efree(func); \
/PHP-8.1/ext/session/
H A Dmod_user.c26 static void ps_call_handler(zval *func, int argc, zval *argv, zval *retval) in ps_call_handler() argument
36 if (call_user_function(NULL, NULL, func, retval, argc, argv) == FAILURE) { in ps_call_handler()
/PHP-8.1/ext/standard/tests/file/
H A Duserstreams_003.phpt30 function test($name, $fd, $return_value, $func, $args, $expected_option, $expected_value) {
36 var_dump(call_user_func_array($func, $args));
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_info.c182 if (!EG(current_execute_data) || !EG(current_execute_data)->func) { in phpdbg_print_symbols()
211 zend_op_array *ops = &EG(current_execute_data)->func->op_array; in phpdbg_print_symbols()
307 …in_executor = PHPDBG_G(in_execution) && EG(current_execute_data) && EG(current_execute_data)->func; in PHPDBG_INFO()
309 zend_op_array *ops = in_executor ? &EG(current_execute_data)->func->op_array : PHPDBG_G(ops); in PHPDBG_INFO()
H A Dphpdbg_prompt.c602 const zend_op_array *op_array = &ex->func->op_array; in phpdbg_skip_line_helper()
647 const zend_op_array *op_array = &ex->func->op_array; in phpdbg_seek_to_end()
1622 …urrent_execute_data) && EG(current_execute_data)->func && ZEND_USER_CODE(EG(current_execute_data)-…
1664 phpdbg_resolve_op_array_breaks(&execute_data->func->op_array); in phpdbg_execute_ex()
1690 if (!prev_ex->func || !ZEND_USER_CODE(prev_ex->func->common.type)) { in phpdbg_execute_ex()
1818 execute_data->call->func->type == ZEND_USER_FUNCTION) { in phpdbg_execute_ex()
1844 if (data->func) { in phpdbg_force_interruption()
1845 if (ZEND_USER_CODE(data->func->type)) { in phpdbg_force_interruption()
1849 data->func->op_array.filename->val, in phpdbg_force_interruption()
1851 } else if (data->func->internal_function.function_name) { in phpdbg_force_interruption()
[all …]
H A Dphpdbg_utils.c170 zend_function *func = NULL; in phpdbg_get_function() local
187 func = zend_hash_find_ptr(&ce->function_table, lfname); in phpdbg_get_function()
190 func = zend_hash_find_ptr(EG(function_table), lfname); in phpdbg_get_function()
194 return func; in phpdbg_get_function()
337 if (!EG(current_execute_data) || !EG(current_execute_data)->func) { in phpdbg_rebuild_symtable()
615 zend_op_array *op_array = &execute_data->func->op_array; in phpdbg_check_caught_ex()
/PHP-8.1/ext/tidy/tests/
H A D027.phpt8 // bug report from http://sf.net/tracker/?func=detail&atid=390963&aid=1641868&group_id=27659
/PHP-8.1/ext/phar/phar/
H A Dclicommand.inc122 $func = $prefix . $sub . '_' . $what;
124 if ($r->hasMethod($func)) {
128 $a[$what][$sub] = /*$m->class . '::' .*/ $func;
242 private function cli_help_get_args($func, $l, $sp, $required)
245 foreach(call_user_func($func, $l, $sp) as $arg => $conf) {
/PHP-8.1/ext/soap/
H A Dphp_http.c380 zval func; in make_http_soap_request() local
389 ZVAL_STRING(&func, "gzcompress"); in make_http_soap_request()
393 ZVAL_STRING(&func, "gzencode"); in make_http_soap_request()
397 if (call_user_function(CG(function_table), (zval*)NULL, &func, &retval, n, params) == SUCCESS && in make_http_soap_request()
400 zval_ptr_dtor(&func); in make_http_soap_request()
404 zval_ptr_dtor(&func); in make_http_soap_request()
1255 zval func; in make_http_soap_request() local
1262 ZVAL_STRING(&func, "gzinflate"); in make_http_soap_request()
1266 ZVAL_STRING(&func, "gzuncompress"); in make_http_soap_request()
1281 zval_ptr_dtor(&func); in make_http_soap_request()
[all …]
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c424 StkId func; member
1059 ci->func=(ci->func-oldstack)+L->stack;
1122 return func;
1129 func=tryfuncTM(L,func);
1140 base=func+1;
1150 ci->func=func;
3378 int func;
5164 StkId func=ci->func;
5754 StkId func;
5762 StkId func;
[all …]

Completed in 67 milliseconds

12345678910>>...13