Home
last modified time | relevance | path

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

/PHP-7.2/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.c506 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Passed array specifies a non static method but … in PHP_FUNCTION()
514 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Passed array does not specify %s %smethod (%s)"… in PHP_FUNCTION()
523 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Function '%s' not %s (%s)", ZSTR_VAL(func_name)… in PHP_FUNCTION()
532 zend_throw_exception_ex(spl_ce_LogicException, 0, "Illegal value passed (%s)", error); in PHP_FUNCTION()
543 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Function spl_autoload_call() cannot be register… in PHP_FUNCTION()
672 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Unable to unregister invalid function (%s)", er… in PHP_FUNCTION()
H A Dspl_iterators.c140 zend_throw_exception_ex(spl_ce_LogicException, 0, \
150 zend_throw_exception_ex(spl_ce_LogicException, 0, \
160 zend_throw_exception_ex(spl_ce_LogicException, 0, \
721 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1139 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1174 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1193 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1215 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1514 …zend_throw_exception(spl_ce_LogicException, "Class to downcast to not found or not base class or d… in spl_dual_it_construct()
1526 …zend_throw_exception_ex(spl_ce_LogicException, 0, "%s::getIterator() must return an object that im… in spl_dual_it_construct()
H A Dspl_directory.c294 zend_throw_exception_ex(spl_ce_LogicException, 0, "Cannot use SplFileObject with directories"); in spl_filesystem_file_open()
1425 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
2978 zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't truncate file %s", intern->file_name); in SPL_METHOD()
3001 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't seek file %s to negative line " ZEND_LONG… in SPL_METHOD()

Completed in 46 milliseconds