Searched refs:spl_ce_LogicException (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/spl/ |
H A D | spl_exceptions.h | 27 extern PHPAPI zend_class_entry *spl_ce_LogicException;
|
H A D | spl_exceptions.c | 36 PHPAPI zend_class_entry *spl_ce_LogicException; variable
|
H A D | php_spl.c | 477 …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 D | spl_iterators.c | 141 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 D | spl_directory.c | 270 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 38 milliseconds