/PHP-7.2/ext/spl/ |
H A D | spl_engine.h | 35 zend_function *func = pce->constructor; in spl_instantiate_arg_ex1() local 46 zend_function *func = pce->constructor; in spl_instantiate_arg_ex2() local 57 zend_function *func = pce->constructor; in spl_instantiate_arg_n() local
|
/PHP-7.2/ext/pcntl/ |
H A D | php_signal.c | 28 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all) in php_signal4() 66 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) in php_signal()
|
/PHP-7.2/ext/intl/common/ |
H A D | common_date.cpp | 36 const char *func) 104 intl_error *err, const char *func) 171 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func)
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_print.c | 211 PHPDBG_PRINT(func) /* {{{ */ in PHPDBG_PRINT() argument 268 zend_function *func = zend_hash_str_find_ptr(EG(function_table), function, len); in phpdbg_print_opcodes_function() local 288 zend_function *func; in phpdbg_print_opcodes_method_ce() local 387 zend_function *func; in phpdbg_print_opcodes() local
|
H A D | phpdbg_frame.c | 202 const zend_function *func = NULL; in phpdbg_dump_prototype() local
|
/PHP-7.2/ext/opcache/Optimizer/ |
H A D | optimize_func_calls.c | 40 zend_function *func; member 93 …zend_try_inline_call(zend_op_array *op_array, zend_op *fcall, zend_op *opline, zend_function *func) in zend_try_inline_call()
|
H A D | zend_call_graph.c | 55 … zend_foreach_op_array(zend_call_graph *call_graph, zend_script *script, zend_op_array_func_t func) in zend_foreach_op_array() 87 zend_function *func; in zend_analyze_calls() local
|
H A D | pass1_5.c | 427 zend_internal_function *func; in zend_optimizer_pass1() local
|
H A D | zend_optimizer.c | 847 zend_function *func; in zend_optimizer_get_called_func() local 865 zend_function *func; in zend_optimizer_get_called_func() local 1154 zend_function *func; in zend_adjust_fcall_stack_size() local
|
/PHP-7.2/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 104 struct pdo_sqlite_func *func; in pdo_sqlite_cleanup_callbacks() local 451 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_callback() local 459 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_step_callback() local 466 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_final_callback() local 516 struct pdo_sqlite_func *func; in PHP_METHOD() local 589 struct pdo_sqlite_func *func; in PHP_METHOD() local
|
/PHP-7.2/Zend/ |
H A D | zend_execute.h | 167 …nd_vm_init_call_frame(zend_execute_data *call, uint32_t call_info, zend_function *func, uint32_t n… in zend_vm_init_call_frame() 180 …_stack_push_call_frame_ex(uint32_t used_stack, uint32_t call_info, zend_function *func, uint32_t n… in zend_vm_stack_push_call_frame_ex() 198 static zend_always_inline uint32_t zend_vm_calc_used_stack(uint32_t num_args, zend_function *func) in zend_vm_calc_used_stack() 208 …nd_execute_data *zend_vm_stack_push_call_frame(uint32_t call_info, zend_function *func, uint32_t n… in zend_vm_stack_push_call_frame()
|
H A D | zend_llist.c | 179 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func) in zend_llist_apply() 231 ZEND_API void zend_llist_apply_with_argument(zend_llist *l, llist_apply_with_arg_func_t func, void … in zend_llist_apply_with_argument() 241 ZEND_API void zend_llist_apply_with_arguments(zend_llist *l, llist_apply_with_args_func_t func, int… in zend_llist_apply_with_arguments()
|
H A D | zend_execute_API.c | 289 zend_function *func = Z_PTR_P(zv); in shutdown_executor() local 347 zend_function *func = Z_PTR_P(zv); in shutdown_executor() local 403 zend_function *func; in get_active_class_name() local 435 zend_function *func; in get_active_function_name() local 664 zend_function *func; in zend_call_function() local 938 zend_function *func = zend_hash_find_ptr(EG(function_table), ZSTR_KNOWN(ZEND_STR_MAGIC_AUTOLOAD)); in zend_lookup_class_ex() local 1478 zend_function *func; in zend_verify_abstract_class() local
|
H A D | zend_closures.c | 39 zend_function func; member 51 zend_function *func = EX(func); in ZEND_METHOD() local 70 zend_function *func = &closure->func; in zend_valid_closure_binding() local 646 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure() 725 ZEND_API void zend_create_fake_closure(zval *res, zend_function *func, zend_class_entry *scope, zen… in zend_create_fake_closure()
|
H A D | zend_object_handlers.c | 1054 zval *func; in zend_check_private_int() local 1131 zend_op_array *func; in zend_get_call_trampoline_func() local 1181 zval *func; in zend_std_get_method() local 1288 zval *func = zend_hash_find(&ce->function_table, lc_function_name); in zend_std_get_static_method() local 1708 zval *func; in zend_std_get_closure() local
|
H A D | zend_inheritance.c | 57 static zend_function *zend_duplicate_function(zend_function *func, zend_class_entry *ce) /* {{{ */ in zend_duplicate_function() 635 zend_function *func = (zend_function*)Z_PTR_P(child); in do_inherit_method() local 792 zend_function *func; in zend_do_inheritance() local 1007 zend_function *func; in zend_do_implement_interface() local
|
H A D | zend_builtin_functions.c | 1299 zend_function *func = Z_OBJ_HT_P(klass)->get_method(&obj, method_name, NULL); in ZEND_FUNCTION() local 1482 zend_function *func; in ZEND_FUNCTION() local 1788 zend_function *func = Z_PTR_P(zv); in copy_function_name() local 1897 zend_op_array *func; in ZEND_FUNCTION() local 2208 zend_function *func; in ZEND_FUNCTION() local 2406 zend_function *func; in zend_fetch_debug_backtrace() local
|
/PHP-7.2/ext/bcmath/libbcmath/src/ |
H A D | bcmath.h | 96 #define _PROTOTYPE(func, args) func args argument 98 #define _PROTOTYPE(func, args) func() argument
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_ps.h | 27 ps_field_fetch_func func; member
|
/PHP-7.2/ext/intl/timezone/ |
H A D | timezone_class.cpp | 63 const char *func, zval *ret) in timezone_convert_to_datetimezone() 131 const char *func) in timezone_process_timezone_argument()
|
/PHP-7.2/main/ |
H A D | php_ticks.c | 26 void (*func)(int, void *); member
|
/PHP-7.2/ext/sqlite3/ |
H A D | sqlite3.c | 839 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_func() local 847 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_step() local 858 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_final() local 922 php_sqlite3_func *func; in PHP_METHOD() local 972 php_sqlite3_func *func; in PHP_METHOD() local 2126 php_sqlite3_func *func; in php_sqlite3_object_free_storage() local
|
/PHP-7.2/ext/session/ |
H A D | mod_user.c | 30 static void ps_call_handler(zval *func, int argc, zval *argv, zval *retval) in ps_call_handler()
|
/PHP-7.2/ext/pdo/ |
H A D | pdo_dbh.c | 1264 zend_function *func = (zend_function*)Z_PTR_P(el); in cls_method_dtor() local 1273 zend_function *func = (zend_function*)Z_PTR_P(el); in cls_method_pdtor() local 1285 zend_internal_function func; in pdo_hash_methods() local
|
/PHP-7.2/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 355 void zend_accel_blacklist_apply(zend_blacklist *blacklist, blacklist_apply_func_arg_t func, void *a…
|