Home
last modified time | relevance | path

Searched refs:pref (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt64 $pref = array(0,1,501,499,250,12345,-12345,-1);
65 foreach($pref as $value) {
/PHP-7.4/ext/iconv/
H A Diconv.c2235 zval *pref = NULL; in PHP_FUNCTION() local
2247 &pref) == FAILURE) { in PHP_FUNCTION()
2252 if (pref != NULL) { in PHP_FUNCTION()
2255 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "scheme", sizeof("scheme") - 1)) != NULL) { in PHP_FUNCTION()
2269 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "input-charset", sizeof("input-charset") -… in PHP_FUNCTION()
2281 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "output-charset", sizeof("output-charset")… in PHP_FUNCTION()
2292 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "line-length", sizeof("line-length") - 1))… in PHP_FUNCTION()
2296 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "line-break-chars", sizeof("line-break-cha… in PHP_FUNCTION()

Completed in 23 milliseconds