ppzval           2129 ext/fileinfo/libmagic/softmagic.c 				zval **ppzval;
ppzval           2133 ext/fileinfo/libmagic/softmagic.c 				if (zend_hash_index_find(ht, 0, (void **)&ppzval) == SUCCESS) {
ppzval           2139 ext/fileinfo/libmagic/softmagic.c 					if (zend_hash_index_find(Z_ARRVAL_PP(ppzval), 0, (void **)&match) == SUCCESS 
ppzval           2140 ext/fileinfo/libmagic/softmagic.c 							&& zend_hash_index_find(Z_ARRVAL_PP(ppzval), 1, (void **)&offset) == SUCCESS) {
ppzval            258 main/php_streams.h #define php_stream_from_zval(xstr, ppzval)	ZEND_FETCH_RESOURCE2((xstr), php_stream *, (ppzval), -1, "stream", php_file_le_stream(), php_file_le_pstream())
ppzval            259 main/php_streams.h #define php_stream_from_zval_no_verify(xstr, ppzval)	(xstr) = (php_stream*)zend_fetch_resource((ppzval) TSRMLS_CC, -1, "stream", NULL, 2, php_file_le_stream(), php_file_le_pstream())