opos             1359 ext/spl/spl_array.c 	long opos, position;
opos             1374 ext/spl/spl_array.c 	opos = position;
opos             1386 ext/spl/spl_array.c 	zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Seek position %ld is out of range", opos);
opos              818 ext/standard/pack.c 						int ipos, opos;
opos              831 ext/standard/pack.c 						for (ipos = opos = 0; opos < len; opos++) {
opos              840 ext/standard/pack.c 							buf[opos] = cc;
opos              918 ext/standard/streamsfuncs.c 	HashPosition pos, opos;
opos              930 ext/standard/streamsfuncs.c 			zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(wval), &opos);
opos              931 ext/standard/streamsfuncs.c 			while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(wval), (void**)&oval, &opos)) {
opos              933 ext/standard/streamsfuncs.c 				if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_PP(wval), &okey, &okey_len, &num_key, 0, &opos)) {
opos              936 ext/standard/streamsfuncs.c 				zend_hash_move_forward_ex(Z_ARRVAL_PP(wval), &opos);