Searched refs:opos (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | pack.c | 694 int ipos, opos; local 707 for (ipos = opos = 0; opos < len; opos++) { 716 buf[opos] = cc;
|
| H A D | streamsfuncs.c | 916 HashPosition pos, opos; local 928 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(wval), &opos); local 929 while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(wval), (void**)&oval, &opos)) { 931 if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_PP(wval), &okey, &okey_len, &num_key, 0, &opos)) { 934 zend_hash_move_forward_ex(Z_ARRVAL_PP(wval), &opos); local
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_array.c | 1303 long opos, position; local 1318 opos = position; 1330 zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Seek position %ld is out of range", opos);
|
Completed in 10 milliseconds