Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_array.c118 SPL_API int spl_hash_verify_pos_ex(spl_array_object * intern, HashTable * ht TSRMLS_DC) /* {{{ */ in spl_hash_verify_pos_ex() function
141 return spl_hash_verify_pos_ex(intern, ht TSRMLS_CC); in spl_hash_verify_pos()
670 …if (object->pos && (object->ar_flags & SPL_ARRAY_IS_REF) && spl_hash_verify_pos_ex(object, ht TSRM… in spl_array_object_verify_pos_ex()
971 …if ((intern->ar_flags & SPL_ARRAY_IS_REF) && spl_hash_verify_pos_ex(intern, aht TSRMLS_CC) == FAIL… in spl_array_next_ex()
1071 …if ((object->ar_flags & SPL_ARRAY_IS_REF) && spl_hash_verify_pos_ex(object, aht TSRMLS_CC) == FAIL… in spl_array_it_move_forward()

Completed in 8 milliseconds