Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_array.c53 #define SPL_ARRAY_OVERLOADED_CURRENT 0x00080000 macro
265 …terator_funcs.zf_current->common.scope != parent) intern->ar_flags |= SPL_ARRAY_OVERLOADED_CURRENT; in spl_array_object_new_ex()
1028 if (object->ar_flags & SPL_ARRAY_OVERLOADED_CURRENT) { in spl_array_it_get_current_data()
1174 if (by_ref && (array_object->ar_flags & SPL_ARRAY_OVERLOADED_CURRENT)) { in spl_array_get_iterator()

Completed in 10 milliseconds