Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_streams.h260 #define php_stream_from_zval(xstr, pzval) do { \ argument
272 #define php_stream_from_res_no_verify(xstr, pzval) (xstr) = (php_stream*)zend_fetch_resource2((res)… argument
273 #define php_stream_from_zval_no_verify(xstr, pzval) (xstr) = (php_stream*)zend_fetch_resource2_ex((… argument
/PHP-7.4/ext/iconv/
H A Diconv.c2253 zval *pzval; in PHP_FUNCTION() local
2257 switch (Z_STRVAL_P(pzval)[0]) { in PHP_FUNCTION() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c2179 zval *pzval; in magiccheck() local

Completed in 28 milliseconds