Lines Matching refs:SplObjectStorage

31 	ZEND_ARG_OBJ_INFO(0, storage, SplObjectStorage, 0)
140 ZEND_METHOD(SplObjectStorage, attach);
141 ZEND_METHOD(SplObjectStorage, detach);
142 ZEND_METHOD(SplObjectStorage, contains);
143 ZEND_METHOD(SplObjectStorage, addAll);
144 ZEND_METHOD(SplObjectStorage, removeAll);
145 ZEND_METHOD(SplObjectStorage, removeAllExcept);
146 ZEND_METHOD(SplObjectStorage, getInfo);
147 ZEND_METHOD(SplObjectStorage, setInfo);
148 ZEND_METHOD(SplObjectStorage, count);
149 ZEND_METHOD(SplObjectStorage, rewind);
150 ZEND_METHOD(SplObjectStorage, valid);
151 ZEND_METHOD(SplObjectStorage, key);
152 ZEND_METHOD(SplObjectStorage, current);
153 ZEND_METHOD(SplObjectStorage, next);
154 ZEND_METHOD(SplObjectStorage, seek);
155 ZEND_METHOD(SplObjectStorage, unserialize);
156 ZEND_METHOD(SplObjectStorage, serialize);
157 ZEND_METHOD(SplObjectStorage, offsetGet);
158 ZEND_METHOD(SplObjectStorage, getHash);
159 ZEND_METHOD(SplObjectStorage, __serialize);
160 ZEND_METHOD(SplObjectStorage, __unserialize);
161 ZEND_METHOD(SplObjectStorage, __debugInfo);
188 ZEND_ME(SplObjectStorage, attach, arginfo_class_SplObjectStorage_attach, ZEND_ACC_PUBLIC)
189 ZEND_ME(SplObjectStorage, detach, arginfo_class_SplObjectStorage_detach, ZEND_ACC_PUBLIC)
190 ZEND_ME(SplObjectStorage, contains, arginfo_class_SplObjectStorage_contains, ZEND_ACC_PUBLIC)
191 ZEND_ME(SplObjectStorage, addAll, arginfo_class_SplObjectStorage_addAll, ZEND_ACC_PUBLIC)
192 ZEND_ME(SplObjectStorage, removeAll, arginfo_class_SplObjectStorage_removeAll, ZEND_ACC_PUBLIC)
193 …ZEND_ME(SplObjectStorage, removeAllExcept, arginfo_class_SplObjectStorage_removeAllExcept, ZEND_AC…
194 ZEND_ME(SplObjectStorage, getInfo, arginfo_class_SplObjectStorage_getInfo, ZEND_ACC_PUBLIC)
195 ZEND_ME(SplObjectStorage, setInfo, arginfo_class_SplObjectStorage_setInfo, ZEND_ACC_PUBLIC)
196 ZEND_ME(SplObjectStorage, count, arginfo_class_SplObjectStorage_count, ZEND_ACC_PUBLIC)
197 ZEND_ME(SplObjectStorage, rewind, arginfo_class_SplObjectStorage_rewind, ZEND_ACC_PUBLIC)
198 ZEND_ME(SplObjectStorage, valid, arginfo_class_SplObjectStorage_valid, ZEND_ACC_PUBLIC)
199 ZEND_ME(SplObjectStorage, key, arginfo_class_SplObjectStorage_key, ZEND_ACC_PUBLIC)
200 ZEND_ME(SplObjectStorage, current, arginfo_class_SplObjectStorage_current, ZEND_ACC_PUBLIC)
201 ZEND_ME(SplObjectStorage, next, arginfo_class_SplObjectStorage_next, ZEND_ACC_PUBLIC)
202 ZEND_ME(SplObjectStorage, seek, arginfo_class_SplObjectStorage_seek, ZEND_ACC_PUBLIC)
203 ZEND_ME(SplObjectStorage, unserialize, arginfo_class_SplObjectStorage_unserialize, ZEND_ACC_PUBLIC)
204 ZEND_ME(SplObjectStorage, serialize, arginfo_class_SplObjectStorage_serialize, ZEND_ACC_PUBLIC)
206 ZEND_ME(SplObjectStorage, offsetGet, arginfo_class_SplObjectStorage_offsetGet, ZEND_ACC_PUBLIC)
209 ZEND_ME(SplObjectStorage, getHash, arginfo_class_SplObjectStorage_getHash, ZEND_ACC_PUBLIC)
210 ZEND_ME(SplObjectStorage, __serialize, arginfo_class_SplObjectStorage___serialize, ZEND_ACC_PUBLIC)
211 …ZEND_ME(SplObjectStorage, __unserialize, arginfo_class_SplObjectStorage___unserialize, ZEND_ACC_PU…
212 ZEND_ME(SplObjectStorage, __debugInfo, arginfo_class_SplObjectStorage___debugInfo, ZEND_ACC_PUBLIC)