Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_streams.h277 #define php_stream_from_zval(xstr, pzval) do { \ argument
289 #define php_stream_from_res_no_verify(xstr, pzval) (xstr) = (php_stream*)zend_fetch_resource2((res)… argument
290 #define php_stream_from_zval_no_verify(xstr, pzval) (xstr) = (php_stream*)zend_fetch_resource2_ex((… argument
/php-src/ext/iconv/
H A Diconv.c1987 zval *pzval; in PHP_FUNCTION() local
1991 switch (Z_STRVAL_P(pzval)[0]) { in PHP_FUNCTION() local
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c2314 zval *pzval; in magiccheck() local

Completed in 18 milliseconds