Searched refs:spl_ce_LogicException (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/spl/ |
H A D | spl_exceptions.h | 25 extern PHPAPI zend_class_entry *spl_ce_LogicException;
|
H A D | spl_exceptions.c | 34 PHPAPI zend_class_entry *spl_ce_LogicException; variable
|
H A D | php_spl.c | 523 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Passed array specifies a non static method but … in PHP_FUNCTION() 531 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Passed array does not specify %s %smethod (%s)"… in PHP_FUNCTION() 540 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Function '%s' not %s (%s)", ZSTR_VAL(func_name)… in PHP_FUNCTION() 549 zend_throw_exception_ex(spl_ce_LogicException, 0, "Illegal value passed (%s)", error); in PHP_FUNCTION() 560 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Function spl_autoload_call() cannot be register… in PHP_FUNCTION() 688 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Unable to unregister invalid function (%s)", er… in PHP_FUNCTION()
|
H A D | spl_iterators.c | 138 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, \ 719 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD() 1135 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD() 1170 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD() 1189 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD() 1211 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD() 1510 …zend_throw_exception(spl_ce_LogicException, "Class to downcast to not found or not base class or d… in spl_dual_it_construct() 1522 …zend_throw_exception_ex(spl_ce_LogicException, 0, "%s::getIterator() must return an object that im… in spl_dual_it_construct()
|
H A D | spl_directory.c | 295 zend_throw_exception_ex(spl_ce_LogicException, 0, "Cannot use SplFileObject with directories"); in spl_filesystem_file_open() 1424 zend_throw_exception_ex(spl_ce_LogicException, 0, in SPL_METHOD() 2956 zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't truncate file %s", intern->file_name); in SPL_METHOD() 2979 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't seek file %s to negative line " ZEND_LONG… in SPL_METHOD()
|
Completed in 26 milliseconds