Lines Matching refs:ds_throw_exception
175 #define ARRAY_ACCESS_BY_KEY_NOT_SUPPORTED() ds_throw_exception( \
179 #define INDEX_OUT_OF_RANGE(index, max) ds_throw_exception( \
187 #define OFFSET_OUT_OF_BOUNDS() ds_throw_exception( \
191 #define ARRAY_ACCESS_PUSH_NOT_SUPPORTED() ds_throw_exception( \
195 #define KEY_NOT_FOUND() ds_throw_exception( \
199 #define OBJ_HASH_MUST_BE_SCALAR(z) ds_throw_exception( \
203 #define VALUE_MUST_BE_INTEGER(z) ds_throw_exception( \
207 #define NOT_ALLOWED_WHEN_EMPTY() ds_throw_exception( \
211 #define ARRAY_OR_TRAVERSABLE_REQUIRED() ds_throw_exception( \
215 #define INTEGER_INDEX_REQUIRED(z) ds_throw_exception( \
219 #define INTEGER_LENGTH_REQUIRED(z) ds_throw_exception( \
223 #define ITERATION_BY_REF_NOT_SUPPORTED() ds_throw_exception( \
227 #define ACCESS_BY_REF_NOT_ALLOWED() ds_throw_exception( \
231 #define UNSERIALIZE_ERROR() ds_throw_exception( \
235 #define RECONSTRUCTION_NOT_ALLOWED() ds_throw_exception( \
239 #define MUTABILITY_NOT_ALLOWED() ds_throw_exception( \
257 void ds_throw_exception(zend_class_entry *ce, const char *format, ...);