--TEST--
Strlen() function test
---POST--
---GET--
--FILE--
<?php echo strlen("abcdef")?>
--EXPECT--
--TEST--
Testing register_shutdown_function()
---POST--
---GET--
-ab+cd+ef+123+test
--FILE--
<?php
--TEST--
Testing register_shutdown_function() with timeout. (Bug: #21513)
---POST--
---GET--
--FILE--
<?php
--TEST--
INI functions test
---POST--
---GET--
--FILE--
<?php
--TEST--
Test for buffering in core functions with implicit flush off
---POST--
---GET--
--INI--
implicit_flush=0
--FILE--
--TEST--
Test for buffering in core functions with implicit flush on
---POST--
---GET--
--INI--
implicit_flush=1
--FILE--