Home
last modified time | relevance | path

Searched refs:spl_ce_LogicException (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/spl/
H A Dspl_exceptions.h27 extern PHPAPI zend_class_entry *spl_ce_LogicException;
H A Dspl_exceptions.c36 PHPAPI zend_class_entry *spl_ce_LogicException; variable
H A Dphp_spl.c331 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Class %s could not be loaded", class_… in PHP_FUNCTION()
457 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Function spl_autoload_call() cannot b… in PHP_FUNCTION()
471 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Passed array specifies a non static m… in PHP_FUNCTION()
480 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Passed array does not specify %s %sme… in PHP_FUNCTION()
489 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Function '%s' not %s (%s)", func_name… in PHP_FUNCTION()
498 … zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Illegal value passed (%s)", error); in PHP_FUNCTION()
605 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Unable to unregister invalid function… in PHP_FUNCTION()
H A Dspl_directory.c282 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Cannot use SplFileObject with directo… in spl_filesystem_file_open()
1417 zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, in SPL_METHOD()
2842 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Can't truncate file %s", intern->file… in SPL_METHOD()
2860 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Can't seek file %s to negative line %… in SPL_METHOD()
H A Dspl_iterators.c132 zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, \
1445 …zend_throw_exception(spl_ce_LogicException, "Class to downcast to not found or not base class or d… in spl_dual_it_construct()
1461 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "%s::getIterator() must return an obje… in spl_dual_it_construct()

Completed in 28 milliseconds