Home
last modified time | relevance | path

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

12

/php-src/Zend/
H A Dzend_variables.h55 ZVAL_ARR(zvalue, zend_array_dup(Z_ARR_P(zvalue))); in zval_copy_ctor()
64 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_builtin_functions.c1814 ZVAL_ARR(&tmp, stack_frame); in zend_fetch_debug_backtrace()
1906 ZVAL_ARR(&tmp, args); in zend_fetch_debug_backtrace()
1909 ZVAL_ARR(&tmp, stack_frame); in zend_fetch_debug_backtrace()
2055 ZVAL_ARR(&tmp, stack_frame); in zend_fetch_debug_backtrace()
H A Dzend_vm_execute.h3442 ZVAL_ARR(call_args, args); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3585 ZVAL_ARR(call_args, args); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
23144 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_CONST_HANDLER()
24149 ZVAL_ARR(object_ptr, ht); in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER()
26065 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_TMPVAR_HANDLER()
28466 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_UNUSED_HANDLER()
30362 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_CV_HANDLER()
41559 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_CV_CONST_HANDLER()
45399 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_CV_TMPVAR_HANDLER()
48389 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_CV_UNUSED_HANDLER()
[all …]
H A Dzend_API.h536 #define array_init(arg) ZVAL_ARR((arg), zend_new_array(0))
537 #define array_init_size(arg, size) ZVAL_ARR((arg), zend_new_array(size))
1022 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r)
1351 ZVAL_ARR(_zv, arr); \
1487 ZVAL_ARR(zv, arr); in zend_try_array_init_size()
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_vm_def.h1226 ZVAL_ARR(container, ht);
2679 ZVAL_ARR(object_ptr, ht);
5672 ZVAL_ARR(params, EX(extra_named_params));
6295 ZVAL_ARR(array, zend_new_array(size));
6302 ZVAL_ARR(array, zend_new_array(0));
6348 ZVAL_ARR(result, zend_new_array(1));
6367 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht,
8830 ZVAL_ARR(call_args, args);
8837 ZVAL_ARR(call_args, call->extra_named_params);
9070 ZVAL_ARR(EX_VAR(opline->result.var),
[all …]
H A Dzend_API.c1931 ZVAL_ARR(&tmp, arr); in add_assoc_array_ex()
2036 ZVAL_ARR(&tmp, arr); in add_index_array()
2135 ZVAL_ARR(&tmp, arr); in add_next_index_array()
2279 ZVAL_ARR(&tmp, arr); in add_property_array_ex()
4625 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-src/ext/random/
H A Dengine_mt19937.c327 ZVAL_ARR(&t, zend_std_get_properties(&engine->std)); in PHP_METHOD()
394 ZVAL_ARR(return_value, zend_array_dup(engine->std.properties)); in PHP_METHOD()
H A Drandomizer.c478 ZVAL_ARR(&t, zend_std_get_properties(&randomizer->std)); in PHP_METHOD()
/php-src/ext/spl/
H A Dspl_array.c169 ZVAL_ARR(&intern->array, in spl_array_object_new_ex()
945 ZVAL_ARR(&intern->array, zend_array_dup(Z_ARR_P(array))); in spl_array_set_array()
1176 ZVAL_ARR(Z_REFVAL(params[0]), aht); in spl_array_method()
1274 ZVAL_ARR(&members, intern->std.properties); in SPL_ARRAY_METHOD()
1421 ZVAL_ARR(&tmp, zend_proptable_to_symtable( in PHP_METHOD()
H A Dspl_observer.c846 ZVAL_ARR(&members, zend_array_dup(zend_std_get_properties(Z_OBJ_P(ZEND_THIS)))); in PHP_METHOD()
1000 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()
/php-src/ext/pcre/
H A Dphp_pcre.c942 ZVAL_ARR(&PCRE_G(unmatched_null_pair), zend_new_pair(&val1, &val2)); in init_unmatched_null_pair()
949 ZVAL_ARR(&PCRE_G(unmatched_empty_pair), zend_new_pair(&val1, &val2)); in init_unmatched_empty_pair()
1009 ZVAL_ARR(&match_pair, zend_new_pair(&val1, &val2)); in add_offset_pair()
1423 ZVAL_ARR(&wrapper, match_sets[i]); in php_pcre_match_impl()
1433 ZVAL_ARR(&wrapper, match_sets[i]); in php_pcre_match_impl()
1441 ZVAL_ARR(&tmp, marks); in php_pcre_match_impl()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1430 ZVAL_ARR(object_ptr, arr); in zend_jit_fetch_dim_obj_helper()
1534 ZVAL_ARR(object_ptr, arr); in zend_jit_assign_dim_helper()
1619 ZVAL_ARR(container, arr); in zend_jit_assign_dim_op_helper()
2467 ZVAL_ARR(val, zend_new_array(8)); in zend_jit_prepare_assign_dim_ref()
2473 ZVAL_ARR(val, zend_new_array(8)); in zend_jit_prepare_assign_dim_ref()
2525 ZVAL_ARR(arr, ht); in zend_jit_zval_array_dup()
/php-src/ext/dom/
H A Dnamespace_compat.c58 ZVAL_ARR(&zv, prefix_map); in php_dom_libxml_ns_mapper_ensure_prefix_map()
/php-src/ext/standard/
H A Dstreamsfuncs.c706 ZVAL_ARR(stream_array, ht); in stream_array_from_fd_set()
752 ZVAL_ARR(stream_array, ht); in stream_array_emulate_read_fd_set()
H A Darray.c911 ZVAL_ARR(array, arr); in php_usort()
4229 ZVAL_ARR(return_value, dest);
4317 ZVAL_ARR(return_value, dest);
/php-src/ext/gmp/
H A Dgmp.c461 ZVAL_ARR(&zv, zend_std_get_properties(Z_OBJ_P(object))); in gmp_serialize()
2092 ZVAL_ARR(&zv, zend_proptable_to_symtable( in ZEND_METHOD()
/php-src/ext/pdo/
H A Dpdo_stmt.c1198 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1816 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(constructor_args)); in pdo_stmt_setup_fetch_mode()
/php-src/ext/hash/
H A Dhash.c1483 ZVAL_ARR(&tmp, zend_std_get_properties(&hash->std)); in PHP_METHOD()
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c786 ZVAL_ARR(zv, element->parent_container);
/php-src/Zend/Optimizer/
H A Ddfa_pass.c480 ZVAL_ARR(&tmp, dst); in zend_dfa_optimize_calls()

Completed in 419 milliseconds

12