mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Fixed test.
This commit is contained in:
parent
21fb2a42cc
commit
ae2e75a657
1 changed files with 6 additions and 1 deletions
|
@ -15,7 +15,6 @@ track_errors=1
|
||||||
log_errors=0
|
log_errors=0
|
||||||
html_errors=0
|
html_errors=0
|
||||||
display_errors=1
|
display_errors=1
|
||||||
error_reporting=2039;
|
|
||||||
session.serialize_handler=php
|
session.serialize_handler=php
|
||||||
session.save_handler=files
|
session.save_handler=files
|
||||||
precision=14
|
precision=14
|
||||||
|
@ -59,12 +58,18 @@ session_destroy();
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
Deprecated: Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0
|
Deprecated: Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0
|
||||||
|
|
||||||
|
Deprecated: Function session_register() is deprecated in %s on line %d
|
||||||
|
|
||||||
|
Notice: Undefined variable: c in %s on line %d
|
||||||
NULL
|
NULL
|
||||||
session_write_close(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively
|
session_write_close(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively
|
||||||
array(1) {
|
array(1) {
|
||||||
["c"]=>
|
["c"]=>
|
||||||
float(3.14)
|
float(3.14)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Notice: Undefined variable: c in %s on line %d
|
||||||
NULL
|
NULL
|
||||||
array(1) {
|
array(1) {
|
||||||
["c"]=>
|
["c"]=>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue