Home
last modified time | relevance | path

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

/PHP-5.3/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.c291 RETVAL_ZVAL(ASSERTG(callback), 1, 0); in PHP_FUNCTION()
H A Darray.c967 RETVAL_ZVAL(*result, 1, 0); in PHP_FUNCTION()
987 RETVAL_ZVAL(*min, 1, 0); in PHP_FUNCTION()
1018 RETVAL_ZVAL(*result, 1, 0); in PHP_FUNCTION()
1038 RETVAL_ZVAL(*max, 1, 0); in PHP_FUNCTION()
1983 RETVAL_ZVAL(*val, 1, 0); in _phpi_pop()
2639 RETVAL_ZVAL(input, 1, 0); in PHP_FUNCTION()
3126 RETVAL_ZVAL(*args[0], 1, 0); in php_array_intersect()
3543 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.c1531 RETVAL_ZVAL(*element, 1, 0);
/PHP-5.3/Zend/
H A Dzend_object_handlers.c733 RETVAL_ZVAL(method_result_ptr, 1, 1); in zend_std_call_user_call()
735 RETVAL_ZVAL(method_result_ptr, 0, 1); in zend_std_call_user_call()
948 RETVAL_ZVAL(method_result_ptr, 1, 1); in zend_std_callstatic_user_call()
950 RETVAL_ZVAL(method_result_ptr, 0, 1); in zend_std_callstatic_user_call()
H A Dzend_closures.c67 RETVAL_ZVAL(closure_result_ptr, 1, 1); in ZEND_METHOD()
H A Dzend_API.h592 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) macro
604 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; }
/PHP-5.3/ext/spl/
H A Dspl_observer.c598 RETVAL_ZVAL(element->obj, 1, 0); in SPL_METHOD()
615 RETVAL_ZVAL(element->inf, 1, 0); in SPL_METHOD()
H A Dspl_iterators.c1029 RETVAL_ZVAL(*data, 1, 0); in spl_recursive_tree_iterator_get_entry()
1201 RETVAL_ZVAL(key_ptr, 1, 0); in SPL_METHOD()
1553 RETVAL_ZVAL(intern->inner.zobject, 1, 0); in SPL_METHOD()
1725 RETVAL_ZVAL(intern->current.data, 1, 0); in SPL_METHOD()
H A Dspl_array.c1494 RETVAL_ZVAL(*entry, 1, 0); in SPL_METHOD()
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1243 RETVAL_ZVAL(retval, 1, 1); in PHP_FUNCTION()

Completed in 97 milliseconds