Lines Matching refs:spl_ce_RuntimeException
356 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot open file '%s'", ZSTR_VAL(intern->file… in spl_filesystem_file_open()
494 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot create SplFileInfo for empty path"); in spl_filesystem_object_create_info()
528 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Could not open file"); in spl_filesystem_object_create_type()
586 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type()
598 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Operation not supported"); in spl_filesystem_object_create_type()
1195 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);\
1297 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Unable to read link %s, error: %s", ZSTR_VAL(… in FileInfoFunction()
1871 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot read from file %s", ZSTR_VAL(intern->f… in spl_filesystem_file_cannot_read()
2029 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot rewind file %s", ZSTR_VAL(intern->file… in spl_filesystem_file_rewind()
2068 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD()
2121 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD()