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--
|
||||
register_long_arrays=1
|
||||
--SKIPIF--
|
||||
<?php include('../../ext/session/tests/skipif.inc'); ?>
|
||||
<?php
|
||||
|
||||
include(dirname(__FILE__).'/../../ext/session/tests/skipif.inc');
|
||||
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
$HTTP_SESSION_VARS = "ok\n";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
--TEST--
|
||||
unset() CV 6 (indirect unset() of global variable in session_unset())
|
||||
--SKIPIF--
|
||||
<?php include('../../ext/session/tests/skipif.inc'); ?>
|
||||
<?php include(dirname(__FILE__).'/../../ext/session/tests/skipif.inc'); ?>
|
||||
--INI--
|
||||
register_globals=1
|
||||
--FILE--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue