Home
last modified time | relevance | path

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

12

/PHP-8.3/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.h1111 #define ZVAL_ARR(z, a) do { \ macro
1427 ZVAL_ARR(_z1, zend_array_dup((zend_array*)_gc));\
1524 ZVAL_ARR(__zv, zend_array_dup(_arr)); \
1545 ZVAL_ARR(_zv, zend_array_dup(Z_ARR_P(_zv)));\
H A Dzend_vm_execute.h3430 ZVAL_ARR(call_args, args); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3573 ZVAL_ARR(call_args, args); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
23023 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_CONST_HANDLER()
24028 ZVAL_ARR(object_ptr, ht); in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER()
25944 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_TMPVAR_HANDLER()
28345 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_UNUSED_HANDLER()
30241 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_CV_HANDLER()
41428 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_CV_CONST_HANDLER()
45268 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_CV_TMPVAR_HANDLER()
48258 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_CV_UNUSED_HANDLER()
[all …]
H A Dzend_API.h531 #define array_init(arg) ZVAL_ARR((arg), zend_new_array(0))
532 #define array_init_size(arg, size) ZVAL_ARR((arg), zend_new_array(size))
1017 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r)
1346 ZVAL_ARR(_zv, arr); \
1482 ZVAL_ARR(zv, arr); in zend_try_array_init_size()
H A Dzend_vm_def.h1226 ZVAL_ARR(container, ht);
2679 ZVAL_ARR(object_ptr, ht);
5654 ZVAL_ARR(params, EX(extra_named_params));
6277 ZVAL_ARR(array, zend_new_array(size));
6284 ZVAL_ARR(array, zend_new_array(0));
6330 ZVAL_ARR(result, zend_new_array(1));
6349 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht,
8812 ZVAL_ARR(call_args, args);
8819 ZVAL_ARR(call_args, call->extra_named_params);
9052 ZVAL_ARR(EX_VAR(opline->result.var),
[all …]
H A Dzend_builtin_functions.c1755 ZVAL_ARR(&tmp, stack_frame); in zend_fetch_debug_backtrace()
1921 ZVAL_ARR(&tmp, stack_frame); in zend_fetch_debug_backtrace()
H A Dzend_operators.c801 ZVAL_ARR(op, ht); in convert_scalar_to_array()
821 ZVAL_ARR(op, ht); in convert_to_array()
830 ZVAL_ARR(op, new_obj_ht); in convert_to_array()
1082 ZVAL_ARR(result, zend_array_dup(Z_ARR_P(op1))); in add_function_array()
H A Dzend_API.c1881 ZVAL_ARR(&tmp, arr); in add_assoc_array_ex()
1986 ZVAL_ARR(&tmp, arr); in add_index_array()
2085 ZVAL_ARR(&tmp, arr); in add_next_index_array()
2229 ZVAL_ARR(&tmp, arr); in add_property_array_ex()
4546 ZVAL_ARR(&tmp, arr); in zend_try_assign_typed_ref_arr()
H A Dzend_object_handlers.c576 ZVAL_ARR(zv, guards); in zend_get_property_guard()
/PHP-8.3/ext/random/
H A Dengine_mt19937.c326 ZVAL_ARR(&t, zend_std_get_properties(&engine->std)); in PHP_METHOD()
393 ZVAL_ARR(return_value, zend_array_dup(engine->std.properties)); in PHP_METHOD()
H A Drandomizer.c471 ZVAL_ARR(&t, zend_std_get_properties(&randomizer->std)); in PHP_METHOD()
/PHP-8.3/ext/spl/
H A Dspl_array.c172 ZVAL_ARR(&intern->array, in spl_array_object_new_ex()
1060 ZVAL_ARR(&intern->array, zend_array_dup(Z_ARR_P(array))); in spl_array_set_array()
1382 ZVAL_ARR(Z_REFVAL(params[0]), aht); in spl_array_method()
1628 ZVAL_ARR(&members, intern->std.properties); in PHP_METHOD()
1775 ZVAL_ARR(&tmp, zend_proptable_to_symtable( in PHP_METHOD()
H A Dspl_observer.c806 ZVAL_ARR(&members, zend_array_dup(zend_std_get_properties(Z_OBJ_P(ZEND_THIS)))); in PHP_METHOD()
960 ZVAL_ARR(&tmp, zend_proptable_to_symtable( in PHP_METHOD()
H A Dspl_dllist.c1123 ZVAL_ARR(&tmp, zend_proptable_to_symtable( in PHP_METHOD()
H A Dspl_directory.c1952 ZVAL_ARR(&intern->u.file.current_zval, values); in spl_filesystem_file_read_csv()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c1422 ZVAL_ARR(object_ptr, arr); in zend_jit_fetch_dim_obj_helper()
1526 ZVAL_ARR(object_ptr, arr); in zend_jit_assign_dim_helper()
1611 ZVAL_ARR(container, arr); in zend_jit_assign_dim_op_helper()
2459 ZVAL_ARR(val, zend_new_array(8)); in zend_jit_prepare_assign_dim_ref()
2465 ZVAL_ARR(val, zend_new_array(8)); in zend_jit_prepare_assign_dim_ref()
2517 ZVAL_ARR(arr, ht); in zend_jit_zval_array_dup()
/PHP-8.3/ext/standard/
H A Dstreamsfuncs.c710 ZVAL_ARR(stream_array, ht); in stream_array_from_fd_set()
756 ZVAL_ARR(stream_array, ht); in stream_array_emulate_read_fd_set()
H A Darray.c911 ZVAL_ARR(array, arr); in php_usort()
4107 ZVAL_ARR(return_value, dest);
4195 ZVAL_ARR(return_value, dest);
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c950 ZVAL_ARR(&PCRE_G(unmatched_null_pair), zend_new_pair(&val1, &val2)); in init_unmatched_null_pair()
957 ZVAL_ARR(&PCRE_G(unmatched_empty_pair), zend_new_pair(&val1, &val2)); in init_unmatched_empty_pair()
1017 ZVAL_ARR(&match_pair, zend_new_pair(&val1, &val2)); in add_offset_pair()
/PHP-8.3/ext/gmp/
H A Dgmp.c460 ZVAL_ARR(&zv, zend_std_get_properties(Z_OBJ_P(object))); in gmp_serialize()
2081 ZVAL_ARR(&zv, zend_proptable_to_symtable( in ZEND_METHOD()
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c1203 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1821 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(constructor_args)); in pdo_stmt_setup_fetch_mode()
/PHP-8.3/ext/hash/
H A Dhash.c1484 ZVAL_ARR(&tmp, zend_std_get_properties(&hash->std)); in PHP_METHOD()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.c791 ZVAL_ARR(zv, element->parent_container);
/PHP-8.3/Zend/Optimizer/
H A Ddfa_pass.c480 ZVAL_ARR(&tmp, dst); in zend_dfa_optimize_calls()

Completed in 326 milliseconds

12