This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/core/src/main/php/io/FileNotFoundException.class.php b/core/src/main/php/io/FileNotFoundException.class.php | |
index aa9b872..6f88e6b 100644 | |
--- a/core/src/main/php/io/FileNotFoundException.class.php | |
+++ b/core/src/main/php/io/FileNotFoundException.class.php | |
@@ -10,9 +10,17 @@ | |
* Indicates the file could not be found | |
* | |
* @see xp://io.IOException | |
- * @purpose Exception | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class Measure extends Object { | |
public static function main($args) { | |
$fixtures= [ | |
'strncmp' => [ | |
'provided' => [ | |
'xp.compiler.spi' => 'FileSystemCL<compiler/src/main>', | |
'xp.compiler' => 'FileSystemCL<compiler/src/main>', | |
'net.xp_lang.tests' => 'FileSystemCL<compiler/src/test>' | |
], |