Searched refs:opos (Results 1 – 2 of 2) sorted by relevance
970 zend_long ipos, opos; in PHP_FUNCTION() local983 for (ipos = opos = 0; opos < len; opos++) { in PHP_FUNCTION()992 ZSTR_VAL(buf)[opos] = cc; in PHP_FUNCTION()
1337 zend_long opos, position; in PHP_METHOD() local1347 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