import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-file / realpath_variation-win32.php.expectf
blob715ccc3f6d1c34d40c6bbfafefd91b6fbad42c49
1 *** Testing realpath(): usage variations ***
3 *** Testing realpath() with filename stored inside a object ***
4 string(%d) "%s\realpath_variation\home\tests\realpath_variation.tmp"
5 bool(false)
7 *** Testing realpath() with filename stored in an array ***
8 string(%d) "%s\realpath_variation\home\tests\realpath_variation.tmp"
9 bool(false)
11 *** Testing realpath() with filename as empty string, NULL and single space ***
12 -- Iteration1 --
13 bool(false)
14 -- Iteration2 --
15 bool(false)
16 -- Iteration3 --
17 string(%d) "%s"
18 -- Iteration4 --
19 string(%d) "%s"
20 -- Iteration5 --
21 string(%d) "%s"
22 -- Iteration6 --
23 string(%d) "%s"
24 Done