/PHP-7.2/Zend/ |
H A D | zend_API.c | 198 ZEND_API char *zend_zval_type_name(const zval *arg) /* {{{ */ in zend_zval_type_name() 205 ZEND_API zend_string *zend_zval_get_type(const zval *arg) /* {{{ */ in zend_zval_get_type() 840 zval *arg; in zend_parse_va_args() local 1448 ZEND_API int add_index_null(zval *arg, zend_ulong index) /* {{{ */ in add_index_null() 1517 ZEND_API int add_next_index_long(zval *arg, zend_long n) /* {{{ */ in add_next_index_long() 1526 ZEND_API int add_next_index_null(zval *arg) /* {{{ */ in add_next_index_null() 1535 ZEND_API int add_next_index_bool(zval *arg, int b) /* {{{ */ in add_next_index_bool() 1553 ZEND_API int add_next_index_double(zval *arg, double d) /* {{{ */ in add_next_index_double() 2533 static int clean_module_class(zval *el, void *arg) /* {{{ */ in clean_module_class() 3571 zval *arg, *params; in zend_fcall_info_args_ex() local [all …]
|
H A D | zend_stack.c | 128 …h_argument(zend_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg) in zend_stack_apply_with_argument()
|
H A D | zend_extensions.c | 243 void *arg; in zend_extension_message_dispatcher() local 254 ZEND_API void zend_extension_dispatch_message(int message, void *arg) in zend_extension_dispatch_message()
|
H A D | zend_ini_parser.y | 225 … *fh, zend_bool unbuffered_errors, int scanner_mode, zend_ini_parser_cb_t ini_parser_cb, void *arg) in zend_parse_ini_file() 254 …*str, zend_bool unbuffered_errors, int scanner_mode, zend_ini_parser_cb_t ini_parser_cb, void *arg) in zend_parse_ini_string()
|
H A D | zend_vm_def.h | 4135 zval *value, *arg; variable 4152 zval *value, *arg; variable 4183 zval *varptr, *arg; variable 4223 zval *varptr, *arg; variable 4242 zval *varptr, *arg; variable 4282 zval *varptr, *arg; variable 4310 zval *varptr, *arg; variable 4370 zval *arg, *top; variable 4442 zval *arg, *top; variable 4537 zval *arg, *param; variable [all …]
|
H A D | zend_API.h | 393 #define array_init(arg) _array_init((arg), 0 ZEND_FILE_LINE_CC) argument 394 #define array_init_size(arg, size) _array_init((arg), (size) ZEND_FILE_LINE_CC) argument 395 #define object_init(arg) _object_init((arg) ZEND_FILE_LINE_CC) argument 396 #define object_init_ex(arg, ce) _object_init_ex((arg), (ce) ZEND_FILE_LINE_CC) argument 573 #define add_method(arg, key, method) add_assoc_function((arg), (key), (method)) argument 1175 static zend_always_inline int zend_parse_arg_str(zval *arg, zend_string **dest, int check_null) in zend_parse_arg_str() 1204 static zend_always_inline int zend_parse_arg_path_str(zval *arg, zend_string **dest, int check_null) in zend_parse_arg_path_str() 1230 static zend_always_inline int zend_parse_arg_array(zval *arg, zval **dest, int check_null, int or_o… in zend_parse_arg_array() 1278 static zend_always_inline int zend_parse_arg_resource(zval *arg, zval **dest, int check_null) in zend_parse_arg_resource() 1302 static zend_always_inline void zend_parse_arg_zval(zval *arg, zval **dest, int check_null) in zend_parse_arg_zval() [all …]
|
/PHP-7.2/main/ |
H A D | php_ticks.c | 27 void *arg; member 53 PHPAPI void php_add_tick_function(void (*func)(int, void*), void * arg) in php_add_tick_function() argument 59 PHPAPI void php_remove_tick_function(void (*func)(int, void *), void * arg) in php_remove_tick_function() argument 65 static void php_tick_iterator(void *d, void *arg) in php_tick_iterator()
|
H A D | php_ini.c | 121 static int php_ini_displayer(zval *el, void *arg) in php_ini_displayer() 152 static int php_ini_available(zval *el, void *arg) in php_ini_available() 343 static void php_load_php_extension_cb(void *arg) in php_load_php_extension_cb() 354 static void php_load_zend_extension_cb(void *arg) in php_load_zend_extension_cb() 414 static void php_load_zend_extension_cb(void *arg) { } in php_load_zend_extension_cb()
|
/PHP-7.2/ext/standard/ |
H A D | type.c | 28 zval *arg; in PHP_FUNCTION() local 195 zval *arg; in php_is_type() local 238 zval *arg; in PHP_FUNCTION() local 297 zval *arg; in PHP_FUNCTION() local 328 zval *arg; in PHP_FUNCTION() local
|
H A D | math.c | 807 PHPAPI zend_long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong() 851 PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret) in _php_math_basetozval() 915 PHPAPI zend_string * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase() 945 PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base) in _php_math_zvaltobase() 983 zval *arg; in PHP_FUNCTION() local 1000 zval *arg; in PHP_FUNCTION() local 1017 zval *arg; in PHP_FUNCTION() local 1034 zval *arg; in PHP_FUNCTION() local 1051 zval *arg; in PHP_FUNCTION() local 1068 zval *arg; in PHP_FUNCTION() local
|
H A D | pack.c | 102 static inline uint32_t php_pack_reverse_int32(uint32_t arg) in php_pack_reverse_int32() 113 static inline uint64_t php_pack_reverse_int64(uint64_t arg) in php_pack_reverse_int64() 256 int arg = 1; in PHP_FUNCTION() local 378 int arg = formatargs[i]; in PHP_FUNCTION() local 461 int arg = formatargs[i]; in PHP_FUNCTION() local 753 int arg = 1, argb; in PHP_FUNCTION() local
|
/PHP-7.2/sapi/fpm/fpm/ |
H A D | fpm_process_ctl.c | 39 static void fpm_pctl_cleanup(int which, void *arg) /* {{{ */ in fpm_pctl_cleanup() 53 static void fpm_pctl_action(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_action() 440 void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_heartbeat() 465 …perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_perform_idle_server_maintenance_heartbeat() 495 void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_on_socket_accept()
|
H A D | fpm_cleanup.c | 14 void *arg; member 19 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
|
H A D | fpm_events.c | 48 static void fpm_event_cleanup(int which, void *arg) /* {{{ */ in fpm_event_cleanup() 55 static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_got_signal() 470 …*ev, int fd, int flags, void (*callback)(struct fpm_event_s *, short, void *), void *arg) /* {{{ */ in fpm_event_set() argument
|
H A D | fpm_conf.c | 1261 static void fpm_conf_cleanup(int which, void *arg) /* {{{ */ in fpm_conf_cleanup() 1276 static void fpm_conf_ini_parser_include(char *inc, void *arg) /* {{{ */ in fpm_conf_ini_parser_include() 1332 static void fpm_conf_ini_parser_section(zval *section, void *arg) /* {{{ */ in fpm_conf_ini_parser_section() 1370 static void fpm_conf_ini_parser_entry(zval *name, zval *value, void *arg) /* {{{ */ in fpm_conf_ini_parser_entry() 1427 static void fpm_conf_ini_parser_array(zval *name, zval *key, zval *value, void *arg) /* {{{ */ in fpm_conf_ini_parser_array() 1483 static void fpm_conf_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /… in fpm_conf_ini_parser()
|
H A D | fpm_events.h | 12 #define fpm_event_set_timer(ev, flags, cb, arg) fpm_event_set((ev), -1, (flags), (cb), (arg)) argument 19 void *arg; member
|
H A D | fpm_worker_pool.c | 37 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup()
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regtrav.c | 37 int level, void* arg) in capture_tree_traverse() 68 int(*callback_func)(int,int,int,int,int,void*), void* arg) in onig_capture_tree_traverse() argument
|
H A D | regposix.c | 276 void* arg; member 281 onig_regex_t* reg ARG_UNUSED, void* arg) in i_wrapper() 291 void* arg) in reg_foreach_name()
|
H A D | unicode.c | 300 apply_case_fold1(int from, int to, OnigApplyAllCaseFoldFunc f, void* arg) in apply_case_fold1() 331 apply_case_fold2(int from, int to, OnigApplyAllCaseFoldFunc f, void* arg) in apply_case_fold2() 360 apply_case_fold3(int from, int to, OnigApplyAllCaseFoldFunc f, void* arg) in apply_case_fold3() 390 OnigApplyAllCaseFoldFunc f, void* arg) in onigenc_unicode_apply_all_case_fold()
|
H A D | gb18030.c | 34 #define DEBUG_GB18030(arg) argument 36 #define DEBUG_GB18030(arg) printf arg argument
|
/PHP-7.2/ext/readline/ |
H A D | readline.c | 348 char *arg; in PHP_FUNCTION() local 408 char *arg = NULL; in PHP_FUNCTION() local 433 char *arg = NULL; in PHP_FUNCTION() local 525 zval *arg; in PHP_FUNCTION() local
|
/PHP-7.2/ext/dom/ |
H A D | characterdata.c | 207 char *arg; in PHP_FUNCTION() local 241 char *arg; in PHP_FUNCTION() local 345 char *arg; in PHP_FUNCTION() local
|
/PHP-7.2/Zend/tests/bug67436/ |
H A D | a.php | 4 public function test($arg = c::TESTCONSTANT) {
|
/PHP-7.2/ext/mysqli/ |
H A D | mysqli_exception.c | 42 va_list arg; in php_mysqli_throw_sql_exception() local
|