Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpack.c984 zend_long ipos, opos; in PHP_FUNCTION() local
997 for (ipos = opos = 0; opos < len; opos++) { in PHP_FUNCTION()
1006 ZSTR_VAL(buf)[opos] = cc; in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_array.c1347 zend_long opos, position; in SPL_METHOD() local
1357 opos = position; in SPL_METHOD()
1369 …eption_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of range", opos); in SPL_METHOD()

Completed in 15 milliseconds