mirror of
https://github.com/php/php-src.git
synced 2025-01-10 21:14:37 +08:00
Minor fixes (bjori)
This commit is contained in:
parent
d96300f0e2
commit
a8ca40564c
@ -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()
|
||||
|
@ -1,7 +1,7 @@
|
||||
--TEST--
|
||||
recursive mkdir() tests
|
||||
--SKIPIF--
|
||||
<?
|
||||
<?php
|
||||
chdir("/");
|
||||
if (!@mkdir("testtmpskipifdir")) {
|
||||
die("skip for root only");
|
||||
|
@ -1,7 +1,7 @@
|
||||
--TEST--
|
||||
recursive mkdir() tests
|
||||
--SKIPIF--
|
||||
<?
|
||||
<?php
|
||||
chdir("/");
|
||||
if (!@mkdir("testtmpskipifdir")) {
|
||||
die("skip for root only");
|
||||
|
Loading…
Reference in New Issue
Block a user