Searched refs:ZVAL_ARR (Results 1 – 18 of 18) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_variables.c | 169 ZVAL_ARR(zvalue, zend_array_dup(Z_ARRVAL_P(zvalue))); in _zval_copy_ctor_func()
|
H A D | zend_types.h | 664 #define ZVAL_ARR(z, a) do { \ macro 958 ZVAL_ARR(_zv, zend_array_dup(_arr)); \
|
H A D | zend.c | 642 ZVAL_ARR(&globals, &EG(symbol_table)); in php_auto_globals_create_globals() 1240 ZVAL_ARR(¶ms[4], zend_array_dup(symbol_table)); in zend_error()
|
H A D | zend_closures.c | 506 ZVAL_ARR(&val, zend_array_dup(static_variables)); in zend_closure_get_debug_info()
|
H A D | zend_operators.c | 629 ZVAL_ARR(op, arr); in convert_to_array() 633 ZVAL_ARR(op, arr); in convert_to_array()
|
H A D | zend_object_handlers.c | 551 ZVAL_ARR(zv, guards); in zend_get_property_guard()
|
H A D | zend_API.h | 634 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r)
|
H A D | zend_vm_def.h | 7975 ZVAL_ARR(ZEND_CALL_ARG(call, 2), args);
|
H A D | zend_vm_execute.h | 1978 ZVAL_ARR(ZEND_CALL_ARG(call, 2), args);
|
/PHP-7.1/ext/spl/ |
H A D | spl_array.c | 193 ZVAL_ARR(&intern->array, in spl_array_object_new_ex() 1452 ZVAL_ARR(Z_REFVAL(params[0]), aht); in spl_array_method() 1734 ZVAL_ARR(&members, intern->std.properties); in SPL_METHOD()
|
H A D | spl_observer.c | 736 ZVAL_ARR(&members, zend_array_dup(zend_std_get_properties(getThis()))); in SPL_METHOD()
|
/PHP-7.1/ext/gmp/ |
H A D | gmp.c | 572 ZVAL_ARR(&zv, zend_std_get_properties(object)); in gmp_serialize()
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_watch.c | 735 ZVAL_ARR(zv, element->parent_container);
|
/PHP-7.1/ext/openssl/ |
H A D | xp_ssl.c | 1863 ZVAL_ARR(&meta_arr, capture_session_meta(sslsock->ssl_handle)); in php_openssl_enable_crypto()
|
/PHP-7.1/ext/standard/ |
H A D | array.c | 1039 ZVAL_ARR(array, arr); in php_usort() 3172 ZVAL_ARR(return_value, dest);
|
H A D | string.c | 4521 ZVAL_ARR(&tmp, symbol_table);
|
/PHP-7.1/ext/simplexml/ |
H A D | simplexml.c | 1029 ZVAL_ARR(data_ptr, Z_ARR(newptr)); in sxe_properties_add()
|
/PHP-7.1/ext/mbstring/ |
H A D | mbstring.c | 2110 ZVAL_ARR(&tmp, symbol_table); in PHP_FUNCTION()
|
Completed in 227 milliseconds