Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/ext/fileinfo/
H A Dlibmagic.patch3468 + zval **ppzval;
3473 + if (zend_hash_get_current_data_ex(ht, (void**)&ppzval, &outer_pos) != FAILURE) {
3478 + zval tmpcopy = **ppzval, matchcopy, offsetcopy;

Completed in 19 milliseconds