Home
last modified time | relevance | path

Searched refs:ppzval (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/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.6/ext/fileinfo/libmagic/
H A Dsoftmagic.c2129 zval **ppzval; in magiccheck() local
2133 if (zend_hash_index_find(ht, 0, (void **)&ppzval) == SUCCESS) { in magiccheck()
2139 if (zend_hash_index_find(Z_ARRVAL_PP(ppzval), 0, (void **)&match) == SUCCESS in magiccheck()
2140 && zend_hash_index_find(Z_ARRVAL_PP(ppzval), 1, (void **)&offset) == SUCCESS) { in magiccheck()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch3417 + zval **ppzval;
3421 + if (zend_hash_index_find(ht, 0, (void **)&ppzval) == SUCCESS) {
3427 + if (zend_hash_index_find(Z_ARRVAL_PP(ppzval), 0, (void **)&match) == SUCCESS
3428 + && zend_hash_index_find(Z_ARRVAL_PP(ppzval), 1, (void **)&offset) == SUCCESS) {

Completed in 26 milliseconds