Home
last modified time | relevance | path

Searched refs:ZVAL_DUP (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/filter/
H A Dfilter.c547 ZVAL_DUP(return_value, input); in php_filter_array_handler()
568 ZVAL_DUP(&nval, tmp); in php_filter_array_handler()
639 ZVAL_DUP(return_value, tmp); in PHP_FUNCTION()
665 ZVAL_DUP(return_value, data); in PHP_FUNCTION()
/PHP-8.3/ext/com_dotnet/
H A Dcom_saproxy.c65 ZVAL_DUP(&dest->indices[i], &src->indices[i]); in clone_indices()
440 ZVAL_DUP(&proxy->indices[proxy->dimensions-1], index); in php_com_saproxy_create()
/PHP-8.3/ext/random/
H A Drandomizer.c317 ZVAL_DUP(return_value, array); in PHP_METHOD()
/PHP-8.3/sapi/litespeed/
H A Dlsapi_main.c227 ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_ENV]); in litespeed_php_import_environment_variables()
234 ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_SERVER]); in litespeed_php_import_environment_variables()
/PHP-8.3/Zend/
H A Dzend_types.h1420 #define ZVAL_DUP(z, v) \ macro

Completed in 33 milliseconds