/PHP-8.0/main/ |
H A D | php_variables.c | 293 static zend_bool add_post_var(zval *arr, post_var_data_t *var, zend_bool eof) in add_post_var() 344 static inline int add_post_vars(zval *arr, post_var_data_t *vars, zend_bool eof) in add_post_vars() 373 zval *arr = (zval *) arg; in SAPI_POST_HANDLER_FUNC() local 611 zval arr, argc, tmp; in php_build_argv() local 670 zval *arr = &PG(http_globals)[TRACK_VARS_SERVER]; in php_register_server_variables() local
|
H A D | output.c | 1174 zval arr, *array = (zval *) z; in php_output_stack_apply_status() local
|
/PHP-8.0/ext/soap/ |
H A D | php_packet_soap.c | 345 zval *arr; in parse_packet_soap() local 352 zval arr; in parse_packet_soap() local
|
H A D | php_encoding.c | 1196 zval rv, arr, val, keepVal; in model_to_zval_any() local 1380 zval *redo_any = NULL, rv, arr; in to_zval_object_ex() local 1557 zval arr; in to_zval_object_ex() local
|
/PHP-8.0/sapi/apache2handler/ |
H A D | php_functions.c | 177 const apr_array_header_t *arr; in PHP_FUNCTION() local 200 const apr_array_header_t *arr; in PHP_FUNCTION() local 436 …const apr_array_header_t *arr = apr_table_elts(((php_struct *) SG(server_context))->r->subprocess_… in PHP_MINFO_FUNCTION() local
|
H A D | php_apache.h | 59 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument
|
H A D | sapi_apache2.c | 264 const apr_array_header_t *arr = apr_table_elts(ctx->r->subprocess_env); in php_apache_sapi_register_variables() local
|
/PHP-8.0/ext/intl/locale/ |
H A D | locale_methods.c | 775 HashTable *arr = Z_ARRVAL_P(ele_value); in append_multiple_key_values() local 856 zval* arr = NULL; in PHP_FUNCTION() local 1314 static void array_cleanup( char* arr[] , int arr_size) in array_cleanup() 1445 zval* arr = NULL; in PHP_FUNCTION() local
|
/PHP-8.0/ext/standard/ |
H A D | array.c | 970 zend_array *arr; in php_usort() local 1720 static zend_long php_extract_ref_if_exists(zend_array *arr, zend_array *symbol_table) /* {{{ */ 1763 static zend_long php_extract_if_exists(zend_array *arr, zend_array *symbol_table) /* {{{ */ 1804 static zend_long php_extract_ref_overwrite(zend_array *arr, zend_array *symbol_table) /* {{{ */ 1851 static zend_long php_extract_overwrite(zend_array *arr, zend_array *symbol_table) /* {{{ */ 2074 static zend_long php_extract_prefix_same(zend_array *arr, zend_array *symbol_table, zend_string *pr… 2140 static zend_long php_extract_ref_prefix_all(zend_array *arr, zend_array *symbol_table, zend_string … 2187 static zend_long php_extract_prefix_all(zend_array *arr, zend_array *symbol_table, zend_string *pre… 2289 static zend_long php_extract_prefix_invalid(zend_array *arr, zend_array *symbol_table, zend_string … 2344 static zend_long php_extract_ref_skip(zend_array *arr, zend_array *symbol_table) /* {{{ */ [all …]
|
H A D | basic_functions.c | 2524 …tic void php_simple_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *arr) 2580 …d php_ini_parser_cb_with_sections(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *arr)
|
H A D | html.c | 1417 zval *arr) in write_s3row_data()
|
/PHP-8.0/ext/sockets/ |
H A D | conversions.c | 208 static unsigned from_array_iterate(const zval *arr, in from_array_iterate() 835 static void from_zval_write_control(const zval *arr, in from_zval_write_control() 914 static void from_zval_write_control_array(const zval *arr, char *msghdr_c, ser_context *ctx) in from_zval_write_control_array() 1089 static void from_zval_write_iov_array(const zval *arr, char *msghdr_c, ser_context *ctx) in from_zval_write_iov_array() 1334 size_t calculate_scm_rights_space(const zval *arr, ser_context *ctx) in calculate_scm_rights_space() 1383 void from_zval_write_fd_array(const zval *arr, char *int_arr, ser_context *ctx) in from_zval_write_fd_array()
|
/PHP-8.0/Zend/ |
H A D | zend_gc.c | 399 zend_array *arr = (zend_array *) ref; in gc_trace_ref() local 1590 zend_array *arr = (zend_array*)p; in zend_gc_collect_cycles() local
|
H A D | zend_API.h | 1040 #define _ZEND_TRY_ASSIGN_ARR(zv, arr, is_ref) do { \ argument 1054 #define ZEND_TRY_ASSIGN_ARR(zv, arr) \ argument 1057 #define ZEND_TRY_ASSIGN_REF_ARR(zv, arr) do { \ argument 1174 zend_array *arr = zend_new_array(size); in zend_try_array_init_size() local
|
H A D | zend_types.h | 290 zend_array *arr; member
|
H A D | zend_API.c | 3932 ZEND_API zend_result zend_try_assign_typed_ref_arr(zend_reference *ref, zend_array *arr) /* {{{ */ in zend_try_assign_typed_ref_arr()
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_stmt.c | 1024 zval arr; in do_fetch() local
|
/PHP-8.0/ext/curl/ |
H A D | interface.c | 2913 zval *zid, *arr, *entry; in PHP_FUNCTION() local
|
/PHP-8.0/ext/openssl/ |
H A D | xp_ssl.c | 1800 zval arr; in php_openssl_capture_peer_certs() local
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 2392 static HashTable *ZEND_FASTCALL zend_jit_zval_array_dup(zval *arr) in zend_jit_zval_array_dup()
|