spl_ce_LogicException  357 ext/spl/php_spl.c 			zend_throw_exception_ex(spl_ce_LogicException, 0, "Class %s could not be loaded", ZSTR_VAL(class_name));
spl_ce_LogicException  485 ext/spl/php_spl.c 						zend_throw_exception_ex(spl_ce_LogicException, 0, "Passed array specifies a non static method but no object (%s)", error);
spl_ce_LogicException  493 ext/spl/php_spl.c 					zend_throw_exception_ex(spl_ce_LogicException, 0, "Passed array does not specify %s %smethod (%s)", alfi.func_ptr ? "a callable" : "an existing", !obj_ptr ? "static " : "", error);
spl_ce_LogicException  502 ext/spl/php_spl.c 					zend_throw_exception_ex(spl_ce_LogicException, 0, "Function '%s' not %s (%s)", ZSTR_VAL(func_name), alfi.func_ptr ? "callable" : "found", error);
spl_ce_LogicException  511 ext/spl/php_spl.c 					zend_throw_exception_ex(spl_ce_LogicException, 0, "Illegal value passed (%s)", error);
spl_ce_LogicException  522 ext/spl/php_spl.c 				zend_throw_exception_ex(spl_ce_LogicException, 0, "Function spl_autoload_call() cannot be registered");
spl_ce_LogicException  634 ext/spl/php_spl.c 		zend_throw_exception_ex(spl_ce_LogicException, 0, "Unable to unregister invalid function (%s)", error);
spl_ce_LogicException  270 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_LogicException, 0, "Cannot use SplFileObject with directories");
spl_ce_LogicException 1398 ext/spl/spl_directory.c 	zend_throw_exception_ex(spl_ce_LogicException, 0,
spl_ce_LogicException 2948 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't truncate file %s", intern->file_name);
spl_ce_LogicException 2971 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't seek file %s to negative line %pd", intern->file_name, line_pos);
spl_ce_LogicException   36 ext/spl/spl_exceptions.c PHPAPI zend_class_entry *spl_ce_LogicException;
spl_ce_LogicException   27 ext/spl/spl_exceptions.h extern PHPAPI zend_class_entry *spl_ce_LogicException;
spl_ce_LogicException  141 ext/spl/spl_iterators.c 			zend_throw_exception_ex(spl_ce_LogicException, 0, 						\
spl_ce_LogicException  151 ext/spl/spl_iterators.c 			zend_throw_exception_ex(spl_ce_LogicException, 0, \
spl_ce_LogicException  161 ext/spl/spl_iterators.c 			zend_throw_exception_ex(spl_ce_LogicException, 0, \
spl_ce_LogicException  715 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_LogicException, 0,
spl_ce_LogicException 1132 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_LogicException, 0,
spl_ce_LogicException 1167 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_LogicException, 0,
spl_ce_LogicException 1186 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_LogicException, 0,
spl_ce_LogicException 1208 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_LogicException, 0,
spl_ce_LogicException 1511 ext/spl/spl_iterators.c 						zend_throw_exception(spl_ce_LogicException, "Class to downcast to not found or not base class or does not implement Traversable", 0);
spl_ce_LogicException 1523 ext/spl/spl_iterators.c 						zend_throw_exception_ex(spl_ce_LogicException, 0, "%s::getIterator() must return an object that implements Traversable", ZSTR_VAL(ce->name));