]> granicus.if.org Git - php/commitdiff
Minor fixes (bjori)
authorSara Golemon <pollita@php.net>
Tue, 30 May 2006 19:05:21 +0000 (19:05 +0000)
committerSara Golemon <pollita@php.net>
Tue, 30 May 2006 19:05:21 +0000 (19:05 +0000)
ext/spl/tests/iterator_041b.phpt
ext/standard/tests/file/mkdir-004.phpt
ext/standard/tests/file/mkdir-005.phpt

index df4a2a55f3fbf4d86b8a2d3e509a28bd89212606..9afb93526677ea97b5e74648b2d4a6e323395041 100755 (executable)
@@ -94,7 +94,7 @@ MyArrayIterator::test('iterator_count', array(3 => 6));
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECT--
+--EXPECTF--
 ===iterator_to_array===
 State 0: __construct()
 State 1: __construct()
index 023121b648528351a045d85855fed3bd57ebbd00..45c275106a094acd33b1139124a6af923b6b9998 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 recursive mkdir() tests
 --SKIPIF--
-<?
+<?php
 chdir("/");
 if (!@mkdir("testtmpskipifdir")) {
        die("skip for root only");
index 9b704655c78d495d0d130acc219f167f5afc5028..af2387ca73ee7e8d8be2ef9ec23225f87a724d00 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 recursive mkdir() tests
 --SKIPIF--
-<?
+<?php
 chdir("/");
 if (!@mkdir("testtmpskipifdir")) {
        die("skip for root only");