Home
last modified time | relevance | path

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

/PHP-8.0/ext/iconv/
H A Diconv.c1977 zval *pzval; in PHP_FUNCTION() local
1980 if (Z_TYPE_P(pzval) == IS_STRING && Z_STRLEN_P(pzval) > 0) { in PHP_FUNCTION()
1981 switch (Z_STRVAL_P(pzval)[0]) { in PHP_FUNCTION() local
1994 if (Z_STRLEN_P(pzval) >= ICONV_CSNMAXLEN) { in PHP_FUNCTION()
1999 if (Z_STRLEN_P(pzval) > 0) { in PHP_FUNCTION()
2000 in_charset = Z_STRVAL_P(pzval); in PHP_FUNCTION()
2011 if (Z_STRLEN_P(pzval) > 0) { in PHP_FUNCTION()
2012 out_charset = Z_STRVAL_P(pzval); in PHP_FUNCTION()
2017 line_len = zval_get_long(pzval); in PHP_FUNCTION()
2021 if (Z_TYPE_P(pzval) != IS_STRING) { in PHP_FUNCTION()
[all …]
/PHP-8.0/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-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c2251 zval *pzval; in magiccheck() local
2253 if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) { in magiccheck()
2259 if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) && in magiccheck()
2260 (offset = zend_hash_index_find(Z_ARRVAL_P(pzval), 1))) { in magiccheck()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch3633 + zval *pzval;
3635 + if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) {
3641 + if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) &&
3642 + (offset = zend_hash_index_find(Z_ARRVAL_P(pzval), 1))) {

Completed in 59 milliseconds