Home
last modified time | relevance | path

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

/PHP-7.3/ext/filter/
H A Dfilter.c679 ZVAL_DUP(return_value, input); in php_filter_array_handler()
683 ZVAL_DUP(return_value, input); in php_filter_array_handler()
706 ZVAL_DUP(&nval, tmp); in php_filter_array_handler()
767 ZVAL_DUP(return_value, tmp); in PHP_FUNCTION()
789 ZVAL_DUP(return_value, data); in PHP_FUNCTION()
/PHP-7.3/ext/com_dotnet/
H A Dcom_saproxy.c68 ZVAL_DUP(&dest->indices[i], &src->indices[i]); in clone_indices()
448 ZVAL_DUP(&proxy->indices[proxy->dimensions-1], index); in php_com_saproxy_create()
/PHP-7.3/ext/interbase/
H A Dibase_events.c337 ZVAL_DUP(&event->callback, cb_arg); in PHP_FUNCTION()
/PHP-7.3/sapi/litespeed/
H A Dlsapi_main.c241 ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_ENV]); in litespeed_php_import_environment_variables()
248 ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_SERVER]); in litespeed_php_import_environment_variables()
/PHP-7.3/
H A DUPGRADING.INTERNALS124 duplication by zval_copy_ctor(), ZVAL_DUP() and SEPARATE_ZVAL*() macros.
/PHP-7.3/Zend/
H A Dzend_types.h1072 #define ZVAL_DUP(z, v) \ macro
/PHP-7.3/ext/phar/
H A Dphar_object.c2291 ZVAL_DUP(&phar->metadata, &source->metadata); in phar_convert_to_other()

Completed in 36 milliseconds