Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c1909 zval **ppzval; local
1914 if (zend_hash_get_current_data_ex(ht, (void**)&ppzval, &outer_pos) != FAILURE) {
1919 zval tmpcopy = **ppzval, matchcopy, offsetcopy;
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch3081 + zval **ppzval;
3086 + if (zend_hash_get_current_data_ex(ht, (void**)&ppzval, &outer_pos) != FAILURE) {
3091 + zval tmpcopy = **ppzval, matchcopy, offsetcopy;

Completed in 33 milliseconds