Patch rm-myinode-and-getlastmod.patch for Testing related Bug #52447
Patch version 2010-07-26 17:22 UTC
Return to Bug #52447 |
Download this patch
Patch Revisions:
Developer: glen@delfi.ee
--- php-5.3.3/ext/standard/tests/file/statpage.phpt~ 2010-07-26 20:20:09.000000000 +0300
+++ php-5.3.3/ext/standard/tests/file/statpage.phpt 2010-07-26 20:20:15.952784157 +0300
@@ -3,8 +3,6 @@
--FILE--
<?php
-var_dump(getlastmod());
-var_dump(getmyinode());
var_dump(getmyuid());
var_dump(getmypid());
var_dump(getmygid());
@@ -15,6 +13,4 @@
int(%d)
int(%d)
int(%d)
-int(%d)
-int(%d)
Done
|