Home
last modified time | relevance | path

Searched refs:ZVAL_ARR (Results 1 – 25 of 33) 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.h1115 #define ZVAL_ARR(z, a) do { \ macro
1431 ZVAL_ARR(_z1, zend_array_dup((zend_array*)_gc));\
1528 ZVAL_ARR(__zv, zend_array_dup(_arr)); \
1549 ZVAL_ARR(_zv, zend_array_dup(Z_ARR_P(_zv)));\
H A Dzend_property_hooks.c365 ZVAL_ARR(&iterator->declared_props, properties); in zend_hooked_object_get_iterator()
H A Dzend_builtin_functions.c1871 ZVAL_ARR(&tmp, stack_frame); in zend_fetch_debug_backtrace()
1980 ZVAL_ARR(&tmp, args); in zend_fetch_debug_backtrace()
1983 ZVAL_ARR(&tmp, stack_frame); in zend_fetch_debug_backtrace()
2129 ZVAL_ARR(&tmp, stack_frame); in zend_fetch_debug_backtrace()
H A Dzend_vm_execute.h3476 ZVAL_ARR(call_args, args); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3619 ZVAL_ARR(call_args, args); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
23653 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_CONST_HANDLER()
24731 ZVAL_ARR(object_ptr, ht); in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER()
26639 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_TMPVAR_HANDLER()
29109 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_UNUSED_HANDLER()
30997 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_CV_HANDLER()
42638 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_CV_CONST_HANDLER()
46591 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_CV_TMPVAR_HANDLER()
49698 ZVAL_ARR(container, ht); in ZEND_ASSIGN_DIM_OP_SPEC_CV_UNUSED_HANDLER()
[all …]
H A Dzend_API.h537 #define array_init(arg) ZVAL_ARR((arg), zend_new_array(0))
538 #define array_init_size(arg, size) ZVAL_ARR((arg), zend_new_array(size))
1024 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r)
1353 ZVAL_ARR(_zv, arr); \
1489 ZVAL_ARR(zv, arr); in zend_try_array_init_size()
H A Dzend_operators.c801 ZVAL_ARR(op, ht); in convert_scalar_to_array()
819 ZVAL_ARR(op, ht); in convert_to_array()
828 ZVAL_ARR(op, new_obj_ht); in convert_to_array()
1080 ZVAL_ARR(result, zend_array_dup(Z_ARR_P(op1))); in add_function_array()
H A Dzend_vm_def.h1223 ZVAL_ARR(container, ht);
2746 ZVAL_ARR(object_ptr, ht);
5756 ZVAL_ARR(params, EX(extra_named_params));
6379 ZVAL_ARR(array, zend_new_array(size));
6386 ZVAL_ARR(array, zend_new_array(0));
6432 ZVAL_ARR(result, zend_new_array(1));
6449 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht,
8889 ZVAL_ARR(call_args, args);
8896 ZVAL_ARR(call_args, call->extra_named_params);
9129 ZVAL_ARR(EX_VAR(opline->result.var),
[all …]
H A Dzend_API.c1999 ZVAL_ARR(&tmp, arr); in add_assoc_array_ex()
2104 ZVAL_ARR(&tmp, arr); in add_index_array()
2203 ZVAL_ARR(&tmp, arr); in add_next_index_array()
2347 ZVAL_ARR(&tmp, arr); in add_property_array_ex()
4751 ZVAL_ARR(&tmp, arr); in zend_try_assign_typed_ref_arr()
/php-src/ext/random/
H A Dengine_mt19937.c327 ZVAL_ARR(&t, zend_std_get_properties(&engine->std)); in PHP_METHOD()
391 ZVAL_ARR(return_value, zend_array_dup(zend_std_get_properties_ex(&engine->std))); in PHP_METHOD()
H A Drandomizer.c519 ZVAL_ARR(&t, zend_std_get_properties(&randomizer->std)); in PHP_METHOD()
/php-src/ext/dom/parentnode/
H A Dcss_selectors.c251 ZVAL_ARR(&mapptr->baseobj_zv, list); in dom_parent_node_query_selector_all()
/php-src/ext/spl/
H A Dspl_array.c164 ZVAL_ARR(&intern->array, in spl_array_object_new_ex()
944 ZVAL_ARR(&intern->array, zend_array_dup(Z_ARR_P(array))); in spl_array_set_array()
1185 ZVAL_ARR(Z_REFVAL(params[0]), aht); in spl_array_method()
1280 ZVAL_ARR(&members, zend_std_get_properties_ex(&intern->std)); in SPL_ARRAY_METHOD()
1427 ZVAL_ARR(&tmp, zend_proptable_to_symtable( in PHP_METHOD()
H A Dspl_observer.c853 ZVAL_ARR(&members, zend_array_dup(zend_std_get_properties(Z_OBJ_P(ZEND_THIS)))); in PHP_METHOD()
1007 ZVAL_ARR(&tmp, zend_proptable_to_symtable( in PHP_METHOD()
H A Dspl_dllist.c1122 ZVAL_ARR(&tmp, zend_proptable_to_symtable( in PHP_METHOD()
/php-src/ext/pcre/
H A Dphp_pcre.c943 ZVAL_ARR(pair, zend_new_pair(&val1, &val2)); in init_unmatched_null_pair()
950 ZVAL_ARR(pair, zend_new_pair(&val1, &val2)); in init_unmatched_empty_pair()
1024 ZVAL_ARR(&match_pair, zend_new_pair(&val1, &val2)); in add_offset_pair()
1434 ZVAL_ARR(&wrapper, match_sets[i]); in php_pcre_match_impl()
1444 ZVAL_ARR(&wrapper, match_sets[i]); in php_pcre_match_impl()
1452 ZVAL_ARR(&tmp, marks); in php_pcre_match_impl()
/php-src/ext/dom/
H A Dnamespace_compat.c60 ZVAL_ARR(&zv_prefix_map, prefix_map); in php_dom_libxml_ns_mapper_ensure_prefix_map()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1509 ZVAL_ARR(object_ptr, arr); in zend_jit_fetch_dim_obj_helper()
1613 ZVAL_ARR(object_ptr, arr); in zend_jit_assign_dim_helper()
1698 ZVAL_ARR(container, arr); in zend_jit_assign_dim_op_helper()
2633 ZVAL_ARR(val, zend_new_array(8)); in zend_jit_prepare_assign_dim_ref()
2639 ZVAL_ARR(val, zend_new_array(8)); in zend_jit_prepare_assign_dim_ref()
2691 ZVAL_ARR(arr, ht); in zend_jit_zval_array_dup()
/php-src/ext/standard/
H A Dstreamsfuncs.c707 ZVAL_ARR(stream_array, ht); in stream_array_from_fd_set()
753 ZVAL_ARR(stream_array, ht); in stream_array_emulate_read_fd_set()
H A Darray.c906 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.c525 ZVAL_ARR(&zv, zend_std_get_properties(Z_OBJ_P(object))); in gmp_serialize()
2188 ZVAL_ARR(&zv, zend_proptable_to_symtable( in ZEND_METHOD()
/php-src/ext/pdo/
H A Dpdo_stmt.c1193 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1811 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(constructor_args)); in pdo_stmt_setup_fetch_mode()
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c788 ZVAL_ARR(zv, element->parent_container);
/php-src/ext/hash/
H A Dhash.c1483 ZVAL_ARR(&tmp, zend_std_get_properties(&hash->std)); in PHP_METHOD()

Completed in 317 milliseconds

12