Lines Matching refs:zend_throw_exception_ex

263 			zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0  in spl_filesystem_dir_open()
284zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Cannot use SplFileObject with directo… in spl_filesystem_file_open()
293zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot open file '%s'", intern->fil… in spl_filesystem_file_open()
431zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot create SplFileInfo for empty… in spl_filesystem_object_create_info()
482 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Could not open file"); in spl_filesystem_object_create_type()
558 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Operation not supported"); in spl_filesystem_object_create_type()
710zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Directory name must not be empty."); in spl_filesystem_object_construct()
1278zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Unable to read link %s, error: %s",… in FileInfoFunction()
1426 zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, in SPL_METHOD()
2064zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot read from file %s", intern->… in spl_filesystem_file_read()
2153zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Internal error, function '%s' not f…
2197zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot read from file %s", intern->… in spl_filesystem_file_read_line_ex()
2271zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot rewind file %s", intern->fil… in spl_filesystem_file_rewind()
2530zend_throw_exception_ex(spl_ce_DomainException, 0 TSRMLS_CC, "Maximum line length must be greater … in SPL_METHOD()
2905zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Can't truncate file %s", intern->file… in SPL_METHOD()
2923zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Can't seek file %s to negative line %… in SPL_METHOD()