Home
last modified time | relevance | path

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

/PHP-7.4/ext/iconv/
H A Diconv.c2253 zval *pzval; in PHP_FUNCTION() local
2256 if (Z_TYPE_P(pzval) == IS_STRING && Z_STRLEN_P(pzval) > 0) { in PHP_FUNCTION()
2257 switch (Z_STRVAL_P(pzval)[0]) { in PHP_FUNCTION() local
2270 if (Z_STRLEN_P(pzval) >= ICONV_CSNMAXLEN) { in PHP_FUNCTION()
2275 if (Z_STRLEN_P(pzval) > 0) { in PHP_FUNCTION()
2276 in_charset = Z_STRVAL_P(pzval); in PHP_FUNCTION()
2287 if (Z_STRLEN_P(pzval) > 0) { in PHP_FUNCTION()
2288 out_charset = Z_STRVAL_P(pzval); in PHP_FUNCTION()
2293 line_len = zval_get_long(pzval); in PHP_FUNCTION()
2297 if (Z_TYPE_P(pzval) != IS_STRING) { in PHP_FUNCTION()
[all …]
/PHP-7.4/main/
H A Dphp_streams.h260 #define php_stream_from_zval(xstr, pzval) do { \ argument
261 if (((xstr) = (php_stream*)zend_fetch_resource2_ex((pzval), \
272 #define php_stream_from_res_no_verify(xstr, pzval) (xstr) = (php_stream*)zend_fetch_resource2((res)… argument
273 #define php_stream_from_zval_no_verify(xstr, pzval) (xstr) = (php_stream*)zend_fetch_resource2_ex(( argument
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c2179 zval *pzval; in magiccheck() local
2181 if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) { in magiccheck()
2187 if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) && in magiccheck()
2188 (offset = zend_hash_index_find(Z_ARRVAL_P(pzval), 1))) { in magiccheck()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3565 + zval *pzval;
3567 + if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) {
3573 + if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) &&
3574 + (offset = zend_hash_index_find(Z_ARRVAL_P(pzval), 1))) {

Completed in 36 milliseconds