Home
last modified time | relevance | path

Searched refs:LogicException (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/spl/
H A Dspl_exceptions.c55 REGISTER_SPL_SUB_CLASS_EX(LogicException, Exception, NULL, NULL); in PHP_MINIT_FUNCTION()
56 REGISTER_SPL_SUB_CLASS_EX(BadFunctionCallException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
58 REGISTER_SPL_SUB_CLASS_EX(DomainException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
59 REGISTER_SPL_SUB_CLASS_EX(InvalidArgumentException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
60 REGISTER_SPL_SUB_CLASS_EX(LengthException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
61 REGISTER_SPL_SUB_CLASS_EX(OutOfRangeException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
H A Dspl.php350 class LogicException extends Exception class
358 class BadFunctionCallException extends LogicException
379 class DomainException extends LogicException
389 class InvalidArgumentException extends LogicException
400 class LengthException extends LogicException
412 class OutOfRangeException extends LogicException
H A Dphp_spl.c205 SPL_ADD_CLASS(LogicException, z_list, sub, allow, ce_flags); \
/PHP-5.5/ext/spl/tests/
H A Dfileobject_003.phpt33 } catch (LogicException $e) {
34 echo "LogicException: ".$e->getMessage()."\n";
39 } catch (LogicException $e) {
40 echo "LogicException: ".$e->getMessage()."\n";
94 LogicException: Cannot use SplFileObject with directories
95 LogicException: Cannot use SplFileObject with directories
112 LogicException: Cannot use SplFileObject with directories
113 LogicException: Cannot use SplFileObject with directories
H A Dspl_autoload_008.phpt83 LogicException: Function 'MyAutoLoader::dynaLoad' not callable (non-static method MyAutoLoader::dyn…
103 LogicException: Passed array specifies a non static method but no object (non-static method MyAutoL…
H A DSplFileObject_seek_error_001.phpt10 } catch (LogicException $e) {
H A DSplFileObject_ftruncate_error_001.phpt27 } catch (LogicException $e) {
H A Diterator_031.phpt59 catch(LogicException $e)
H A Dbug54384.phpt10 } catch (LogicException $e) {
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php21 throw new LogicException('The code snippet ' . $name . ' does not exist');
43 throw new LogicException('The code snippet ' . $name . ' does not exist');
H A DgtText.php20 throw new LogicException('The text ' . $name . ' does not exist');
/PHP-5.5/Zend/tests/generators/
H A Dthrow_rethrow.phpt13 throw new LogicException('new throw');
28 Fatal error: Uncaught exception 'LogicException' with message 'new throw' in %s:%d
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_001.phpt33 catch (LogicException $e)
40 } catch (LogicException $e)
/PHP-5.5/ext/spl/internal/
H A Dmultipleiterator.inc196 * @throws LogicException if mode MIT_NEED_ALL is set and at least one
214 throw new LogicException('Called key() with non valid sub iterator');
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar191 throw new LogicException('The text ' . $name . ' does not exist');
301 throw new LogicException('The code snippet ' . $name . ' does not exist');
323 throw new LogicException('The code snippet ' . $name . ' does not exist');

Completed in 58 milliseconds