mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
- win and nux work the same way
This commit is contained in:
parent
9cf971c7ff
commit
abeac6759d
@ -1,59 +0,0 @@
|
||||
--TEST--
|
||||
Test open_basedir configuration
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (substr(PHP_OS, 0, 3) != 'WIN') {
|
||||
die('skip Windows only variation');
|
||||
}
|
||||
?>
|
||||
--INI--
|
||||
open_basedir=.
|
||||
--FILE--
|
||||
<?php
|
||||
require_once "open_basedir.inc";
|
||||
test_open_basedir("glob");
|
||||
?>
|
||||
--CLEAN--
|
||||
<?php
|
||||
require_once "open_basedir.inc";
|
||||
delete_directories();
|
||||
?>
|
||||
--EXPECTF--
|
||||
*** Testing open_basedir configuration [glob] ***
|
||||
bool(true)
|
||||
bool(true)
|
||||
bool(true)
|
||||
bool(true)
|
||||
bool(true)
|
||||
bool(false)
|
||||
bool(false)
|
||||
bool(false)
|
||||
array(0) {
|
||||
}
|
||||
bool(false)
|
||||
bool(false)
|
||||
bool(false)
|
||||
bool(false)
|
||||
bool(false)
|
||||
array(1) {
|
||||
[0]=>
|
||||
string(5) "../ok"
|
||||
}
|
||||
array(1) {
|
||||
[0]=>
|
||||
string(6) "ok.txt"
|
||||
}
|
||||
array(1) {
|
||||
[0]=>
|
||||
string(12) "../ok/ok.txt"
|
||||
}
|
||||
array(1) {
|
||||
[0]=>
|
||||
string(%d) "%s/test/ok/ok.txt"
|
||||
}
|
||||
array(1) {
|
||||
[0]=>
|
||||
string(%d) "%s/test/ok/../ok/ok.txt"
|
||||
}
|
||||
*** Finished testing open_basedir configuration [glob] ***
|
||||
|
Loading…
Reference in New Issue
Block a user