Searched refs:RETVAL_ZVAL (Results 1 - 12 of 12) sorted by relevance
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_observer.c | 686 RETVAL_ZVAL(element->obj, 1, 0); 703 RETVAL_ZVAL(element->inf, 1, 0);
|
| H A D | spl_array.c | 1532 RETVAL_ZVAL(*entry, 1, 0);
|
| H A D | spl_iterators.c | 1015 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 D | assert.c | 314 RETVAL_ZVAL(ASSERTG(callback), 1, 0);
|
| H A D | type.c | 159 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 D | string.c | 1604 RETVAL_ZVAL(*element, 1, 0);
|
| H A D | array.c | 961 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 D | xmlrpc-epi-php.c | 1243 RETVAL_ZVAL(retval, 1, 1);
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_closures.c | 68 RETVAL_ZVAL(closure_result_ptr, 1, 1);
|
| H A D | zend_builtin_functions.c | 1552 RETVAL_ZVAL(EG(user_error_handler), 1, 0); 1615 RETVAL_ZVAL(EG(user_exception_handler), 1, 0);
|
| H A D | zend_API.h | 625 #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 D | zend_object_handlers.c | 900 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