Home
last modified time | relevance | path

Searched refs:RETVAL_ZVAL (Results 1 – 12 of 12) sorted by relevance

/PHP-5.4/ext/standard/
H A Dtype.c159 RETVAL_ZVAL(*num, 1, 0); in PHP_FUNCTION()
174 RETVAL_ZVAL(*num, 1, 0); in PHP_FUNCTION()
194 RETVAL_ZVAL(tmp, 0, 0); in PHP_FUNCTION()
196 RETVAL_ZVAL(*num, 1, 0); in PHP_FUNCTION()
H A Dassert.c314 RETVAL_ZVAL(ASSERTG(callback), 1, 0); in PHP_FUNCTION()
H A Darray.c973 RETVAL_ZVAL(*result, 1, 0); in PHP_FUNCTION()
993 RETVAL_ZVAL(*min, 1, 0); in PHP_FUNCTION()
1024 RETVAL_ZVAL(*result, 1, 0); in PHP_FUNCTION()
1044 RETVAL_ZVAL(*max, 1, 0); in PHP_FUNCTION()
1993 RETVAL_ZVAL(*val, 1, 0); in _phpi_pop()
2649 RETVAL_ZVAL(input, 1, 0); in PHP_FUNCTION()
3136 RETVAL_ZVAL(*args[0], 1, 0); in php_array_intersect()
3553 RETVAL_ZVAL(*args[0], 1, 0); in php_array_diff()
4122 RETVAL_ZVAL(result, 1, 1); in PHP_FUNCTION()
4152 RETVAL_ZVAL(result, 1, 1); in PHP_FUNCTION()
[all …]
H A Dstring.c1617 RETVAL_ZVAL(*element, 1, 0);
/PHP-5.4/Zend/
H A Dzend_object_handlers.c897 RETVAL_ZVAL(method_result_ptr, 1, 1); in zend_std_call_user_call()
899 RETVAL_ZVAL(method_result_ptr, 0, 1); in zend_std_call_user_call()
1114 RETVAL_ZVAL(method_result_ptr, 1, 1); in zend_std_callstatic_user_call()
1116 RETVAL_ZVAL(method_result_ptr, 0, 1); in zend_std_callstatic_user_call()
H A Dzend_closures.c68 RETVAL_ZVAL(closure_result_ptr, 1, 1); in ZEND_METHOD()
H A Dzend_API.h621 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) macro
633 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; }
/PHP-5.4/ext/spl/
H A Dspl_observer.c686 RETVAL_ZVAL(element->obj, 1, 0); in SPL_METHOD()
703 RETVAL_ZVAL(element->inf, 1, 0); in SPL_METHOD()
H A Dspl_iterators.c1031 RETVAL_ZVAL(*data, 1, 0); in spl_recursive_tree_iterator_get_entry()
1203 RETVAL_ZVAL(key_ptr, 1, 0); in SPL_METHOD()
1580 RETVAL_ZVAL(intern->inner.zobject, 1, 0); in SPL_METHOD()
1752 RETVAL_ZVAL(intern->current.data, 1, 0); in SPL_METHOD()
H A Dspl_array.c1539 RETVAL_ZVAL(*entry, 1, 0); in SPL_ARRAY_METHOD()
/PHP-5.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1243 RETVAL_ZVAL(retval, 1, 1); in PHP_FUNCTION()
/PHP-5.4/ext/date/
H A Dphp_date.c2521 RETVAL_ZVAL(datetime_object_ptr, 0, 0); in PHP_FUNCTION()
2546 RETVAL_ZVAL(datetime_object_ptr, 0, 0); in PHP_FUNCTION()

Completed in 112 milliseconds