Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dpack.c981 zend_long ipos, opos; in PHP_FUNCTION() local
994 for (ipos = opos = 0; opos < len; opos++) { in PHP_FUNCTION()
1003 buf[opos] = cc; in PHP_FUNCTION()
/PHP-7.1/ext/spl/
H A Dspl_array.c1349 zend_long opos, position; in SPL_METHOD() local
1364 opos = position; in SPL_METHOD()
1376 …eption_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of range", opos); in SPL_METHOD()

Completed in 14 milliseconds