Home
last modified time | relevance | path

Searched refs:RETURN_STRING_FAST (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/dom/
H A Dphp_dom.c2231 RETURN_STRING_FAST((const char *) value); in php_dom_get_content_into_zval()
/php-src/Zend/
H A Dzend_API.h1043 #define RETURN_STRING_FAST(s) do { RETVAL_STRING_FAST(s); return; } while (0) macro

Completed in 29 milliseconds