mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
fix tests
This commit is contained in:
parent
f845c37b41
commit
ea97aa5e8c
2 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,11 @@ unset() CV 5 (indirect unset() of global variable in session_start())
|
||||||
--INI--
|
--INI--
|
||||||
register_long_arrays=1
|
register_long_arrays=1
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php include('../../ext/session/tests/skipif.inc'); ?>
|
<?php
|
||||||
|
|
||||||
|
include(dirname(__FILE__).'/../../ext/session/tests/skipif.inc');
|
||||||
|
|
||||||
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
$HTTP_SESSION_VARS = "ok\n";
|
$HTTP_SESSION_VARS = "ok\n";
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
unset() CV 6 (indirect unset() of global variable in session_unset())
|
unset() CV 6 (indirect unset() of global variable in session_unset())
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php include('../../ext/session/tests/skipif.inc'); ?>
|
<?php include(dirname(__FILE__).'/../../ext/session/tests/skipif.inc'); ?>
|
||||||
--INI--
|
--INI--
|
||||||
register_globals=1
|
register_globals=1
|
||||||
--FILE--
|
--FILE--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue