Home
last modified time | relevance | path

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

/PHP-5.4/main/
H A Dphp_streams.h262 #define php_stream_from_zval(xstr, ppzval) ZEND_FETCH_RESOURCE2((xstr), php_stream *, (ppzval), -1,… argument
263 #define php_stream_from_zval_no_verify(xstr, ppzval) (xstr) = (php_stream*)zend_fetch_resource((ppz… argument
/PHP-5.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c2103 zval **ppzval; in magiccheck() local
2108 if (zend_hash_get_current_data_ex(ht, (void**)&ppzval, &outer_pos) != FAILURE) { in magiccheck()
2113 zval tmpcopy = **ppzval, matchcopy, offsetcopy; in magiccheck()
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch3465 + zval **ppzval;
3470 + if (zend_hash_get_current_data_ex(ht, (void**)&ppzval, &outer_pos) != FAILURE) {
3475 + zval tmpcopy = **ppzval, matchcopy, offsetcopy;

Completed in 26 milliseconds