Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_exceptions.h25 extern PHPAPI zend_class_entry *spl_ce_LogicException;
H A Dspl_exceptions.c34 PHPAPI zend_class_entry *spl_ce_LogicException; variable
H A Dphp_spl.c527 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Passed array specifies a non static method but … in PHP_FUNCTION()
535 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Passed array does not specify %s %smethod (%s)"… in PHP_FUNCTION()
544 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Function '%s' not %s (%s)", ZSTR_VAL(func_name)… in PHP_FUNCTION()
553 zend_throw_exception_ex(spl_ce_LogicException, 0, "Illegal value passed (%s)", error); in PHP_FUNCTION()
564 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Function spl_autoload_call() cannot be register… in PHP_FUNCTION()
692 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Unable to unregister invalid function (%s)", er… in PHP_FUNCTION()
H A Dspl_iterators.c138 zend_throw_exception_ex(spl_ce_LogicException, 0, \
148 zend_throw_exception_ex(spl_ce_LogicException, 0, \
158 zend_throw_exception_ex(spl_ce_LogicException, 0, \
720 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1129 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1164 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1183 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1205 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1491 …zend_throw_exception(spl_ce_LogicException, "Class to downcast to not found or not base class or d… in spl_dual_it_construct()
1503 …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.c295 zend_throw_exception_ex(spl_ce_LogicException, 0, "Cannot use SplFileObject with directories"); in spl_filesystem_file_open()
1436 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
2991 zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't truncate file %s", intern->file_name); in SPL_METHOD()
3014 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't seek file %s to negative line " ZEND_LONG… in SPL_METHOD()

Completed in 63 milliseconds