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