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

/PHP_TRUNK/ext/spl/
H A Dspl_observer.c686 RETVAL_ZVAL(element->obj, 1, 0);
703 RETVAL_ZVAL(element->inf, 1, 0);
H A Dspl_array.c1532 RETVAL_ZVAL(*entry, 1, 0);
H A Dspl_iterators.c1015 RETVAL_ZVAL(*data, 1, 0);
1174 RETVAL_ZVAL(key_ptr, 1, 0);
1551 RETVAL_ZVAL(intern->inner.zobject, 1, 0);
1724 RETVAL_ZVAL(intern->current.data, 1, 0);
/PHP_TRUNK/ext/standard/
H A Dassert.c314 RETVAL_ZVAL(ASSERTG(callback), 1, 0);
H A Dtype.c159 RETVAL_ZVAL(*num, 1, 0);
174 RETVAL_ZVAL(*num, 1, 0);
208 RETVAL_ZVAL(tmp, 0, 0);
210 RETVAL_ZVAL(*num, 1, 0);
H A Dstring.c1604 RETVAL_ZVAL(*element, 1, 0);
H A Darray.c961 RETVAL_ZVAL(*result, 1, 0);
981 RETVAL_ZVAL(*min, 1, 0);
1012 RETVAL_ZVAL(*result, 1, 0);
1032 RETVAL_ZVAL(*max, 1, 0);
1958 RETVAL_ZVAL(*val, 1, 0);
2694 RETVAL_ZVAL(input, 1, 0);
3170 RETVAL_ZVAL(*args[0], 1, 0);
3587 RETVAL_ZVAL(*args[0], 1, 0);
4167 RETVAL_ZVAL(result, 1, 1);
4197 RETVAL_ZVAL(resul
[all...]
/PHP_TRUNK/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1243 RETVAL_ZVAL(retval, 1, 1);
/PHP_TRUNK/Zend/
H A Dzend_closures.c68 RETVAL_ZVAL(closure_result_ptr, 1, 1);
H A Dzend_builtin_functions.c1552 RETVAL_ZVAL(EG(user_error_handler), 1, 0);
1615 RETVAL_ZVAL(EG(user_exception_handler), 1, 0);
H A Dzend_API.h625 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) macro
637 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; }
H A Dzend_object_handlers.c900 RETVAL_ZVAL(method_result_ptr, 1, 1);
902 RETVAL_ZVAL(method_result_ptr, 0, 1);
1117 RETVAL_ZVAL(method_result_ptr, 1, 1);
1119 RETVAL_ZVAL(method_result_ptr, 0, 1);

Completed in 43 milliseconds