Home
last modified time | relevance | path

Searched refs:pzval (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/ext/iconv/
H A Diconv.c2260 zval *pzval; in PHP_FUNCTION() local
2263 if (Z_TYPE_P(pzval) == IS_STRING && Z_STRLEN_P(pzval) > 0) { in PHP_FUNCTION()
2264 switch (Z_STRVAL_P(pzval)[0]) { in PHP_FUNCTION() local
2282 if (Z_STRLEN_P(pzval) > 0) { in PHP_FUNCTION()
2283 in_charset = Z_STRVAL_P(pzval); in PHP_FUNCTION()
2294 if (Z_STRLEN_P(pzval) > 0) { in PHP_FUNCTION()
2295 out_charset = Z_STRVAL_P(pzval); in PHP_FUNCTION()
2300 line_len = zval_get_long(pzval); in PHP_FUNCTION()
2304 if (Z_TYPE_P(pzval) != IS_STRING) { in PHP_FUNCTION()
2305 tmp_str = zval_get_string(pzval); in PHP_FUNCTION()
[all …]
/PHP-7.2/main/
H A Dphp_streams.h262 #define php_stream_from_zval(xstr, pzval) do { \ argument
263 if (((xstr) = (php_stream*)zend_fetch_resource2_ex((pzval), \
274 #define php_stream_from_res_no_verify(xstr, pzval) (xstr) = (php_stream*)zend_fetch_resource2((res)… argument
275 #define php_stream_from_zval_no_verify(xstr, pzval) (xstr) = (php_stream*)zend_fetch_resource2_ex(( argument
/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c1920 zval *pzval; in magiccheck() local
1922 if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) { in magiccheck()
1928 if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) && in magiccheck()
1929 (offset = zend_hash_index_find(Z_ARRVAL_P(pzval), 1))) { in magiccheck()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch3474 + zval *pzval;
3476 + if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) {
3482 + if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) &&
3483 + (offset = zend_hash_index_find(Z_ARRVAL_P(pzval), 1))) {

Completed in 32 milliseconds