/PHP-8.1/Zend/ |
H A D | zend_API.c | 135 ZEND_API const char *zend_zval_type_name(const zval *arg) /* {{{ */ in zend_zval_type_name() 153 ZEND_API zend_string *zend_zval_get_legacy_type(const zval *arg) /* {{{ */ in zend_zval_get_legacy_type() 1039 zval *arg; in zend_parse_va_args() local 1686 ZEND_API void object_init(zval *arg) /* {{{ */ in object_init() 1806 ZEND_API void add_index_null(zval *arg, zend_ulong index) /* {{{ */ in add_index_null() 1905 ZEND_API zend_result add_next_index_null(zval *arg) /* {{{ */ in add_next_index_null() 1914 ZEND_API zend_result add_next_index_bool(zval *arg, bool b) /* {{{ */ in add_next_index_bool() 2147 Z_OBJ_HANDLER_P(arg, write_property)(Z_OBJ_P(arg), str, value, NULL); in add_property_zval_ex() local 2935 static int clean_module_class(zval *el, void *arg) /* {{{ */ in clean_module_class() 3972 zval *arg, *params; in zend_fcall_info_args_ex() local [all …]
|
H A D | zend_stack.c | 122 …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_vm_def.h | 4658 zval *value, *arg; variable 4698 zval *value, *arg; variable 4735 zval *varptr, *arg; variable 4782 zval *varptr, *arg; variable 4813 zval *varptr, *arg; variable 4881 zval *varptr, *arg; variable 4911 zval *varptr, *arg; variable 5070 zval *arg, *top; variable 5424 zval *arg, *param; variable 9803 zval *value, *arg; variable [all …]
|
H A D | zend_ini_parser.y | 215 …andle *fh, bool unbuffered_errors, int scanner_mode, zend_ini_parser_cb_t ini_parser_cb, void *arg) in zend_parse_ini_file() 242 …char *str, 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_API.h | 491 #define array_init(arg) ZVAL_ARR((arg), zend_new_array(0)) argument 492 #define array_init_size(arg, size) ZVAL_ARR((arg), zend_new_array(size)) argument 540 static zend_always_inline zend_result add_index_zval(zval *arg, zend_ulong index, zval *value) in add_index_zval() 557 static zend_always_inline zend_result add_next_index_zval(zval *arg, zval *value) in add_next_index_zval() 2046 static zend_always_inline bool zend_parse_arg_iterable(zval *arg, zval **dest, bool check_null) in zend_parse_arg_iterable() 2098 …zval *arg, HashTable **dest_ht, zend_long *dest_long, bool *is_null, bool allow_null, uint32_t arg… in zend_parse_arg_array_ht_or_long() 2169 static zend_always_inline bool zend_parse_arg_resource(zval *arg, zval **dest, bool check_null) in zend_parse_arg_resource() 2197 static zend_always_inline void zend_parse_arg_zval(zval *arg, zval **dest, bool check_null) in zend_parse_arg_zval() 2205 static zend_always_inline void zend_parse_arg_zval_deref(zval *arg, zval **dest, bool check_null) in zend_parse_arg_zval_deref() 2211 zval *arg, HashTable **dest_ht, zend_string **dest_str, bool allow_null, uint32_t arg_num) in zend_parse_arg_array_ht_or_str() [all …]
|
H A D | zend_extensions.c | 241 void *arg; in zend_extension_message_dispatcher() local 252 ZEND_API void zend_extension_dispatch_message(int message, void *arg) in zend_extension_dispatch_message()
|
/PHP-8.1/main/ |
H A D | php_ticks.c | 23 void *arg; member 49 PHPAPI void php_add_tick_function(void (*func)(int, void*), void * arg) in php_add_tick_function() argument 55 PHPAPI void php_remove_tick_function(void (*func)(int, void *), void * arg) in php_remove_tick_function() argument 61 static void php_tick_iterator(void *d, void *arg) in php_tick_iterator()
|
H A D | SAPI.c | 163 SAPI_API void sapi_handle_post(void *arg) in sapi_handle_post() 661 SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg) in sapi_header_op() 977 SAPI_API int sapi_register_treat_data(void (*treat_data)(int arg, char *str, zval *destArray)) in sapi_register_treat_data() 986 SAPI_API int sapi_register_input_filter(unsigned int (*input_filter)(int arg, const char *var, char… in sapi_register_input_filter() 1105 …header(const char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg) /* {{{ */ in sapi_add_request_header()
|
/PHP-8.1/ext/standard/ |
H A D | type.c | 23 zval *arg; in PHP_FUNCTION() local 42 zval *arg; in PHP_FUNCTION() local 242 zval *arg; in php_is_type() local 282 zval *arg; in PHP_FUNCTION() local 348 zval *arg; in PHP_FUNCTION() local 378 zval *arg; in PHP_FUNCTION() local
|
H A D | math.c | 672 PHPAPI zend_long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong() 795 PHPAPI zend_string * _php_math_longtobase(zend_long arg, int base) in _php_math_longtobase() 826 static zend_always_inline zend_string * _php_math_longtobase_pwr2(zend_long arg, int base_log2) in _php_math_longtobase_pwr2() 861 PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base) in _php_math_zvaltobase() 898 zend_string *arg; in PHP_FUNCTION() local 911 zend_string *arg; in PHP_FUNCTION() local 924 zend_string *arg; in PHP_FUNCTION() local 937 zend_long arg; in PHP_FUNCTION() local 950 zend_long arg; in PHP_FUNCTION() local 963 zend_long arg; in PHP_FUNCTION() local
|
H A D | pack.c | 105 static inline uint16_t php_pack_reverse_int16(uint16_t arg) in php_pack_reverse_int16() 111 static inline uint32_t php_pack_reverse_int32(uint32_t arg) in php_pack_reverse_int32() 121 static inline uint64_t php_pack_reverse_int64(uint64_t arg) in php_pack_reverse_int64() 259 int arg = 1; in PHP_FUNCTION() local 386 int arg = formatargs[i]; in PHP_FUNCTION() local 469 int arg = formatargs[i]; in PHP_FUNCTION() local
|
/PHP-8.1/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() 459 void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_heartbeat() 484 …perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_perform_idle_server_maintenance_heartbeat() 514 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 | 13 void *arg; member 18 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
|
H A D | fpm_events.c | 49 static void fpm_event_cleanup(int which, void *arg) /* {{{ */ in fpm_event_cleanup() 56 static void fpm_postponed_children_bury(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_postponed_children_bury() 62 static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_got_signal() 491 …*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 | 1327 static void fpm_conf_cleanup(int which, void *arg) /* {{{ */ in fpm_conf_cleanup() 1343 static void fpm_conf_ini_parser_include(char *inc, void *arg) /* {{{ */ in fpm_conf_ini_parser_include() 1399 static void fpm_conf_ini_parser_section(zval *section, void *arg) /* {{{ */ in fpm_conf_ini_parser_section() 1437 static void fpm_conf_ini_parser_entry(zval *name, zval *value, void *arg) /* {{{ */ in fpm_conf_ini_parser_entry() 1494 static void fpm_conf_ini_parser_array(zval *name, zval *key, zval *value, void *arg) /* {{{ */ in fpm_conf_ini_parser_array() 1550 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 | 11 #define fpm_event_set_timer(ev, flags, cb, arg) fpm_event_set((ev), -1, (flags), (cb), (arg)) argument 18 void *arg; member
|
H A D | fpm_worker_pool.c | 48 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup()
|
H A D | fpm_systemd.c | 47 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_systemd_heartbeat()
|
H A D | fpm_children.c | 35 static void fpm_children_cleanup(int which, void *arg) /* {{{ */ in fpm_children_cleanup() 66 static void fpm_postponed_child_free(struct fpm_event_s *ev, short which, void *arg) in fpm_postponed_child_free()
|
/PHP-8.1/ext/readline/ |
H A D | readline.c | 271 char *arg; in PHP_FUNCTION() local 360 char *arg = NULL; in PHP_FUNCTION() local 384 char *arg = NULL; in PHP_FUNCTION() local
|
/PHP-8.1/ext/dom/ |
H A D | characterdata.c | 168 char *arg; in PHP_METHOD() local 190 char *arg; in PHP_METHOD() local 294 char *arg; in PHP_METHOD() local
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_exception.c | 33 va_list arg; in php_mysqli_throw_sql_exception() local
|
/PHP-8.1/ext/intl/collator/ |
H A D | collator_convert.c | 343 zend_string *collator_zval_to_string(zval *arg) in collator_zval_to_string() 367 zval* collator_normalize_sort_argument( zval* arg, zval *rv ) in collator_normalize_sort_argument()
|
/PHP-8.1/sapi/litespeed/ |
H A D | lsapilib.h | 282 static inline int LSAPI_ForeachHeader( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader() 286 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader() 289 static inline int LSAPI_ForeachEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv() 292 static inline int LSAPI_ForeachSpecialEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv()
|
/PHP-8.1/ext/filter/ |
H A D | filter.c | 360 static unsigned int php_sapi_filter(int arg, const char *var, char **val, size_t val_len, size_t *n… in php_sapi_filter() 465 static zval *php_filter_get_storage(zend_long arg)/* {{{ */ in php_filter_get_storage() 509 zend_long arg; in PHP_FUNCTION() local
|