/PHP-5.6/ext/pcntl/ |
H A D | php_signal.c | 28 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all) in php_signal4() 62 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) in php_signal()
|
/PHP-5.6/ext/opcache/Optimizer/ |
H A D | optimize_func_calls.c | 7 zend_function *func; member 27 zend_function *func; in optimize_func_calls() local
|
H A D | pass1_5.c | 377 zend_internal_function *func; variable
|
/PHP-5.6/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 104 struct pdo_sqlite_func *func; in pdo_sqlite_cleanup_callbacks() local 458 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_callback() local 467 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_step_callback() local 475 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_final_callback() local 536 struct pdo_sqlite_func *func; in PHP_METHOD() local 607 struct pdo_sqlite_func *func; in PHP_METHOD() local
|
H A D | php_pdo_sqlite_int.h | 41 zval *func, *step, *fini; member
|
/PHP-5.6/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-5.6/Zend/ |
H A D | zend_closures.c | 39 zend_function func; member 50 zend_function *func = EG(current_execute_data)->function_state.function; in ZEND_METHOD() local 457 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zval *th… in zend_create_closure()
|
H A D | zend_llist.c | 229 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()
|
/PHP-5.6/main/ |
H A D | php_ticks.c | 66 void (*func)(int); in php_tick_iterator() local
|
/PHP-5.6/ext/spl/ |
H A D | spl_engine.h | 55 zend_function *func = pce->constructor; in spl_instantiate_arg_n() local
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 133 const zend_function *func = phpdbg_get_function( in phpdbg_dump_prototype() local
|
H A D | phpdbg_print.c | 212 PHPDBG_PRINT(func) /* {{{ */ in PHPDBG_PRINT() argument
|
H A D | phpdbg_list.c | 73 PHPDBG_LIST(func) /* {{{ */ in PHPDBG_LIST() argument
|
H A D | phpdbg_utils.c | 172 zend_function *func = NULL; in phpdbg_get_function() local
|
/PHP-5.6/ext/session/ |
H A D | mod_user.c | 47 static zval *ps_call_handler(zval *func, int argc, zval **argv TSRMLS_DC) in ps_call_handler()
|
/PHP-5.6/ext/sqlite3/ |
H A D | sqlite3.c | 858 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local 867 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local 879 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local 954 php_sqlite3_func *func; local 1004 php_sqlite3_func *func; local 2099 php_sqlite3_func *func; local
|
/PHP-5.6/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 374 void zend_accel_blacklist_apply(zend_blacklist *blacklist, apply_func_arg_t func, void *argument TS…
|
/PHP-5.6/main/streams/ |
H A D | php_stream_context.h | 46 php_stream_notification_func func; member
|
/PHP-5.6/ext/standard/ |
H A D | filestat.c | 129 gdfse_func func; in php_disk_total_space() local 261 gdfse_func func; in php_disk_free_space() local
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regposix.c | 271 int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*); member
|
/PHP-5.6/ext/intl/breakiterator/ |
H A D | breakiterator_methods.cpp | 196 int32_t (BreakIterator::*func)(), in _breakiter_no_args_ret_int32()
|
/PHP-5.6/ext/soap/ |
H A D | php_http.c | 383 zval func; in make_http_soap_request() local 1250 zval func; in make_http_soap_request() local
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_priv.h | 164 ps_field_fetch_func func; member
|
/PHP-5.6/ext/intl/collator/ |
H A D | collator_sort.c | 265 collator_compare_func_t func; in collator_get_compare_function() local
|
/PHP-5.6/ext/phar/ |
H A D | func_interceptors.c | 1056 #define PHAR_INTERCEPT(func) \ argument 1094 #define PHAR_RELEASE(func) \ argument
|