Home
last modified time | relevance | path

Searched refs:ZVAL_ARR (Results 1 – 25 of 27) sorted by relevance

12

/PHP-8.0/Zend/
H A Dzend_variables.h54 ZVAL_ARR(zvalue, zend_array_dup(Z_ARR_P(zvalue))); in zval_copy_ctor()
63 ZVAL_ARR(zvalue, zend_array_dup(Z_ARR_P(zvalue))); in zval_opt_copy_ctor()
H A Dzend_variables.c127 ZVAL_ARR(zvalue, zend_array_dup(Z_ARRVAL_P(zvalue))); in zval_copy_ctor_func()
H A Dzend_types.h945 #define ZVAL_ARR(z, a) do { \ macro
1257 ZVAL_ARR(_z1, zend_array_dup((zend_array*)_gc));\
1355 ZVAL_ARR(_zv, zend_array_dup(_arr)); \
1380 ZVAL_ARR(_zv, zend_array_dup(Z_ARR_P(_zv)));\
H A Dzend_API.h429 #define array_init(arg) ZVAL_ARR((arg), zend_new_array(0))
430 #define array_init_size(arg, size) ZVAL_ARR((arg), zend_new_array(size))
724 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r)
1051 ZVAL_ARR(_zv, arr); \
1187 ZVAL_ARR(zv, arr); in zend_try_array_init_size()
H A Dzend_vm_execute.h3149 ZVAL_ARR(call_args, args); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3285 ZVAL_ARR(call_args, args); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
7029 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_CONST_CONST_HANDLER()
9188 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_CONST_TMPVAR_HANDLER()
10108 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_CONST_UNUSED_HANDLER()
11575 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_CONST_CV_HANDLER()
19525 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_TMP_CONST_HANDLER()
19928 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_TMP_TMPVAR_HANDLER()
20388 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_TMP_UNUSED_HANDLER()
20787 ZVAL_ARR(array, zend_new_array(0)); in ZEND_INIT_ARRAY_SPEC_TMP_CV_HANDLER()
[all …]
H A Dzend_vm_def.h1223 ZVAL_ARR(container, zend_new_array(8));
2639 ZVAL_ARR(object_ptr, zend_new_array(8));
5565 ZVAL_ARR(params, EX(extra_named_params));
6104 ZVAL_ARR(array, zend_new_array(size));
6111 ZVAL_ARR(array, zend_new_array(0));
6157 ZVAL_ARR(result, zend_new_array(1));
6171 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht,
6621 ZVAL_ARR(array_ptr, zend_array_dup(Z_ARRVAL_P(array_ptr)));
8562 ZVAL_ARR(call_args, args);
8569 ZVAL_ARR(call_args, call->extra_named_params);
[all …]
H A Dzend_operators.c705 ZVAL_ARR(op, ht); in convert_scalar_to_array()
727 ZVAL_ARR(op, new_obj_ht); in convert_to_array()
958 ZVAL_ARR(result, zend_array_dup(Z_ARR_P(op1))); in add_function_array()
H A Dzend_generators.c383 ZVAL_ARR(&extra_named_params, EX(extra_named_params)); in zend_generator_get_gc()
H A Dzend.c808 ZVAL_ARR(&globals, &EG(symbol_table)); in php_auto_globals_create_globals()
H A Dzend_object_handlers.c526 ZVAL_ARR(zv, guards); in zend_get_property_guard()
H A Dzend_API.c3936 ZVAL_ARR(&tmp, arr); in zend_try_assign_typed_ref_arr()
/PHP-8.0/ext/spl/
H A Dspl_array.c181 ZVAL_ARR(&intern->array, in spl_array_object_new_ex()
1101 ZVAL_ARR(&intern->array, zend_array_dup(Z_ARR_P(array))); in spl_array_set_array()
1424 ZVAL_ARR(Z_REFVAL(params[0]), aht); in spl_array_method()
1654 ZVAL_ARR(&members, intern->std.properties); in PHP_METHOD()
1801 ZVAL_ARR(&tmp, zend_std_get_properties(&intern->std)); in PHP_METHOD()
H A Dspl_observer.c665 ZVAL_ARR(&members, zend_array_dup(zend_std_get_properties(Z_OBJ_P(ZEND_THIS)))); in PHP_METHOD()
827 ZVAL_ARR(&tmp, zend_std_get_properties(&intern->std)); in PHP_METHOD()
H A Dspl_dllist.c1196 ZVAL_ARR(&tmp, zend_std_get_properties(&intern->std)); in PHP_METHOD()
/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c695 ZVAL_ARR(stream_array, ht); in stream_array_from_fd_set()
741 ZVAL_ARR(stream_array, ht); in stream_array_emulate_read_fd_set()
H A Darray.c993 ZVAL_ARR(array, arr); in php_usort()
3779 ZVAL_ARR(return_value, dest);
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c985 ZVAL_ARR(&PCRE_G(unmatched_null_pair), zend_new_pair(&val1, &val2)); in init_unmatched_null_pair()
992 ZVAL_ARR(&PCRE_G(unmatched_empty_pair), zend_new_pair(&val1, &val2)); in init_unmatched_empty_pair()
1052 ZVAL_ARR(&match_pair, zend_new_pair(&val1, &val2)); in add_offset_pair()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c1270 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1892 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(constructor_args)); in pdo_stmt_setup_fetch_mode()
/PHP-8.0/ext/hash/
H A Dhash.c1467 ZVAL_ARR(&tmp, zend_std_get_properties(&hash->std)); in PHP_METHOD()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c2348 ZVAL_ARR(val, zend_new_array(8)); in zend_jit_prepare_assign_dim_ref()
2399 ZVAL_ARR(arr, ht); in zend_jit_zval_array_dup()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_watch.c735 ZVAL_ARR(zv, element->parent_container);
/PHP-8.0/ext/gmp/
H A Dgmp.c456 ZVAL_ARR(&zv, zend_std_get_properties(Z_OBJ_P(object))); in gmp_serialize()
/PHP-8.0/ext/opcache/Optimizer/
H A Ddfa_pass.c481 ZVAL_ARR(&tmp, dst); in zend_dfa_optimize_calls()
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c981 ZVAL_ARR(data_ptr, Z_ARR(newptr)); in sxe_properties_add()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c2483 ZVAL_ARR(&entry_tmp, chash); in php_mb_convert_encoding_recursive()

Completed in 308 milliseconds

12