spl_ce_LogicException  362 ext/spl/php_spl.c 			zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Class %s could not be loaded", class_name);
spl_ce_LogicException  488 ext/spl/php_spl.c 						zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Function spl_autoload_call() cannot be registered");
spl_ce_LogicException  502 ext/spl/php_spl.c 						zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Passed array specifies a non static method but no object (%s)", error);
spl_ce_LogicException  511 ext/spl/php_spl.c 					zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Passed array does not specify %s %smethod (%s)", alfi.func_ptr ? "a callable" : "an existing", !obj_ptr ? "static " : "", error);
spl_ce_LogicException  520 ext/spl/php_spl.c 					zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Function '%s' not %s (%s)", func_name, alfi.func_ptr ? "callable" : "found", error);
spl_ce_LogicException  529 ext/spl/php_spl.c 					zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Illegal value passed (%s)", error);
spl_ce_LogicException  643 ext/spl/php_spl.c 		zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Unable to unregister invalid function (%s)", error);
spl_ce_LogicException  284 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Cannot use SplFileObject with directories");
spl_ce_LogicException 1427 ext/spl/spl_directory.c 	zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC,
spl_ce_LogicException 2982 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Can't truncate file %s", intern->file_name);
spl_ce_LogicException 3005 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Can't seek file %s to negative line %ld", 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  135 ext/spl/spl_iterators.c 			zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, \
spl_ce_LogicException  145 ext/spl/spl_iterators.c 			zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, \
spl_ce_LogicException  708 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC,
spl_ce_LogicException 1117 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC,
spl_ce_LogicException 1152 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC,
spl_ce_LogicException 1171 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC,
spl_ce_LogicException 1193 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC,
spl_ce_LogicException 1510 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 TSRMLS_CC);
spl_ce_LogicException 1526 ext/spl/spl_iterators.c 						zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "%s::getIterator() must return an object that implements Traversable", ce->name);