Home
last modified time | relevance | path

Searched defs:pzval (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/main/
H A Dphp_streams.h258 #define php_stream_from_zval(xstr, pzval) do { \ argument
270 #define php_stream_from_res_no_verify(xstr, pzval) (xstr) = (php_stream*)zend_fetch_resource2((res)… argument
271 #define php_stream_from_zval_no_verify(xstr, pzval) (xstr) = (php_stream*)zend_fetch_resource2_ex((… argument
/PHP-7.1/ext/iconv/
H A Diconv.c2269 zval *pzval; in PHP_FUNCTION() local
2273 switch (Z_STRVAL_P(pzval)[0]) { in PHP_FUNCTION() local
/PHP-7.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c2041 zval *pzval; in magiccheck() local

Completed in 18 milliseconds