Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dpack.c756 int ipos, opos; in PHP_FUNCTION() local
769 for (ipos = opos = 0; opos < len; opos++) { in PHP_FUNCTION()
778 buf[opos] = cc; in PHP_FUNCTION()
H A Dstreamsfuncs.c927 HashPosition pos, opos; in parse_context_options() local
939 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(wval), &opos); in parse_context_options()
940 while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(wval), (void**)&oval, &opos)) { in parse_context_options()
942 …_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_PP(wval), &okey, &okey_len, &num_key, 0, &opos)) { in parse_context_options()
945 zend_hash_move_forward_ex(Z_ARRVAL_PP(wval), &opos); in parse_context_options()
/PHP-5.5/ext/spl/
H A Dspl_array.c1354 long opos, position; in SPL_METHOD() local
1369 opos = position; in SPL_METHOD()
1381 …_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Seek position %ld is out of range", opos); in SPL_METHOD()

Completed in 25 milliseconds