Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dpack.c970 zend_long ipos, opos; in PHP_FUNCTION() local
983 for (ipos = opos = 0; opos < len; opos++) { in PHP_FUNCTION()
992 ZSTR_VAL(buf)[opos] = cc; in PHP_FUNCTION()
/PHP-8.0/ext/spl/
H A Dspl_array.c1337 zend_long opos, position; in PHP_METHOD() local
1347 opos = position; in PHP_METHOD()
1359 …eption_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of range", opos); in PHP_METHOD()

Completed in 20 milliseconds