Searched refs:ppzval (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/main/ |
H A D | php_streams.h | 258 #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 D | softmagic.c | 1909 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 D | libmagic.patch | 3081 + zval **ppzval; 3086 + if (zend_hash_get_current_data_ex(ht, (void**)&ppzval, &outer_pos) != FAILURE) { 3091 + zval tmpcopy = **ppzval, matchcopy, offsetcopy;
|
Completed in 19 milliseconds