Home
last modified time | relevance | path

Searched defs:arr (Results 1 – 20 of 20) sorted by relevance

/PHP-8.0/main/
H A Dphp_variables.c293 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 Doutput.c1174 zval arr, *array = (zval *) z; in php_output_stack_apply_status() local
/PHP-8.0/ext/soap/
H A Dphp_packet_soap.c345 zval *arr; in parse_packet_soap() local
352 zval arr; in parse_packet_soap() local
H A Dphp_encoding.c1196 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 Dphp_functions.c177 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 Dphp_apache.h59 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument
H A Dsapi_apache2.c264 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 Dlocale_methods.c775 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 Darray.c970 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 Dbasic_functions.c2524 …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 Dhtml.c1417 zval *arr) in write_s3row_data()
/PHP-8.0/ext/sockets/
H A Dconversions.c208 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 Dzend_gc.c399 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 Dzend_API.h1040 #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 Dzend_types.h290 zend_array *arr; member
H A Dzend_API.c3932 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 Dpdo_stmt.c1024 zval arr; in do_fetch() local
/PHP-8.0/ext/curl/
H A Dinterface.c2913 zval *zid, *arr, *entry; in PHP_FUNCTION() local
/PHP-8.0/ext/openssl/
H A Dxp_ssl.c1800 zval arr; in php_openssl_capture_peer_certs() local
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c2392 static HashTable *ZEND_FASTCALL zend_jit_zval_array_dup(zval *arr) in zend_jit_zval_array_dup()

Completed in 158 milliseconds