Home
last modified time | relevance | path

Searched refs:function_table (Results 51 – 59 of 59) sorted by relevance

123

/PHP-7.4/ext/spl/
H A Dspl_directory.c337 …intern->u.file.func_getCurr = zend_hash_str_find_ptr(&intern->std.ce->function_table, "getcurrentl… in spl_filesystem_file_open()
2120 …func_ptr = (zend_function *)zend_hash_str_find_ptr(EG(function_table), #func_name, sizeof(#func_na…
/PHP-7.4/Zend/
H A Dzend_execute.c3651 zval *zv = zend_hash_find(EG(function_table), name); in zend_fetch_function()
3666 zval *zv = zend_hash_str_find(EG(function_table), name, len); in zend_fetch_function_str()
4089 if (UNEXPECTED((func = zend_hash_find(EG(function_table), lcname)) == NULL)) { in zend_init_dynamic_call_string()
H A Dzend_vm_def.h3766 func = zend_hash_find_ex(EG(function_table), Z_STR_P(function_name+1), 1);
3925 func = zend_hash_find_ex(EG(function_table), Z_STR_P(func_name + 1), 1);
3927 func = zend_hash_find_ex(EG(function_table), Z_STR_P(func_name + 2), 1);
3958 func = zend_hash_find_ex(EG(function_table), Z_STR_P(fname), 1);
7646 zfunc = zend_hash_find_ex(EG(function_table), Z_STR_P(RT_CONSTANT(opline, opline->op1)), 1);
H A Dzend_vm_execute.h2913 func = zend_hash_find_ex(EG(function_table), Z_STR_P(function_name+1), 1); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
2996 func = zend_hash_find_ex(EG(function_table), Z_STR_P(func_name + 1), 1); in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
2998 func = zend_hash_find_ex(EG(function_table), Z_STR_P(func_name + 2), 1); in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3029 func = zend_hash_find_ex(EG(function_table), Z_STR_P(fname), 1); in ZEND_INIT_FCALL_SPEC_CONST_HANDLER()
9532 zfunc = zend_hash_find_ex(EG(function_table), Z_STR_P(RT_CONSTANT(opline, opline->op1)), 1); in ZEND_DECLARE_LAMBDA_FUNCTION_SPEC_CONST_UNUSED_HANDLER()
/PHP-7.4/ext/opcache/Optimizer/
H A Dblock_pass.c390 if((function = zend_hash_find_ptr(EG(function_table), Z_STR_P(arg))) != NULL) { in zend_optimize_block()
H A Dsccp.c1032 func = zend_hash_find_ptr(CG(function_table), name); in ct_eval_func_call()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2130 fptr_count = zend_hash_str_find_ptr(&ce->function_table, "count", sizeof("count") - 1); in php_sxe_find_fptr_count()
/PHP-7.4/ext/ffi/
H A Dffi.c5022 …memcpy(&zend_ffi_new_fn, zend_hash_str_find_ptr(&zend_ffi_ce->function_table, "new", sizeof("new")…
5024 …memcpy(&zend_ffi_cast_fn, zend_hash_str_find_ptr(&zend_ffi_ce->function_table, "cast", sizeof("cas…
5026 …memcpy(&zend_ffi_type_fn, zend_hash_str_find_ptr(&zend_ffi_ce->function_table, "type", sizeof("typ…
/PHP-7.4/ext/ldap/
H A Dldap.c3773 …if (call_user_function_ex(EG(function_table), NULL, &ld->rebindproc, &cb_retval, 2, cb_args, 0, NU… in _ldap_rebind_proc()

Completed in 202 milliseconds

123