/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | def.h | 22 #define LXB_DEPRECATED(func) __declspec(deprecated) func argument 24 #define LXB_DEPRECATED(func) func __attribute__((deprecated)) argument 26 #define LXB_DEPRECATED(func) func argument
|
/php-src/Zend/ |
H A D | zend_cpuinfo.c | 34 static void __zend_cpuid(uint32_t func, uint32_t subfunc, zend_cpu_info *cpuinfo) { in __zend_cpuid() 38 static void __zend_cpuid(uint32_t func, uint32_t subfunc, zend_cpu_info *cpuinfo) { in __zend_cpuid() 60 static void __zend_cpuid(uint32_t func, uint32_t subfunc, zend_cpu_info *cpuinfo) { in __zend_cpuid() 71 static void __zend_cpuid(uint32_t func, uint32_t subfunc, zend_cpu_info *cpuinfo) { in __zend_cpuid()
|
H A D | zend_portability.h | 574 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) func argument 577 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) argument 599 # define ZEND_INTRIN_SSE4_2_FUNC_DECL(func) func argument 602 # define ZEND_INTRIN_SSE4_2_FUNC_DECL(func) argument 625 # define ZEND_INTRIN_PCLMUL_FUNC_DECL(func) func argument 628 # define ZEND_INTRIN_PCLMUL_FUNC_DECL(func) argument 674 # define ZEND_INTRIN_AVX2_FUNC_DECL(func) func argument 677 # define ZEND_INTRIN_AVX2_FUNC_DECL(func) argument 694 # define ZEND_INTRIN_AVX512_FUNC_DECL(func) func argument 697 # define ZEND_INTRIN_AVX512_FUNC_DECL(func) argument [all …]
|
H A D | zend_closures.c | 33 zend_function func; member 45 zend_function *func = EX(func); in ZEND_METHOD() local 75 zend_function *func = &closure->func; in zend_valid_closure_binding() local 731 static void zend_create_closure_ex(zval *res, zend_function *func, zend_class_entry *scope, zend_cl… in zend_create_closure_ex() 835 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure() 841 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_execute.h | 260 …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() 269 …_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() 287 static zend_always_inline uint32_t zend_vm_calc_used_stack(uint32_t num_args, zend_function *func) in zend_vm_calc_used_stack() 297 …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() 385 zend_function *func = EG(current_execute_data)->func; in zend_active_function() local
|
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 | 471 zend_function *func = Z_PTR_P(zv); in shutdown_executor() local 529 zend_function *func; in get_active_class_name() local 562 zend_function *func; in get_active_function_name() local 592 zend_function *func = EX(func); in zend_active_function_ex() local 613 ZEND_API zend_string *get_function_or_method_name(const zend_function *func) /* {{{ */ in get_function_or_method_name() 629 zend_function *func = zend_active_function(); in get_active_function_arg_name() local 635 ZEND_API const char *get_function_arg_name(const zend_function *func, uint32_t arg_num) /* {{{ */ in get_function_arg_name() 804 zend_function *func; in zend_call_function() local
|
H A D | zend_attributes.h | 103 static zend_always_inline zend_attribute *zend_add_function_attribute(zend_function *func, zend_str… in zend_add_function_attribute() 109 static zend_always_inline zend_attribute *zend_add_parameter_attribute(zend_function *func, uint32_… in zend_add_parameter_attribute()
|
H A D | zend_object_handlers.c | 1548 zval *func; in zend_get_parent_private_method() local 1597 zend_op_array *func; in zend_get_call_trampoline_func() local 1706 zend_function *func; in zend_get_property_hook_trampoline() local 1765 zval *func; in zend_std_get_method() local 1868 zval *func = zend_hash_find(&ce->function_table, lc_function_name); in zend_std_get_static_method() local 2360 zval *func = zend_hash_find_known_hash(&ce->function_table, ZSTR_KNOWN(ZEND_STR_MAGIC_INVOKE)); in zend_std_get_closure() local
|
/php-src/ext/pcntl/ |
H A D | php_signal.c | 24 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all) in php_signal4() 60 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) in php_signal()
|
/php-src/ext/intl/common/ |
H A D | common_date.cpp | 37 const char *func) in timezone_convert_datetimezone() 98 intl_error *err, const char *func) in intl_datetime_decompose() 165 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func) in intl_zval_to_millis()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_print.c | 180 PHPDBG_PRINT(func) /* {{{ */ in PHPDBG_PRINT() argument 236 zend_function *func = zend_hash_str_find_ptr(EG(function_table), function, len); in phpdbg_print_opcodes_function() local 247 zend_function *func; in phpdbg_print_opcodes_method_ce() local 328 zend_function *func; in phpdbg_print_opcodes() local
|
/php-src/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 98 struct pdo_sqlite_func *func; in pdo_sqlite_cleanup_callbacks() local 444 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_step_callback() local 451 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_final_callback() local 489 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_callback() local 496 struct pdo_sqlite_func *func; in pdo_sqlite_create_function_internal() local 553 struct pdo_sqlite_func *func; in pdo_sqlite_create_aggregate_internal() local 707 struct pdo_sqlite_func *func = H->funcs; in pdo_sqlite_get_gc() local
|
/php-src/Zend/Optimizer/ |
H A D | optimize_func_calls.c | 32 zend_function *func; member 79 …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_optimizer.c | 130 zend_internal_function *func = zend_hash_find_ptr(EG(function_table), lc_name); in zend_optimizer_eval_special_func_call() local 927 zend_function *func; in zend_optimizer_get_called_func() local 942 zend_function *func; in zend_optimizer_get_called_func() local 1484 zend_function *func; in zend_adjust_fcall_stack_size() local 1542 zend_op_array *op_array, zend_op_array_func_t func, void *context) { in zend_foreach_op_array_helper() 1549 void zend_foreach_op_array(zend_script *script, zend_op_array_func_t func, void *context) in zend_foreach_op_array()
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_ps.h | 25 ps_field_fetch_func func; member
|
/php-src/ext/pdo/ |
H A D | pdo_stmt.c | 1296 zend_string *func = get_active_function_or_method_name(); in PHP_METHOD() local 1316 zend_string *func = get_active_function_or_method_name(); in PHP_METHOD() local 1342 zend_string *func = get_active_function_or_method_name(); in PHP_METHOD() local 1728 zend_string *func = get_active_function_or_method_name(); in pdo_stmt_setup_fetch_mode() local 1738 zend_string *func = get_active_function_or_method_name(); in pdo_stmt_setup_fetch_mode() local 1762 zend_string *func = get_active_function_or_method_name(); in pdo_stmt_setup_fetch_mode() local 1772 zend_string *func = get_active_function_or_method_name(); in pdo_stmt_setup_fetch_mode() local 1780 zend_string *func = get_active_function_or_method_name(); in pdo_stmt_setup_fetch_mode() local 1820 zend_string *func = get_active_function_or_method_name(); in pdo_stmt_setup_fetch_mode() local
|
/php-src/sapi/fuzzer/ |
H A D | fuzzer-sapi.c | 211 static zend_function func; in fuzzer_setup_dummy_frame() local 295 zval retval, func; in fuzzer_call_php_func_zval() local
|
H A D | fuzzer-execute-common.h | 126 zval retval, func, args[2]; in opcache_invalidate() local
|
/php-src/ext/intl/timezone/ |
H A D | timezone_class.cpp | 63 const char *func, zval *ret) in timezone_convert_to_datetimezone() 132 const char *func) in timezone_process_timezone_argument()
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir.c | 2298 ir_ref _ir_CALL(ir_ctx *ctx, ir_type type, ir_ref func) 2304 ir_ref _ir_CALL_1(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1) 2310 ir_ref _ir_CALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2) 2324 ir_ref _ir_CALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3) 2390 ir_ref _ir_CALL_N(ir_ctx *ctx, ir_type type, ir_ref func, uint32_t count, ir_ref *args) 2414 void _ir_TAILCALL(ir_ctx *ctx, ir_type type, ir_ref func) 2425 void _ir_TAILCALL_1(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1) 2436 void _ir_TAILCALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2) 2454 void _ir_TAILCALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3) 2536 void _ir_TAILCALL_N(ir_ctx *ctx, ir_type type, ir_ref func, uint32_t count, ir_ref *args) [all …]
|
/php-src/main/ |
H A D | php_ticks.c | 22 void (*func)(int, void *); member
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.c | 872 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_func() local 880 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_step() local 891 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_final() local 942 php_sqlite3_func *func; in PHP_METHOD() local 988 php_sqlite3_func *func; in PHP_METHOD() local 2180 php_sqlite3_func *func; in php_sqlite3_object_free_storage() local 2254 php_sqlite3_func *func = intern->funcs; in php_sqlite3_get_gc() local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 500 zend_function *func; in zend_jit_trace_record_fake_init_call_ex() local 913 zend_function *func = EX(call)->func; local 1108 zend_function *func; local
|
/php-src/ext/standard/ |
H A D | base64.c | 344 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) argument 346 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func argument 355 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) argument 357 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func argument
|