Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_streams.h258 #define php_stream_from_zval(xstr, ppzval) ZEND_FETCH_RESOURCE2((xstr), php_stream *, (ppzval), -1,… argument
259 #define php_stream_from_zval_no_verify(xstr, ppzval) (xstr) = (php_stream*)zend_fetch_resource((ppz… argument
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c3327 #define EMPTY_TO_NULL(xstr) \ in PHP_FUNCTION() argument
3328 if ((int)strlen((xstr)) == 0) (xstr) = NULL in PHP_FUNCTION()

Completed in 17 milliseconds