/PHP-7.0/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.0/ext/pcntl/ |
H A D | php_signal.c | 28 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all) in php_signal4() 61 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) in php_signal()
|
/PHP-7.0/ext/intl/common/ |
H A D | common_date.cpp | 42 const char *func) 110 intl_error *err, const char *func) 174 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func)
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_print.c | 211 PHPDBG_PRINT(func) /* {{{ */ in PHPDBG_PRINT() argument 266 zend_function *func = zend_hash_str_find_ptr(EG(function_table), function, len); in phpdbg_print_opcodes_function() local 286 zend_function *func; in phpdbg_print_opcodes_method_ce() local 385 zend_function *func; in phpdbg_print_opcodes() local
|
H A D | phpdbg_frame.c | 125 const zend_function *func = NULL; in phpdbg_dump_prototype() local
|
/PHP-7.0/ext/opcache/Optimizer/ |
H A D | optimize_func_calls.c | 37 zend_function *func; member 60 zend_function *func; in optimize_func_calls() local
|
H A D | pass1_5.c | 447 zend_internal_function *func; in zend_optimizer_pass1() local
|
/PHP-7.0/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 104 struct pdo_sqlite_func *func; in pdo_sqlite_cleanup_callbacks() local 449 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_callback() local 457 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_step_callback() local 464 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 586 struct pdo_sqlite_func *func; in PHP_METHOD() local
|
/PHP-7.0/Zend/ |
H A D | zend_closures.c | 42 zend_function func; member 54 zend_function *func = EX(func); in ZEND_METHOD() local 79 zend_function *func = &closure->func; in zend_valid_closure_binding() local 557 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure() 624 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_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.h | 174 …_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() 197 static zend_always_inline uint32_t zend_vm_calc_used_stack(uint32_t num_args, zend_function *func) in zend_vm_calc_used_stack() 207 …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_execute_API.c | 252 zend_function *func; in shutdown_executor() local 418 zend_function *func; in get_active_class_name() local 450 zend_function *func; in get_active_function_name() local 685 zend_function *func; in zend_call_function() local 992 …zend_function *func = zend_hash_str_find_ptr(EG(function_table), ZEND_AUTOLOAD_FUNC_NAME, sizeof(Z… in zend_lookup_class_ex() local 1447 zend_function *func; in zend_verify_abstract_class() local
|
H A D | zend_object_handlers.c | 1014 zval *func; in zend_check_private_int() local 1089 zend_op_array *func; in zend_get_call_trampoline_func() local 1140 zval *func; in zend_std_get_method() local 1253 zval *func = zend_hash_find(&ce->function_table, lc_function_name); in zend_std_get_static_method() local 1651 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() 612 zend_function *func = (zend_function*)Z_PTR_P(child); in do_inherit_method() local 761 zend_function *func; in zend_do_inheritance() local 975 zend_function *func; in zend_do_implement_interface() local
|
H A D | zend_builtin_functions.c | 1321 union _zend_function *func = NULL; in ZEND_FUNCTION() local 1508 zend_function *func; in ZEND_FUNCTION() local 1873 zend_function *func = Z_PTR_P(zv); in copy_function_name() local 1978 zend_op_array *func; in ZEND_FUNCTION() local 2306 zend_function *func; in ZEND_FUNCTION() local 2504 zend_function *func; in zend_fetch_debug_backtrace() local
|
/PHP-7.0/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.0/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.0/main/ |
H A D | php_ticks.c | 26 void (*func)(int, void *); member
|
/PHP-7.0/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.0/ext/sqlite3/ |
H A D | sqlite3.c | 838 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local 846 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local 857 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local 923 php_sqlite3_func *func; local 973 php_sqlite3_func *func; local 2091 php_sqlite3_func *func; local
|
/PHP-7.0/ext/pdo/ |
H A D | pdo_dbh.c | 1258 zend_function *func = (zend_function*)Z_PTR_P(el); in cls_method_dtor() local 1267 zend_function *func = (zend_function*)Z_PTR_P(el); in cls_method_pdtor() local 1279 zend_internal_function func; in pdo_hash_methods() local
|
/PHP-7.0/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…
|
H A D | ZendAccelerator.c | 2288 zend_function *func = Z_PTR(_p->val); in zend_accel_fast_shutdown() local 2311 zend_function *func; in zend_accel_fast_shutdown() local 2347 zend_function *func = Z_PTR(_p->val); in zend_accel_fast_shutdown() local 2716 zend_function *func; local
|
/PHP-7.0/ext/standard/ |
H A D | filestat.c | 117 gdfse_func func; in php_disk_total_space() local 249 gdfse_func func; in php_disk_free_space() local
|
/PHP-7.0/ext/soap/ |
H A D | php_http.c | 385 zval func; in make_http_soap_request() local 1254 zval func; in make_http_soap_request() local
|