Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 70) sorted by relevance

123

/PHP-7.1/ext/spl/
H A Dspl_engine.h35 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.1/ext/pcntl/
H A Dphp_signal.c28 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.1/ext/intl/common/
H A Dcommon_date.cpp42 const char *func)
110 intl_error *err, const char *func)
177 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func)
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_print.c211 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 Dphpdbg_frame.c202 const zend_function *func = NULL; in phpdbg_dump_prototype() local
/PHP-7.1/ext/opcache/Optimizer/
H A Doptimize_func_calls.c40 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 Dzend_call_graph.c55 … 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 Dzend_optimizer.c600 zend_function *func; in zend_optimizer_get_called_func() local
618 zend_function *func; in zend_optimizer_get_called_func() local
892 zend_function *func; in zend_adjust_fcall_stack_size() local
H A Dpass1_5.c455 zend_internal_function *func; in zend_optimizer_pass1() local
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_driver.c104 struct pdo_sqlite_func *func; in pdo_sqlite_cleanup_callbacks() local
447 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_callback() local
455 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_step_callback() local
462 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_final_callback() local
512 struct pdo_sqlite_func *func; in PHP_METHOD() local
583 struct pdo_sqlite_func *func; in PHP_METHOD() local
/PHP-7.1/Zend/
H A Dzend_execute.h166 …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()
179 …_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 Dzend_llist.c179 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 Dzend_closures.c42 zend_function func; member
54 zend_function *func = EX(func); in ZEND_METHOD() local
73 zend_function *func = &closure->func; in zend_valid_closure_binding() local
641 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure()
720 ZEND_API void zend_create_fake_closure(zval *res, zend_function *func, zend_class_entry *scope, zen… in zend_create_fake_closure()
H A Dzend_execute_API.c254 zend_function *func; in shutdown_executor() local
420 zend_function *func; in get_active_class_name() local
452 zend_function *func; in get_active_function_name() local
681 zend_function *func; in zend_call_function() local
973 …zend_function *func = zend_hash_find_ptr(EG(function_table), CG(known_strings)[ZEND_STR_MAGIC_AUTO… in zend_lookup_class_ex() local
1515 zend_function *func; in zend_verify_abstract_class() local
H A Dzend_object_handlers.c1063 zval *func; in zend_check_private_int() local
1140 zend_op_array *func; in zend_get_call_trampoline_func() local
1190 zval *func; in zend_std_get_method() local
1309 zval *func = zend_hash_find(&ce->function_table, lc_function_name); in zend_std_get_static_method() local
1720 zval *func; in zend_std_get_closure() local
H A Dzend_inheritance.c57 static zend_function *zend_duplicate_function(zend_function *func, zend_class_entry *ce) /* {{{ */ in zend_duplicate_function()
650 zend_function *func = (zend_function*)Z_PTR_P(child); in do_inherit_method() local
807 zend_function *func; in zend_do_inheritance() local
1022 zend_function *func; in zend_do_implement_interface() local
H A Dzend_builtin_functions.c1405 zend_function *func = Z_OBJ_HT_P(klass)->get_method(&obj, method_name, NULL); in ZEND_FUNCTION() local
1588 zend_function *func; in ZEND_FUNCTION() local
1953 zend_function *func = Z_PTR_P(zv); in copy_function_name() local
2062 zend_op_array *func; in ZEND_FUNCTION() local
2389 zend_function *func; in ZEND_FUNCTION() local
2587 zend_function *func; in zend_fetch_debug_backtrace() local
/PHP-7.1/ext/bcmath/libbcmath/src/
H A Dbcmath.h96 #define _PROTOTYPE(func, args) func args argument
98 #define _PROTOTYPE(func, args) func() argument
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_ps.h27 ps_field_fetch_func func; member
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_class.cpp63 const char *func, zval *ret) in timezone_convert_to_datetimezone()
131 const char *func) in timezone_process_timezone_argument()
/PHP-7.1/main/
H A Dphp_ticks.c26 void (*func)(int, void *); member
/PHP-7.1/ext/sqlite3/
H A Dsqlite3.c833 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_func() local
841 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_step() local
852 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_final() local
916 php_sqlite3_func *func; in PHP_METHOD() local
967 php_sqlite3_func *func; in PHP_METHOD() local
2089 php_sqlite3_func *func; in php_sqlite3_object_free_storage() local
/PHP-7.1/ext/session/
H A Dmod_user.c30 static void ps_call_handler(zval *func, int argc, zval *argv, zval *retval) in ps_call_handler()
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c1256 zend_function *func = (zend_function*)Z_PTR_P(el); in cls_method_dtor() local
1265 zend_function *func = (zend_function*)Z_PTR_P(el); in cls_method_pdtor() local
1277 zend_internal_function func; in pdo_hash_methods() local
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_blacklist.c355 void zend_accel_blacklist_apply(zend_blacklist *blacklist, blacklist_apply_func_arg_t func, void *a…

Completed in 72 milliseconds

123