Home
last modified time | relevance | path

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

/PHP-5.5/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.c362 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Class %s could not be loaded", class_… in PHP_FUNCTION()
488 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Function spl_autoload_call() cannot b… in PHP_FUNCTION()
502 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Passed array specifies a non static m… in PHP_FUNCTION()
511 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Passed array does not specify %s %sme… in PHP_FUNCTION()
520 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Function '%s' not %s (%s)", func_name… in PHP_FUNCTION()
529 … zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Illegal value passed (%s)", error); in PHP_FUNCTION()
643 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Unable to unregister invalid function… in PHP_FUNCTION()
H A Dspl_directory.c284 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Cannot use SplFileObject with directo… in spl_filesystem_file_open()
1426 zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, in SPL_METHOD()
2905 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Can't truncate file %s", intern->file… in SPL_METHOD()
2923 …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.c135 zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, \
1442 …zend_throw_exception(spl_ce_LogicException, "Class to downcast to not found or not base class or d… in spl_dual_it_construct()
1458 …zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "%s::getIterator() must return an obje… in spl_dual_it_construct()

Completed in 29 milliseconds