Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_variables.c221 ZVAL_ARR(zvalue, zend_array_dup(Z_ARRVAL_P(zvalue))); in _zval_copy_ctor_func()
H A Dzend_types.h657 #define ZVAL_ARR(z, a) do { \ macro
930 ZVAL_ARR(_zv, zend_array_dup(_arr)); \
H A Dzend.c629 ZVAL_ARR(&globals, &EG(symbol_table)); in php_auto_globals_create_globals()
1220 ZVAL_ARR(&params[4], zend_array_dup(symbol_table)); in zend_error()
H A Dzend_closures.c426 ZVAL_ARR(&val, zend_array_dup(static_variables)); in zend_closure_get_debug_info()
H A Dzend_operators.c617 ZVAL_ARR(&arr, obj_ht); in convert_to_array()
622 ZVAL_ARR(&arr, zend_array_dup(obj_ht)); in convert_to_array()
627 ZVAL_ARR(&arr, zend_array_dup(obj_ht)); in convert_to_array()
H A Dzend_API.h623 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r)
H A Dzend_vm_def.h7946 ZVAL_ARR(ZEND_CALL_ARG(call, 2), args);
H A Dzend_vm_execute.h1735 ZVAL_ARR(ZEND_CALL_ARG(call, 2), args);
/PHP-7.0/ext/spl/
H A Dspl_array.c193 ZVAL_ARR(&intern->array, in spl_array_object_new_ex()
1446 ZVAL_ARR(Z_REFVAL(params[0]), aht); in spl_array_method()
1718 ZVAL_ARR(&members, intern->std.properties); in SPL_METHOD()
H A Dspl_observer.c720 ZVAL_ARR(&members, zend_array_dup(zend_std_get_properties(getThis()))); in SPL_METHOD()
/PHP-7.0/ext/gmp/
H A Dgmp.c572 ZVAL_ARR(&zv, zend_std_get_properties(object)); in gmp_serialize()
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c1907 ZVAL_ARR(&meta_arr, capture_session_meta(sslsock->ssl_handle)); in php_openssl_enable_crypto()
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c1027 ZVAL_ARR(data_ptr, Z_ARR(newptr)); in sxe_properties_add()
/PHP-7.0/ext/mbstring/
H A Dmbstring.c2103 ZVAL_ARR(&tmp, symbol_table); in PHP_FUNCTION()
/PHP-7.0/ext/standard/
H A Dstring.c4500 ZVAL_ARR(&tmp, symbol_table);
H A Darray.c1044 ZVAL_ARR(array, arr); in php_usort()

Completed in 207 milliseconds