Lines Matching refs:SplFixedArray

24 …RG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_SplFixedArray_fromArray, 0, 1, SplFixedArray, 0)
57 ZEND_METHOD(SplFixedArray, __construct);
58 ZEND_METHOD(SplFixedArray, __wakeup);
59 ZEND_METHOD(SplFixedArray, __serialize);
60 ZEND_METHOD(SplFixedArray, __unserialize);
61 ZEND_METHOD(SplFixedArray, count);
62 ZEND_METHOD(SplFixedArray, toArray);
63 ZEND_METHOD(SplFixedArray, fromArray);
64 ZEND_METHOD(SplFixedArray, getSize);
65 ZEND_METHOD(SplFixedArray, setSize);
66 ZEND_METHOD(SplFixedArray, offsetExists);
67 ZEND_METHOD(SplFixedArray, offsetGet);
68 ZEND_METHOD(SplFixedArray, offsetSet);
69 ZEND_METHOD(SplFixedArray, offsetUnset);
70 ZEND_METHOD(SplFixedArray, getIterator);
71 ZEND_METHOD(SplFixedArray, jsonSerialize);
74 ZEND_ME(SplFixedArray, __construct, arginfo_class_SplFixedArray___construct, ZEND_ACC_PUBLIC)
75 …ZEND_ME(SplFixedArray, __wakeup, arginfo_class_SplFixedArray___wakeup, ZEND_ACC_PUBLIC|ZEND_ACC_DE…
76 ZEND_ME(SplFixedArray, __serialize, arginfo_class_SplFixedArray___serialize, ZEND_ACC_PUBLIC)
77 ZEND_ME(SplFixedArray, __unserialize, arginfo_class_SplFixedArray___unserialize, ZEND_ACC_PUBLIC)
78 ZEND_ME(SplFixedArray, count, arginfo_class_SplFixedArray_count, ZEND_ACC_PUBLIC)
79 ZEND_ME(SplFixedArray, toArray, arginfo_class_SplFixedArray_toArray, ZEND_ACC_PUBLIC)
80 …ZEND_ME(SplFixedArray, fromArray, arginfo_class_SplFixedArray_fromArray, ZEND_ACC_PUBLIC|ZEND_ACC_…
81 ZEND_ME(SplFixedArray, getSize, arginfo_class_SplFixedArray_getSize, ZEND_ACC_PUBLIC)
82 ZEND_ME(SplFixedArray, setSize, arginfo_class_SplFixedArray_setSize, ZEND_ACC_PUBLIC)
83 ZEND_ME(SplFixedArray, offsetExists, arginfo_class_SplFixedArray_offsetExists, ZEND_ACC_PUBLIC)
84 ZEND_ME(SplFixedArray, offsetGet, arginfo_class_SplFixedArray_offsetGet, ZEND_ACC_PUBLIC)
85 ZEND_ME(SplFixedArray, offsetSet, arginfo_class_SplFixedArray_offsetSet, ZEND_ACC_PUBLIC)
86 ZEND_ME(SplFixedArray, offsetUnset, arginfo_class_SplFixedArray_offsetUnset, ZEND_ACC_PUBLIC)
87 ZEND_ME(SplFixedArray, getIterator, arginfo_class_SplFixedArray_getIterator, ZEND_ACC_PUBLIC)
88 ZEND_ME(SplFixedArray, jsonSerialize, arginfo_class_SplFixedArray_jsonSerialize, ZEND_ACC_PUBLIC)