Lines Matching refs:spl_fixedarray_object

63 } spl_fixedarray_object;  typedef
68 spl_fixedarray_object *object;
152spl_fixedarray_object *intern = (spl_fixedarray_object*)zend_object_store_get_object(obj TSRMLS_C… in spl_fixedarray_object_get_gc()
169spl_fixedarray_object *intern = (spl_fixedarray_object*)zend_object_store_get_object(obj TSRMLS_C… in spl_fixedarray_object_get_properties()
198 spl_fixedarray_object *intern = (spl_fixedarray_object *)object; in spl_fixedarray_object_free_storage()
223 …_value spl_fixedarray_object_new_ex(zend_class_entry *class_type, spl_fixedarray_object **obj, zva… in spl_fixedarray_object_new_ex()
226 spl_fixedarray_object *intern; in spl_fixedarray_object_new_ex()
230 intern = ecalloc(1, sizeof(spl_fixedarray_object)); in spl_fixedarray_object_new_ex()
241spl_fixedarray_object *other = (spl_fixedarray_object*)zend_object_store_get_object(orig TSRMLS_CC… in spl_fixedarray_object_new_ex()
321 spl_fixedarray_object *tmp; in spl_fixedarray_new()
332 spl_fixedarray_object *intern; in spl_fixedarray_object_clone()
344 static inline zval **spl_fixedarray_object_read_dimension_helper(spl_fixedarray_object *intern, zva… in spl_fixedarray_object_read_dimension_helper()
374 spl_fixedarray_object *intern; in spl_fixedarray_object_read_dimension()
377 intern = (spl_fixedarray_object *)zend_object_store_get_object(object TSRMLS_CC); in spl_fixedarray_object_read_dimension()
405 static inline void spl_fixedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval… in spl_fixedarray_object_write_dimension_helper()
436 spl_fixedarray_object *intern; in spl_fixedarray_object_write_dimension()
438 intern = (spl_fixedarray_object *)zend_object_store_get_object(object TSRMLS_CC); in spl_fixedarray_object_write_dimension()
457 static inline void spl_fixedarray_object_unset_dimension_helper(spl_fixedarray_object *intern, zval… in spl_fixedarray_object_unset_dimension_helper()
481 spl_fixedarray_object *intern; in spl_fixedarray_object_unset_dimension()
483 intern = (spl_fixedarray_object *)zend_object_store_get_object(object TSRMLS_CC); in spl_fixedarray_object_unset_dimension()
497 static inline int spl_fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *o… in spl_fixedarray_object_has_dimension_helper()
530 spl_fixedarray_object *intern; in spl_fixedarray_object_has_dimension()
532 intern = (spl_fixedarray_object *)zend_object_store_get_object(object TSRMLS_CC); in spl_fixedarray_object_has_dimension()
554 spl_fixedarray_object *intern; in spl_fixedarray_object_count_elements()
556 intern = (spl_fixedarray_object *)zend_object_store_get_object(object TSRMLS_CC); in spl_fixedarray_object_count_elements()
583 spl_fixedarray_object *intern; in SPL_METHOD()
595 intern = (spl_fixedarray_object *)zend_object_store_get_object(object TSRMLS_CC); in SPL_METHOD()
611spl_fixedarray_object *intern = (spl_fixedarray_object *) zend_object_store_get_object(getThis() T… in SPL_METHOD()
644 spl_fixedarray_object *intern; in SPL_METHOD()
650 intern = (spl_fixedarray_object *)zend_object_store_get_object(object TSRMLS_CC); in SPL_METHOD()
662 spl_fixedarray_object *intern; in SPL_METHOD()
668 intern = (spl_fixedarray_object *)zend_object_store_get_object(getThis() TSRMLS_CC); in SPL_METHOD()
692 spl_fixedarray_object *intern; in SPL_METHOD()
768 intern = (spl_fixedarray_object *)zend_object_store_get_object(return_value TSRMLS_CC); in SPL_METHOD()
778 spl_fixedarray_object *intern; in SPL_METHOD()
784 intern = (spl_fixedarray_object *)zend_object_store_get_object(object TSRMLS_CC); in SPL_METHOD()
797 spl_fixedarray_object *intern; in SPL_METHOD()
809 intern = (spl_fixedarray_object *)zend_object_store_get_object(object TSRMLS_CC); in SPL_METHOD()
824 spl_fixedarray_object *intern; in SPL_METHOD()
830 intern = (spl_fixedarray_object *)zend_object_store_get_object(getThis() TSRMLS_CC); in SPL_METHOD()
840 spl_fixedarray_object *intern; in SPL_METHOD()
846 intern = (spl_fixedarray_object *)zend_object_store_get_object(getThis() TSRMLS_CC); in SPL_METHOD()
860 spl_fixedarray_object *intern; in SPL_METHOD()
866 intern = (spl_fixedarray_object *)zend_object_store_get_object(getThis() TSRMLS_CC); in SPL_METHOD()
876 spl_fixedarray_object *intern; in SPL_METHOD()
882 intern = (spl_fixedarray_object *)zend_object_store_get_object(getThis() TSRMLS_CC); in SPL_METHOD()
901 spl_fixedarray_object *intern = iterator->object; in spl_fixedarray_it_rewind()
914 spl_fixedarray_object *intern = iterator->object; in spl_fixedarray_it_valid()
932 spl_fixedarray_object *intern = iterator->object; in spl_fixedarray_it_get_current_data()
954 spl_fixedarray_object *intern = iterator->object; in spl_fixedarray_it_get_current_key()
967 spl_fixedarray_object *intern = iterator->object; in spl_fixedarray_it_move_forward()
982spl_fixedarray_object *intern = (spl_fixedarray_object*)zend_object_store_get_object(getThis() TSR… in SPL_METHOD()
996spl_fixedarray_object *intern = (spl_fixedarray_object*)zend_object_store_get_object(getThis() TSR… in SPL_METHOD()
1010spl_fixedarray_object *intern = (spl_fixedarray_object*)zend_object_store_get_object(getThis() TSR… in SPL_METHOD()
1024spl_fixedarray_object *intern = (spl_fixedarray_object*)zend_object_store_get_object(getThis() TSR… in SPL_METHOD()
1039spl_fixedarray_object *intern = (spl_fixedarray_object*)zend_object_store_get_object(getThis() TS… in SPL_METHOD()
1072spl_fixedarray_object *fixedarray_object = (spl_fixedarray_object*)zend_object_store_get_object(o… in spl_fixedarray_get_iterator()