Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dpack.c980 zend_long ipos, opos; in PHP_FUNCTION() local
1000 for (ipos = opos = 0; opos < len; opos++) { in PHP_FUNCTION()
1009 ZSTR_VAL(buf)[opos] = cc; in PHP_FUNCTION()
/PHP-8.3/ext/spl/
H A Dspl_array.c1295 zend_long opos, position; in PHP_METHOD() local
1305 opos = position; in PHP_METHOD()
1317 …eption_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of range", opos); in PHP_METHOD()

Completed in 16 milliseconds