Home
last modified time | relevance | path

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

/PHP-7.1/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.c477 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Passed array specifies a non static method but … in PHP_FUNCTION()
485 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Passed array does not specify %s %smethod (%s)"… in PHP_FUNCTION()
494 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Function '%s' not %s (%s)", ZSTR_VAL(func_name)… in PHP_FUNCTION()
503 zend_throw_exception_ex(spl_ce_LogicException, 0, "Illegal value passed (%s)", error); in PHP_FUNCTION()
514 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Function spl_autoload_call() cannot be register… in PHP_FUNCTION()
643 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Unable to unregister invalid function (%s)", er… in PHP_FUNCTION()
H A Dspl_iterators.c141 zend_throw_exception_ex(spl_ce_LogicException, 0, \
151 zend_throw_exception_ex(spl_ce_LogicException, 0, \
161 zend_throw_exception_ex(spl_ce_LogicException, 0, \
722 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1140 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1175 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1194 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1216 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
1515 …zend_throw_exception(spl_ce_LogicException, "Class to downcast to not found or not base class or d… in spl_dual_it_construct()
1527 …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.c270 zend_throw_exception_ex(spl_ce_LogicException, 0, "Cannot use SplFileObject with directories"); in spl_filesystem_file_open()
1402 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD()
2955 zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't truncate file %s", intern->file_name); in SPL_METHOD()
2978 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't seek file %s to negative line " ZEND_LONG… in SPL_METHOD()

Completed in 31 milliseconds