Test results for 5.3.2RC1 [failed]

[email protected]
Newsgroups php.qa.reports
Message-ID <[email protected]>
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #45554 (Inconsistent behavior of the u format char) [ext/date/tests/bug45554.phpt]
mysql connect [ext/mysql/tests/001.phpt]
mysql_connect() [ext/mysql/tests/mysql_connect.phpt]
mysql_[p]connect() - max_links/max_persistent [ext/mysql/tests/mysql_max_links.phpt]
SQLite3::open error test [ext/sqlite3/tests/sqlite3_15_open_error.phpt]
realpath_cache_size() and realpath_cache_get() [ext/standard/tests/file/realpath_cache.phpt]
proc_nice() basic behaviour [ext/standard/tests/general_functions/proc_nice_basic.phpt]
Test var_dump() function [ext/standard/tests/general_functions/var_dump_64bit.phpt]
htmlentities() / html_entity_decode() #8592 - #9002 table test [ext/standard/tests/strings/htmlentities17.phpt]
Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt]
xmlwriter_write_attribute_ns with missing param [ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt]
=====================================================================

=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]
Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt]
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]
SimpleXML: array casting bug [ext/simplexml/tests/034.phpt]
=====================================================================

=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
via [ext/pdo_sqlite/tests/common.phpt]
	SQLite PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo_sqlite/tests/bug_34630.phpt] (warn: XFAIL section but test passes)
via [ext/sqlite/tests/pdo/common.phpt]
	SQLite2 PDO Common: Bug #34630 (inserting streams as LOBs) [ext/sqlite/tests/pdo/bug_34630.phpt] (warn: XFAIL section but test passes)
=====================================================================


=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   46
Exts tested     :   32
---------------------------------------------------------------------

Number of tests : 11113              7869
Tests skipped   : 3244 ( 29.2%) --------
Tests warned    :    2 (  0.0%) (  0.0%)
Tests failed    :   11 (  0.1%) (  0.1%)
Expected fail   :    8 (  0.1%) (  0.1%)
Tests passed    : 7848 ( 70.6%) ( 99.7%)
---------------------------------------------------------------------
Time taken      :  861 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #45554 (Inconsistent behavior of the u format char) [ext/date/tests/bug45554.phpt]
mysql connect [ext/mysql/tests/001.phpt]
mysql_connect() [ext/mysql/tests/mysql_connect.phpt]
mysql_[p]connect() - max_links/max_persistent [ext/mysql/tests/mysql_max_links.phpt]
SQLite3::open error test [ext/sqlite3/tests/sqlite3_15_open_error.phpt]
realpath_cache_size() and realpath_cache_get() [ext/standard/tests/file/realpath_cache.phpt]
proc_nice() basic behaviour [ext/standard/tests/general_functions/proc_nice_basic.phpt]
Test var_dump() function [ext/standard/tests/general_functions/var_dump_64bit.phpt]
htmlentities() / html_entity_decode() #8592 - #9002 table test [ext/standard/tests/strings/htmlentities17.phpt]
Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt]
xmlwriter_write_attribute_ns with missing param [ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt]
=====================================================================

=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]
Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt]
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]
SimpleXML: array casting bug [ext/simplexml/tests/034.phpt]
=====================================================================

=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
via [ext/pdo_sqlite/tests/common.phpt]
	SQLite PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo_sqlite/tests/bug_34630.phpt] (warn: XFAIL section but test passes)
via [ext/sqlite/tests/pdo/common.phpt]
	SQLite2 PDO Common: Bug #34630 (inserting streams as LOBs) [ext/sqlite/tests/pdo/bug_34630.phpt] (warn: XFAIL section but test passes)
=====================================================================


================================================================================
/usr/src/php-5.3.2RC1/ext/date/tests/bug45554.phpt
================================================================================
03-15-2005 12:22:29.000000 PST
03-15-2005 12:22:29.001000 PST
object(DateTime)#1 (3) {
  ["date"]=>
  string(19) "2005-03-15 12:22:29"
  ["timezone_type"]=>
  int(2)
  ["timezone"]=>
  string(3) "PST"
}
================================================================================
003+ object(DateTime)#1 (3) {
003- bool(false)
004+   ["date"]=>
005+   string(19) "2005-03-15 12:22:29"
006+   ["timezone_type"]=>
007+   int(2)
008+   ["timezone"]=>
009+   string(3) "PST"
010+ }
================================================================================



================================================================================
/usr/src/php-5.3.2RC1/ext/mysql/tests/001.phpt
================================================================================
Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/001.php on line 11

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.2RC1/ext/mysql/tests/001.php on line 13

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/001.php on line 16

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.2RC1/ext/mysql/tests/001.php on line 18
string(2) "00"
done!
================================================================================
001+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/001.php on line 11
002+ 
003+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.2RC1/ext/mysql/tests/001.php on line 13
004+ 
005+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/001.php on line 16
006+ 
007+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.2RC1/ext/mysql/tests/001.php on line 18
008+ string(2) "00"
001- %unicode|string%(2) "11"
================================================================================



================================================================================
/usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.phpt
================================================================================
Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 12
[002] Cannot connect to the server using host=localhost/localhost:3306, user=root, passwd=***, dbname=test, port=3306, socket=

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 16

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 18
[003] Cannot connect to the server using host=localhost/localhost:3306, user=root, passwd=***, dbname=test, port=3306, socket=

Warning: mysql_close(): no MySQL-Link resource supplied in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 22

Warning: mysql_connect(): Access denied for user 'rootunknown_really'@'localhost' (using password: YES) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 24

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 45
[007] Usage of mysql.default_port failed

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 53
[008] Usage of mysql.default_password failed

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 59
[009] Usage of mysql.default_user failed

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 66
[010] Usage of mysql.default_host failed

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 72
[011] Usage of mysql.default_host failed

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 82
[012] Usage of env MYSQL_TCP_PORT failed
done!
================================================================================
001+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 12
002+ [002] Cannot connect to the server using host=localhost/localhost:3306, user=root, passwd=***, dbname=test, port=3306, socket=
003+ 
004+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 16
005+ 
006+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 18
007+ [003] Cannot connect to the server using host=localhost/localhost:3306, user=root, passwd=***, dbname=test, port=3306, socket=
008+ 
009+ Warning: mysql_close(): no MySQL-Link resource supplied in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 22
010+ 
002- done!
012+ 
013+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 45
014+ [007] Usage of mysql.default_port failed
015+ 
016+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 53
017+ [008] Usage of mysql.default_password failed
018+ 
019+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 59
020+ [009] Usage of mysql.default_user failed
021+ 
022+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 66
023+ [010] Usage of mysql.default_host failed
024+ 
025+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 72
026+ [011] Usage of mysql.default_host failed
027+ 
028+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_connect.php on line 82
029+ [012] Usage of env MYSQL_TCP_PORT failed
030+ done!
================================================================================



================================================================================
/usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.phpt
================================================================================
Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
[010] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
[020] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
[030] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 33

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
[050] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
[060] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
array(3) {
  [0]=>
  bool(false)
  [1]=>
  bool(false)
  [2]=>
  bool(false)
}

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 42

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 43
done!
================================================================================
001+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
002+ [010] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
003+ 
004+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
005+ [020] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
006+ 
007+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
008+ [030] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
009+ 
010+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 33
011+ 
012+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
013+ [050] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
001- Warning: mysql_connect(): Too many open links (2) in %s on line %s
002- [030] Cannot connect using host '%s', user '%s', password '****', [0] 0
004- Warning: mysql_connect(): Too many open links (2) in %s on line %s
005- [060] Cannot connect using host '%s', user '%s', password '****', [0] 0
008-   resource(%d) of type (mysql link)
010-   resource(%d) of type (mysql link)
015+ Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 10
016+ [060] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
019+   bool(false)
021+   bool(false)
025+ 
026+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 42
027+ 
028+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.2RC1/ext/mysql/tests/mysql_max_links.php on line 43
================================================================================



================================================================================
/usr/src/php-5.3.2RC1/ext/sqlite3/tests/sqlite3_15_open_error.phpt
================================================================================
Done
================================================================================
001- exception 'Exception' with message 'Unable to open database: unable to open database file' in %s/sqlite3_15_open_error.php:%d
002- Stack trace:
003- #0 %s/sqlite3_15_open_error.php(%d): SQLite3->__construct('%s')
004- #1 {main}
================================================================================



================================================================================
/usr/src/php-5.3.2RC1/ext/standard/tests/file/realpath_cache.phpt
================================================================================
int(697)
array(4) {
  ["key"]=>
  int(-5909138454828125008)
  ["is_dir"]=>
  bool(true)
  ["realpath"]=>
  string(45) "/usr/src/php-5.3.2RC1/ext/standard/tests/file"
  ["expires"]=>
  int(1262627118)
}
Done
================================================================================
004+   int(-5909138454828125008)
004-   int(%d)
================================================================================



================================================================================
/usr/src/php-5.3.2RC1/ext/standard/tests/general_functions/proc_nice_basic.phpt
================================================================================
bool(false)
================================================================================
001+ bool(false)
001- bool(true)
================================================================================



================================================================================
/usr/src/php-5.3.2RC1/ext/standard/tests/general_functions/var_dump_64bit.phpt
================================================================================
*** Testing var_dump() on integer variables ***
-- Iteration 1 --
int(0)
-- Iteration 2 --
int(83)
-- Iteration 3 --
int(123000000)
-- Iteration 4 --
int(-83)
-- Iteration 5 --
int(-12300000)
-- Iteration 6 --
array(10) {
  [0]=>
  int(1)
  [1]=>
  int(2)
  [2]=>
  int(3)
  [3]=>
  int(4)
  [4]=>
  int(5)
  [5]=>
  int(6)
  [6]=>
  int(7)
  [7]=>
  int(8)
  [8]=>
  int(9)
  [9]=>
  int(10)
}
-- Iteration 7 --
array(10) {
  [0]=>
  int(-1)
  [1]=>
  int(-2)
  [2]=>
  int(-3)
  [3]=>
  int(-4)
  [4]=>
  int(-5)
  [5]=>
  int(-6)
  [6]=>
  int(-7)
  [7]=>
  int(-8)
  [8]=>
  int(-9)
  [9]=>
  int(-10)
}
-- Iteration 8 --
int(2147483647)
-- Iteration 9 --
int(2147483648)
-- Iteration 10 --
int(-2147483648)
-- Iteration 11 --
int(-2147483647)
-- Iteration 12 --
int(2147483647)
-- Iteration 13 --
int(-2147483648)
-- Iteration 14 --
int(2147483647)
-- Iteration 15 --
int(-2147483648)

*** Testing var_dump() on float variables ***
-- Iteration 1 --
float(0)
-- Iteration 2 --
float(0)
-- Iteration 3 --
float(1.234)
-- Iteration 4 --
float(-1.234)
-- Iteration 5 --
float(-2)
-- Iteration 6 --
float(2)
-- Iteration 7 --
float(-0.5)
-- Iteration 8 --
float(0.567)
-- Iteration 9 --
float(-0.00067)
-- Iteration 10 --
float(-670)
-- Iteration 11 --
float(670)
-- Iteration 12 --
float(670)
-- Iteration 13 --
float(-0.00410003)
-- Iteration 14 --
float(-4100.03)
-- Iteration 15 --
float(0.004100003)
-- Iteration 16 --
float(4100.003)
-- Iteration 17 --
float(100000)
-- Iteration 18 --
float(-100000)
-- Iteration 19 --
float(1.0E-5)
-- Iteration 20 --
float(-1.0E-5)
-- Iteration 21 --
float(100000)
-- Iteration 22 --
float(-100000)
-- Iteration 23 --
float(100000)
-- Iteration 24 --
float(-100000)
-- Iteration 25 --
float(100000)
-- Iteration 26 --
float(-100000)
-- Iteration 27 --
float(1.0E-5)
-- Iteration 28 --
float(-1.0E-5)
-- Iteration 29 --
int(-2147483649)
-- Iteration 30 --
int(2147483649)
-- Iteration 31 --
int(2147483649)
-- Iteration 32 --
int(-2147483649)

*** Testing var_dump() on string variables ***
-- Iteration 1 --
string(0) ""
-- Iteration 2 --
string(0) ""
-- Iteration 3 --
string(1) " "
-- Iteration 4 --
string(1) " "
-- Iteration 5 --
string(1) "0"
-- Iteration 6 --
string(1) "[0x0]"
-- Iteration 7 --
string(2) "\0"
-- Iteration 8 --
string(1) "	"
-- Iteration 9 --
string(2) "\t"
-- Iteration 10 --
string(3) "PHP"
-- Iteration 11 --
string(3) "PHP"
-- Iteration 12 --
string(29) "abcd[0x0]n1234[0x0]05678[0x0]00efgh\xijkl"
-- Iteration 13 --
string(34) "abcd[0x0]efgh[0x0]ijkl[0x0]mnop[0x0]0qrst[0x0]uvwx[0x0]0yz"
-- Iteration 14 --
string(22) "1234	
5678
	9100
abcda"

*** Testing var_dump() on boolean variables ***
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(false)

*** Testing var_dump() on array variables ***
-- Iteration 1 --
array(0) {
}
-- Iteration 2 --
array(1) {
  [0]=>
  NULL
}
-- Iteration 3 --
array(1) {
  [0]=>
  NULL
}
-- Iteration 4 --
array(1) {
  [0]=>
  bool(true)
}
-- Iteration 5 --
array(1) {
  [0]=>
  string(0) ""
}
-- Iteration 6 --
array(1) {
  [0]=>
  string(0) ""
}
-- Iteration 7 --
array(2) {
  [0]=>
  array(0) {
  }
  [1]=>
  array(0) {
  }
}
-- Iteration 8 --
array(2) {
  [0]=>
  array(2) {
    [0]=>
    int(1)
    [1]=>
    int(2)
  }
  [1]=>
  array(2) {
    [0]=>
    string(1) "a"
    [1]=>
    string(1) "b"
  }
}
-- Iteration 9 --
array(1) {
  [1]=>
  string(3) "One"
}
-- Iteration 10 --
array(1) {
  ["test"]=>
  string(8) "is_array"
}
-- Iteration 11 --
array(1) {
  [0]=>
  int(0)
}
-- Iteration 12 --
array(1) {
  [0]=>
  int(-1)
}
-- Iteration 13 --
array(2) {
  [0]=>
  float(10.5)
  [1]=>
  float(5.6)
}
-- Iteration 14 --
array(2) {
  [0]=>
  string(6) "string"
  [1]=>
  string(4) "test"
}
-- Iteration 15 --
array(2) {
  [0]=>
  string(6) "string"
  [1]=>
  string(4) "test"
}

*** Testing var_dump() on object variables ***
-- Iteration 1 --
object(object_class)#6 (7) {
  ["value"]=>
  int(50)
  ["public_var1"]=>
  int(10)
  ["private_var1":"object_class":private]=>
  int(20)
  ["private_var2":"object_class":private]=>
  int(21)
  ["protected_var1":protected]=>
  string(8) "string_1"
  ["protected_var2":protected]=>
  string(8) "string_2"
  ["public_var2"]=>
  int(11)
}
-- Iteration 2 --
object(no_member_class)#7 (0) {
}
-- Iteration 3 --
object(contains_object_class)#8 (7) {
  ["p"]=>
  int(30)
  ["class_object1"]=>
  object(object_class)#9 (7) {
    ["value"]=>
    int(50)
    ["public_var1"]=>
    int(10)
    ["private_var1":"object_class":private]=>
    int(20)
    ["private_var2":"object_class":private]=>
    int(21)
    ["protected_var1":protected]=>
    string(8) "string_1"
    ["protected_var2":protected]=>
    string(8) "string_2"
    ["public_var2"]=>
    int(11)
  }
  ["class_object2"]=>
  object(object_class)#10 (7) {
    ["value"]=>
    int(50)
    ["public_var1"]=>
    int(10)
    ["private_var1":"object_class":private]=>
    int(20)
    ["private_var2":"object_class":private]=>
    int(21)
    ["protected_var1":protected]=>
    string(8) "string_1"
    ["protected_var2":protected]=>
    string(8) "string_2"
    ["public_var2"]=>
    int(11)
  }
  ["class_object3":"contains_object_class":private]=>
  object(object_class)#9 (7) {
    ["value"]=>
    int(50)
    ["public_var1"]=>
    int(10)
    ["private_var1":"object_class":private]=>
    int(20)
    ["private_var2":"object_class":private]=>
    int(21)
    ["protected_var1":protected]=>
    string(8) "string_1"
    ["protected_var2":protected]=>
    string(8) "string_2"
    ["public_var2"]=>
    int(11)
  }
  ["class_object4":protected]=>
  object(object_class)#10 (7) {
    ["value"]=>
    int(50)
    ["public_var1"]=>
    int(10)
    ["private_var1":"object_class":private]=>
    int(20)
    ["private_var2":"object_class":private]=>
    int(21)
    ["protected_var1":protected]=>
    string(8) "string_1"
    ["protected_var2":protected]=>
    string(8) "string_2"
    ["public_var2"]=>
    int(11)
  }
  ["no_member_class_object"]=>
  object(no_member_class)#11 (0) {
  }
  ["class_object5"]=>
  object(contains_object_class)#8 (7) {
    ["p"]=>
    int(30)
    ["class_object1"]=>
    object(object_class)#9 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["class_object2"]=>
    object(object_class)#10 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["class_object3":"contains_object_class":private]=>
    object(object_class)#9 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["class_object4":protected]=>
    object(object_class)#10 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["no_member_class_object"]=>
    object(no_member_class)#11 (0) {
    }
    ["class_object5"]=>
    *RECURSION*
  }
}
-- Iteration 4 --
object(contains_object_class)#1 (7) {
  ["p"]=>
  int(30)
  ["class_object1"]=>
  object(object_class)#2 (7) {
    ["value"]=>
    int(50)
    ["public_var1"]=>
    int(10)
    ["private_var1":"object_class":private]=>
    int(20)
    ["private_var2":"object_class":private]=>
    int(21)
    ["protected_var1":protected]=>
    string(8) "string_1"
    ["protected_var2":protected]=>
    string(8) "string_2"
    ["public_var2"]=>
    int(11)
  }
  ["class_object2"]=>
  object(object_class)#3 (7) {
    ["value"]=>
    int(50)
    ["public_var1"]=>
    int(10)
    ["private_var1":"object_class":private]=>
    int(20)
    ["private_var2":"object_class":private]=>
    int(21)
    ["protected_var1":protected]=>
    string(8) "string_1"
    ["protected_var2":protected]=>
    string(8) "string_2"
    ["public_var2"]=>
    int(11)
  }
  ["class_object3":"contains_object_class":private]=>
  object(object_class)#2 (7) {
    ["value"]=>
    int(50)
    ["public_var1"]=>
    int(10)
    ["private_var1":"object_class":private]=>
    int(20)
    ["private_var2":"object_class":private]=>
    int(21)
    ["protected_var1":protected]=>
    string(8) "string_1"
    ["protected_var2":protected]=>
    string(8) "string_2"
    ["public_var2"]=>
    int(11)
  }
  ["class_object4":protected]=>
  object(object_class)#3 (7) {
    ["value"]=>
    int(50)
    ["public_var1"]=>
    int(10)
    ["private_var1":"object_class":private]=>
    int(20)
    ["private_var2":"object_class":private]=>
    int(21)
    ["protected_var1":protected]=>
    string(8) "string_1"
    ["protected_var2":protected]=>
    string(8) "string_2"
    ["public_var2"]=>
    int(11)
  }
  ["no_member_class_object"]=>
  object(no_member_class)#4 (0) {
  }
  ["class_object5"]=>
  object(contains_object_class)#1 (7) {
    ["p"]=>
    int(30)
    ["class_object1"]=>
    object(object_class)#2 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["class_object2"]=>
    object(object_class)#3 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["class_object3":"contains_object_class":private]=>
    object(object_class)#2 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["class_object4":protected]=>
    object(object_class)#3 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["no_member_class_object"]=>
    object(no_member_class)#4 (0) {
    }
    ["class_object5"]=>
    *RECURSION*
  }
}
-- Iteration 5 --
object(object_class)#2 (7) {
  ["value"]=>
  int(50)
  ["public_var1"]=>
  int(10)
  ["private_var1":"object_class":private]=>
  int(20)
  ["private_var2":"object_class":private]=>
  int(21)
  ["protected_var1":protected]=>
  string(8) "string_1"
  ["protected_var2":protected]=>
  string(8) "string_2"
  ["public_var2"]=>
  int(11)
}
-- Iteration 6 --
object(object_class)#3 (7) {
  ["value"]=>
  int(50)
  ["public_var1"]=>
  int(10)
  ["private_var1":"object_class":private]=>
  int(20)
  ["private_var2":"object_class":private]=>
  int(21)
  ["protected_var1":protected]=>
  string(8) "string_1"
  ["protected_var2":protected]=>
  string(8) "string_2"
  ["public_var2"]=>
  int(11)
}
-- Iteration 7 --
object(no_member_class)#4 (0) {
}
-- Iteration 8 --
object(object_class)#5 (7) {
  ["value"]=>
  int(50)
  ["public_var1"]=>
  int(10)
  ["private_var1":"object_class":private]=>
  int(20)
  ["private_var2":"object_class":private]=>
  int(21)
  ["protected_var1":protected]=>
  string(8) "string_1"
  ["protected_var2":protected]=>
  string(8) "string_2"
  ["public_var2"]=>
  int(11)
}
-- Iteration 9 --
NULL

** Testing var_dump() on objects having circular reference **
object(object_class)#13 (8) {
  ["value"]=>
  int(50)
  ["public_var1"]=>
  int(10)
  ["private_var1":"object_class":private]=>
  int(20)
  ["private_var2":"object_class":private]=>
  int(21)
  ["protected_var1":protected]=>
  string(8) "string_1"
  ["protected_var2":protected]=>
  string(8) "string_2"
  ["public_var2"]=>
  int(11)
  ["obj"]=>
  &object(object_class)#12 (8) {
    ["value"]=>
    int(50)
    ["public_var1"]=>
    int(10)
    ["private_var1":"object_class":private]=>
    int(20)
    ["private_var2":"object_class":private]=>
    int(21)
    ["protected_var1":protected]=>
    string(8) "string_1"
    ["protected_var2":protected]=>
    string(8) "string_2"
    ["public_var2"]=>
    int(11)
    ["obj"]=>
    &object(object_class)#13 (8) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
      ["obj"]=>
      &object(object_class)#12 (8) {
        ["value"]=>
        int(50)
        ["public_var1"]=>
        int(10)
        ["private_var1":"object_class":private]=>
        int(20)
        ["private_var2":"object_class":private]=>
        int(21)
        ["protected_var1":protected]=>
        string(8) "string_1"
        ["protected_var2":protected]=>
        string(8) "string_2"
        ["public_var2"]=>
        int(11)
        ["obj"]=>
        *RECURSION*
      }
    }
  }
}

*** Testing var_dump() on resources ***
-- Iteration 1 --
resource(5) of type (stream)
-- Iteration 2 --
resource(6) of type (stream)

*** Testing var_dump() on different combinations of scalar 
            and non-scalar variables ***
-- Iteration 1 --
array(3) {
  [0]=>
  int(123)
  [1]=>
  float(-1.2345)
  [2]=>
  string(1) "a"
}
-- Iteration 2 --
array(4) {
  [0]=>
  string(1) "d"
  [1]=>
  array(3) {
    [0]=>
    int(1)
    [1]=>
    int(3)
    [2]=>
    int(5)
  }
  [2]=>
  bool(true)
  [3]=>
  NULL
}
-- Iteration 3 --
array(4) {
  [0]=>
  object(no_member_class)#14 (0) {
  }
  [1]=>
  array(0) {
  }
  [2]=>
  bool(false)
  [3]=>
  int(0)
}
-- Iteration 4 --
array(6) {
  [0]=>
  float(0)
  [1]=>
  string(11) "Where am I?"
  [2]=>
  array(3) {
    [0]=>
    int(7)
    [1]=>
    int(8)
    [2]=>
    int(9)
  }
  [3]=>
  bool(true)
  [4]=>
  string(1) "A"
  [5]=>
  int(987654321)
}
-- Iteration 5 --
array(4) {
  [0]=>
  NULL
  [1]=>
  float(20000000000)
  [2]=>
  float(79.1)
  [3]=>
  float(4.599998)
}
-- Iteration 6 --
array(4) {
  [0]=>
  string(27) "array(1,2,3,4)1.0000002TRUE"
  [1]=>
  NULL
  [2]=>
  float(4611333)
  [3]=>
  string(5) "/00\7"
}

*** Testing var_dump() on miscelleneous input arguments ***
-- Iteration 1 --
NULL
-- Iteration 2 --
NULL
-- Iteration 3 --
NULL
-- Iteration 4 --
NULL

*** Testing var_dump() on multiple arguments ***
array(15) {
  [0]=>
  int(0)
  [1]=>
  int(83)
  [2]=>
  int(123000000)
  [3]=>
  int(-83)
  [4]=>
  int(-12300000)
  [5]=>
  array(10) {
    [0]=>
    int(1)
    [1]=>
    int(2)
    [2]=>
    int(3)
    [3]=>
    int(4)
    [4]=>
    int(5)
    [5]=>
    int(6)
    [6]=>
    int(7)
    [7]=>
    int(8)
    [8]=>
    int(9)
    [9]=>
    int(10)
  }
  [6]=>
  array(10) {
    [0]=>
    int(-1)
    [1]=>
    int(-2)
    [2]=>
    int(-3)
    [3]=>
    int(-4)
    [4]=>
    int(-5)
    [5]=>
    int(-6)
    [6]=>
    int(-7)
    [7]=>
    int(-8)
    [8]=>
    int(-9)
    [9]=>
    int(-10)
  }
  [7]=>
  int(2147483647)
  [8]=>
  int(2147483648)
  [9]=>
  int(-2147483648)
  [10]=>
  int(-2147483647)
  [11]=>
  int(2147483647)
  [12]=>
  int(-2147483648)
  [13]=>
  int(2147483647)
  [14]=>
  int(-2147483648)
}
array(32) {
  [0]=>
  float(0)
  [1]=>
  float(0)
  [2]=>
  float(1.234)
  [3]=>
  float(-1.234)
  [4]=>
  float(-2)
  [5]=>
  float(2)
  [6]=>
  float(-0.5)
  [7]=>
  float(0.567)
  [8]=>
  float(-0.00067)
  [9]=>
  float(-670)
  [10]=>
  float(670)
  [11]=>
  float(670)
  [12]=>
  float(-0.00410003)
  [13]=>
  float(-4100.03)
  [14]=>
  float(0.004100003)
  [15]=>
  float(4100.003)
  [16]=>
  float(100000)
  [17]=>
  float(-100000)
  [18]=>
  float(1.0E-5)
  [19]=>
  float(-1.0E-5)
  [20]=>
  float(100000)
  [21]=>
  float(-100000)
  [22]=>
  float(100000)
  [23]=>
  float(-100000)
  [24]=>
  float(100000)
  [25]=>
  float(-100000)
  [26]=>
  float(1.0E-5)
  [27]=>
  float(-1.0E-5)
  [28]=>
  int(-2147483649)
  [29]=>
  int(2147483649)
  [30]=>
  int(2147483649)
  [31]=>
  int(-2147483649)
}
array(14) {
  [0]=>
  string(0) ""
  [1]=>
  string(0) ""
  [2]=>
  string(1) " "
  [3]=>
  string(1) " "
  [4]=>
  string(1) "0"
  [5]=>
  string(1) "[0x0]"
  [6]=>
  string(2) "\0"
  [7]=>
  string(1) "	"
  [8]=>
  string(2) "\t"
  [9]=>
  string(3) "PHP"
  [10]=>
  string(3) "PHP"
  [11]=>
  string(29) "abcd[0x0]n1234[0x0]05678[0x0]00efgh\xijkl"
  [12]=>
  string(34) "abcd[0x0]efgh[0x0]ijkl[0x0]mnop[0x0]0qrst[0x0]uvwx[0x0]0yz"
  [13]=>
  string(22) "1234	
5678
	9100
abcda"
}
array(15) {
  [0]=>
  array(0) {
  }
  [1]=>
  array(1) {
    [0]=>
    NULL
  }
  [2]=>
  array(1) {
    [0]=>
    NULL
  }
  [3]=>
  array(1) {
    [0]=>
    bool(true)
  }
  [4]=>
  array(1) {
    [0]=>
    string(0) ""
  }
  [5]=>
  array(1) {
    [0]=>
    string(0) ""
  }
  [6]=>
  array(2) {
    [0]=>
    array(0) {
    }
    [1]=>
    array(0) {
    }
  }
  [7]=>
  array(2) {
    [0]=>
    array(2) {
      [0]=>
      int(1)
      [1]=>
      int(2)
    }
    [1]=>
    array(2) {
      [0]=>
      string(1) "a"
      [1]=>
      string(1) "b"
    }
  }
  [8]=>
  array(1) {
    [1]=>
    string(3) "One"
  }
  [9]=>
  array(1) {
    ["test"]=>
    string(8) "is_array"
  }
  [10]=>
  array(1) {
    [0]=>
    int(0)
  }
  [11]=>
  array(1) {
    [0]=>
    int(-1)
  }
  [12]=>
  array(2) {
    [0]=>
    float(10.5)
    [1]=>
    float(5.6)
  }
  [13]=>
  array(2) {
    [0]=>
    string(6) "string"
    [1]=>
    string(4) "test"
  }
  [14]=>
  array(2) {
    [0]=>
    string(6) "string"
    [1]=>
    string(4) "test"
  }
}
array(4) {
  [0]=>
  bool(true)
  [1]=>
  bool(false)
  [2]=>
  bool(true)
  [3]=>
  bool(false)
}
array(2) {
  [0]=>
  resource(5) of type (stream)
  [1]=>
  resource(6) of type (stream)
}
array(9) {
  [0]=>
  object(object_class)#6 (7) {
    ["value"]=>
    int(50)
    ["public_var1"]=>
    int(10)
    ["private_var1":"object_class":private]=>
    int(20)
    ["private_var2":"object_class":private]=>
    int(21)
    ["protected_var1":protected]=>
    string(8) "string_1"
    ["protected_var2":protected]=>
    string(8) "string_2"
    ["public_var2"]=>
    int(11)
  }
  [1]=>
  object(no_member_class)#7 (0) {
  }
  [2]=>
  object(contains_object_class)#8 (7) {
    ["p"]=>
    int(30)
    ["class_object1"]=>
    object(object_class)#9 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["class_object2"]=>
    object(object_class)#10 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["class_object3":"contains_object_class":private]=>
    object(object_class)#9 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["class_object4":protected]=>
    object(object_class)#10 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["no_member_class_object"]=>
    object(no_member_class)#11 (0) {
    }
    ["class_object5"]=>
    object(contains_object_class)#8 (7) {
      ["p"]=>
      int(30)
      ["class_object1"]=>
      object(object_class)#9 (7) {
        ["value"]=>
        int(50)
        ["public_var1"]=>
        int(10)
        ["private_var1":"object_class":private]=>
        int(20)
        ["private_var2":"object_class":private]=>
        int(21)
        ["protected_var1":protected]=>
        string(8) "string_1"
        ["protected_var2":protected]=>
        string(8) "string_2"
        ["public_var2"]=>
        int(11)
      }
      ["class_object2"]=>
      object(object_class)#10 (7) {
        ["value"]=>
        int(50)
        ["public_var1"]=>
        int(10)
        ["private_var1":"object_class":private]=>
        int(20)
        ["private_var2":"object_class":private]=>
        int(21)
        ["protected_var1":protected]=>
        string(8) "string_1"
        ["protected_var2":protected]=>
        string(8) "string_2"
        ["public_var2"]=>
        int(11)
      }
      ["class_object3":"contains_object_class":private]=>
      object(object_class)#9 (7) {
        ["value"]=>
        int(50)
        ["public_var1"]=>
        int(10)
        ["private_var1":"object_class":private]=>
        int(20)
        ["private_var2":"object_class":private]=>
        int(21)
        ["protected_var1":protected]=>
        string(8) "string_1"
        ["protected_var2":protected]=>
        string(8) "string_2"
        ["public_var2"]=>
        int(11)
      }
      ["class_object4":protected]=>
      object(object_class)#10 (7) {
        ["value"]=>
        int(50)
        ["public_var1"]=>
        int(10)
        ["private_var1":"object_class":private]=>
        int(20)
        ["private_var2":"object_class":private]=>
        int(21)
        ["protected_var1":protected]=>
        string(8) "string_1"
        ["protected_var2":protected]=>
        string(8) "string_2"
        ["public_var2"]=>
        int(11)
      }
      ["no_member_class_object"]=>
      object(no_member_class)#11 (0) {
      }
      ["class_object5"]=>
      *RECURSION*
    }
  }
  [3]=>
  object(contains_object_class)#1 (7) {
    ["p"]=>
    int(30)
    ["class_object1"]=>
    object(object_class)#2 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["class_object2"]=>
    object(object_class)#3 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["class_object3":"contains_object_class":private]=>
    object(object_class)#2 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["class_object4":protected]=>
    object(object_class)#3 (7) {
      ["value"]=>
      int(50)
      ["public_var1"]=>
      int(10)
      ["private_var1":"object_class":private]=>
      int(20)
      ["private_var2":"object_class":private]=>
      int(21)
      ["protected_var1":protected]=>
      string(8) "string_1"
      ["protected_var2":protected]=>
      string(8) "string_2"
      ["public_var2"]=>
      int(11)
    }
    ["no_member_class_object"]=>
    object(no_member_class)#4 (0) {
    }
    ["class_object5"]=>
    object(contains_object_class)#1 (7) {
      ["p"]=>
      int(30)
      ["class_object1"]=>
      object(object_class)#2 (7) {
        ["value"]=>
        int(50)
        ["public_var1"]=>
        int(10)
        ["private_var1":"object_class":private]=>
        int(20)
        ["private_var2":"object_class":private]=>
        int(21)
        ["protected_var1":protected]=>
        string(8) "string_1"
        ["protected_var2":protected]=>
        string(8) "string_2"
        ["public_var2"]=>
        int(11)
      }
      ["class_object2"]=>
      object(object_class)#3 (7) {
        ["value"]=>
        int(50)
        ["public_var1"]=>
        int(10)
        ["private_var1":"object_class":private]=>
        int(20)
        ["private_var2":"object_class":private]=>
        int(21)
        ["protected_var1":protected]=>
        string(8) "string_1"
        ["protected_var2":protected]=>
        string(8) "string_2"
        ["public_var2"]=>
        int(11)
      }
      ["class_object3":"contains_object_class":private]=>
      object(object_class)#2 (7) {
        ["value"]=>
        int(50)
        ["public_var1"]=>
        int(10)
        ["private_var1":"object_class":private]=>
        int(20)
        ["private_var2":"object_class":private]=>
        int(21)
        ["protected_var1":protected]=>
        string(8) "string_1"
        ["protected_var2":protected]=>
        string(8) "string_2"
        ["public_var2"]=>
        int(11)
      }
      ["class_object4":protected]=>
      object(object_class)#3 (7) {
        ["value"]=>
        int(50)
        ["public_var1"]=>
        int(10)
        ["private_var1":"object_class":private]=>
        int(20)
        ["private_var2":"object_class":private]=>
        int(21)
        ["protected_var1":protected]=>
        string(8) "string_1"
        ["protected_var2":protected]=>
        string(8) "string_2"
        ["public_var2"]=>
        int(11)
      }
      ["no_member_class_object"]=>
      object(no_member_class)#4 (0) {
      }
      ["class_object5"]=>
      *RECURSION*
    }
  }
  [4]=>
  object(object_class)#2 (7) {
    ["value"]=>
    int(50)
    ["public_var1"]=>
    int(10)
    ["private_var1":"object_class":private]=>
    int(20)
    ["private_var2":"object_class":private]=>
    int(21)
    ["protected_var1":protected]=>
    string(8) "string_1"
    ["protected_var2":protected]=>
    string(8) "string_2"
    ["public_var2"]=>
    int(11)
  }
  [5]=>
  object(object_class)#3 (7) {
    ["value"]=>
    int(50)
    ["public_var1"]=>
    int(10)
    ["private_var1":"object_class":private]=>
    int(20)
    ["private_var2":"object_class":private]=>
    int(21)
    ["protected_var1":protected]=>
    string(8) "string_1"
    ["protected_var2":protected]=>
    string(8) "string_2"
    ["public_var2"]=>
    int(11)
  }
  [6]=>
  object(no_member_class)#4 (0) {
  }
  [7]=>
  object(object_class)#5 (7) {
    ["value"]=>
    int(50)
    ["public_var1"]=>
    int(10)
    ["private_var1":"object_class":private]=>
    int(20)
    ["private_var2":"object_class":private]=>
    int(21)
    ["protected_var1":protected]=>
    string(8) "string_1"
    ["protected_var2":protected]=>
    string(8) "string_2"
    ["public_var2"]=>
    int(11)
  }
  [8]=>
  NULL
}
array(4) {
  [0]=>
  NULL
  [1]=>
  NULL
  [2]=>
  NULL
  [3]=>
  NULL
}
array(6) {
  [0]=>
  array(3) {
    [0]=>
    int(123)
    [1]=>
    float(-1.2345)
    [2]=>
    string(1) "a"
  }
  [1]=>
  array(4) {
    [0]=>
    string(1) "d"
    [1]=>
    array(3) {
      [0]=>
      int(1)
      [1]=>
      int(3)
      [2]=>
      int(5)
    }
    [2]=>
    bool(true)
    [3]=>
    NULL
  }
  [2]=>
  array(4) {
    [0]=>
    object(no_member_class)#14 (0) {
    }
    [1]=>
    array(0) {
    }
    [2]=>
    bool(false)
    [3]=>
    int(0)
  }
  [3]=>
  array(6) {
    [0]=>
    float(0)
    [1]=>
    string(11) "Where am I?"
    [2]=>
    array(3) {
      [0]=>
      int(7)
      [1]=>
      int(8)
      [2]=>
      int(9)
    }
    [3]=>
    bool(true)
    [4]=>
    string(1) "A"
    [5]=>
    int(987654321)
  }
  [4]=>
  array(4) {
    [0]=>
    NULL
    [1]=>
    float(20000000000)
    [2]=>
    float(79.1)
    [3]=>
    float(4.599998)
  }
  [5]=>
  array(4) {
    [0]=>
    string(27) "array(1,2,3,4)1.0000002TRUE"
    [1]=>
    NULL
    [2]=>
    float(4611333)
    [3]=>
    string(5) "/00\7"
  }
}

*** Testing var_dump() on anonymous functions ***
New anonymous function: [0x0]lambda_1
string(9) "2 * 3 = 6"
string(9) "[0x0]lambda_2"

*** Testing error conditions ***

Warning: var_dump() expects at least 1 parameter, 0 given in /usr/src/php-5.3.2RC1/ext/standard/tests/general_functions/var_dump_64bit.php on line 278
Done
================================================================================
171+ 	9100
abcda"
171- 	9100
172- abcda"
1011+ 	9100
abcda"
1012- 	9100
1013- abcda"
================================================================================



================================================================================
/usr/src/php-5.3.2RC1/ext/standard/tests/strings/htmlentities17.phpt
================================================================================
string(3) "≀"
string(7) "&oplus;"
string(8) "&otimes;"
string(6) "&perp;"
string(6) "&sdot;"
string(7) "&lceil;"
string(7) "&rceil;"
string(8) "&lfloor;"
string(8) "&rfloor;"
string(6) "&lang;"
string(6) "&rang;"
string(6) "267772"
string(6) "e28a95"
string(6) "e28a97"
string(6) "e28aa5"
string(6) "e28b85"
string(6) "e28c88"
string(6) "e28c89"
string(6) "e28c8a"
string(6) "e28c8b"
string(6) "e28ca9"
string(6) "e28caa"
================================================================================
001+ string(3) "≀"
001- string(8) "&wreath;"
012+ string(6) "267772"
012- string(6) "e28980"
================================================================================



================================================================================
/usr/src/php-5.3.2RC1/ext/standard/tests/strings/setlocale_variation2.phpt
================================================================================
*** Testing setlocale() : usage variations ***
-- Test setlocale() with all available locale in the system --
No of locales found on the machine = 418
No of setlocale() success = 416
Expected no of failures = 0
Test FAILED
Names of locale() for which setlocale() failed ...
array(2) {
  [0]=>
  string(14) "hy_AM.armscii8"
  [1]=>
  string(19) "ja_JP.shiftjisx0213"
}
Done
================================================================================
006+ Test FAILED
007+ Names of locale() for which setlocale() failed ...
008+ array(2) {
009+   [0]=>
010+   string(14) "hy_AM.armscii8"
011+   [1]=>
012+   string(19) "ja_JP.shiftjisx0213"
013+ }
006- Test PASSED
================================================================================



================================================================================
/usr/src/php-5.3.2RC1/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt
================================================================================
Warning: xmlwriter_write_attribute_ns() expects exactly 5 parameters, 4 given in /usr/src/php-5.3.2RC1/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.php on line 6
<?xml version="1.0" encoding="UTF-8"?>
<root>
 <elem1 attr1="first"/>
</root>bool(false)
================================================================================
005+ </root>bool(false)
005- </root>
006- bool(false)
================================================================================




================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux pollux 2.6.27.4rootserver-20081028a #1 SMP Tue Oct 28 06:03:38 EDT 2008 x86_64

Autoconf:
autoconf (GNU Autoconf) 2.61
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

Bundled Libtool:
ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)

Copyright (C) 2008  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

System Libtool:
ltmain.sh (GNU libtool) 1.5.24 (1.1220.2.455 2007/06/24 02:13:29)

Copyright (C) 2007  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiler:
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.2.1 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.2 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.2.1 (SUSE Linux)

Bison:
bison (GNU Bison) 2.3
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Libraries:
	linux-vdso.so.1 =>  (0x00007fffff1ff000)
	libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002ba5abc3d000)
	libresolv.so.2 => /lib64/libresolv.so.2 (0x00002ba5abe76000)
	librt.so.1 => /lib64/librt.so.1 (0x00002ba5ac08a000)
	libmysqlclient.so.16 => /usr/local/mysql/lib/libmysqlclient.so.16 (0x00002ba5ac294000)
	libm.so.6 => /lib64/libm.so.6 (0x00002ba5ac4f0000)
	libtcmalloc_minimal.so.0 => /usr/local/lib/libtcmalloc_minimal.so.0 (0x00002ba5ac743000)
	libz.so.1 => /lib64/libz.so.1 (0x00002ba5ac98c000)
	libcurl.so.4 => /usr/lib64/libcurl.so.4 (0x00002ba5acba1000)
	libbz2.so.1 => /lib64/libbz2.so.1 (0x00002ba5acddc000)
	libdl.so.2 => /lib64/libdl.so.2 (0x00002ba5acfec000)
	libnsl.so.1 => /lib64/libnsl.so.1 (0x00002ba5ad1f0000)
	libidn.so.11 => /usr/lib64/libidn.so.11 (0x00002ba5ad407000)
	libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x00002ba5ad63b000)
	libc.so.6 => /lib64/libc.so.6 (0x00002ba5ad98a000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00002ba5adccf000)
	/lib64/ld-linux-x86-64.so.2 (0x00002ba5aba20000)
	libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00002ba5adeeb000)
	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00002ba5ae1f3000)
	libssl.so.0.9.8 => /usr/lib64/libssl.so.0.9.8 (0x00002ba5ae401000)
	libcrypto.so.0.9.8 => /usr/lib64/libcrypto.so.0.9.8 (0x00002ba5ae64e000)


User's E-mail: luke at sce dot net


================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 5.3.2RC1

System => Linux pollux 2.6.27.4rootserver-20081028a #1 SMP Tue Oct 28 06:03:38 EDT 2008 x86_64
Build Date => Jan  4 2010 16:25:54
Configure Command =>  './configure'  '--with-bz2' '--with-zlib' '--with-curl' '--with-openssl=/usr/local/ssl' '--with-mysql=/usr/local/mysql' '--with-mysql-sock=/var/run/mysql5/mysql.sock' '--with-pear' '--with-config-file-path=/usr/local/etc'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/etc
Loaded Configuration File => /usr/local/etc/php.ini
Scan this dir for additional .ini files => (none)
Additional .ini files parsed => (none)
PHP API => 20090626
PHP Extension => 20090626
Zend Extension => 220090626
Zend Extension Build => API220090626,NTS
PHP Extension Build => API20090626,NTS
Debug Build => no
Thread Safety => disabled
Zend Memory Manager => enabled
Zend Multibyte Support => disabled
IPv6 Support => enabled
Registered PHP Streams => https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar  
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk


This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies


 _______________________________________________________________________


Configuration

bz2

BZip2 Support => Enabled
Stream Wrapper support => compress.bz2://
Stream Filter support => bzip2.decompress, bzip2.compress
BZip2 Version => 1.0.4, 20-Dec-2006

Core

PHP Version => 5.3.2RC1

Directive => Local Value => Master Value
allow_call_time_pass_reference => Off => Off
allow_url_fopen => On => On
allow_url_include => Off => Off
always_populate_raw_post_data => Off => Off
arg_separator.input => & => &
arg_separator.output => & => &
asp_tags => Off => Off
auto_append_file => no value => no value
auto_globals_jit => On => On
auto_prepend_file => no value => no value
browscap => no value => no value
default_charset => no value => no value
default_mimetype => text/html => text/html
define_syslog_variables => Off => Off
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => STDERR => STDERR
display_startup_errors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => 30719 => 30719
exit_on_timeout => Off => Off
expose_php => On => On
extension_dir => ./ => ./
file_uploads => On => On
highlight.bg => <font style="color: #FFFFFF">#FFFFFF</font> => <font style="color: #FFFFFF">#FFFFFF</font>
highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
html_errors => Off => Off
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => On
include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
log_errors => On => On
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => Off => Off
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
mail.add_x_header => Off => Off
mail.force_extra_parameters => no value => no value
mail.log => no value => no value
max_execution_time => 0 => 0
max_file_uploads => 20 => 20
max_input_nesting_level => 64 => 64
max_input_time => -1 => -1
memory_limit => 128M => 128M
open_basedir => no value => no value
output_buffering => 0 => 0
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
realpath_cache_size => 16K => 16K
realpath_cache_ttl => 120 => 120
register_argc_argv => On => On
register_globals => Off => Off
register_long_arrays => Off => Off
report_memleaks => On => On
report_zend_debug => Off => Off
request_order => no value => no value
safe_mode => Off => Off
safe_mode_exec_dir => no value => no value
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => no value => no value
sendmail_path => /usr/sbin/sendmail -t -i  => /usr/sbin/sendmail -t -i 
serialize_precision => 100 => 100
short_open_tag => Off => Off
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => Off => Off
unserialize_callback_func => no value => no value
upload_max_filesize => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
user_ini.cache_ttl => 300 => 300
user_ini.filename => .user.ini => .user.ini
variables_order => GPCS => GPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.enable_gc => On => On

ctype

ctype functions => enabled

curl

cURL support => enabled
cURL Information => 7.16.4
Age => 3
Features
AsynchDNS => No
Debug => No
GSS-Negotiate => No
IDN => Yes
IPv6 => Yes
Largefile => Yes
NTLM => Yes
SPNEGO => No
SSL => Yes
SSPI => No
krb4 => No
libz => Yes
CharConv => No
Protocols => tftp, ftp, telnet, dict, ldap, http, file, https, ftps
Host => x86_64-suse-linux-gnu
SSL Version =>  OpenSSL/0.9.8l
ZLib Version => 1.2.3

date

date/time support => enabled
"Olson" Timezone Database Version => 2009.20
Timezone Database => internal
Default timezone => UTC

Directive => Local Value => Master Value
date.default_latitude => 31.7667 => 31.7667
date.default_longitude => 35.2333 => 35.2333
date.sunrise_zenith => 90.583333 => 90.583333
date.sunset_zenith => 90.583333 => 90.583333
date.timezone => UTC => UTC

dom

DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.6.30
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled

ereg

Regex Library => Bundled library enabled

fileinfo

fileinfo support => enabled
version => 1.0.5-dev

filter

Input Validation and Filtering => enabled
Revision => $Revision: 291851 $

Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value

hash

hash support => enabled
Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b salsa10 salsa20 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 

iconv

iconv support => enabled
iconv implementation => glibc
iconv library version => 2.6.1

Directive => Local Value => Master Value
iconv.input_encoding => ISO-8859-1 => ISO-8859-1
iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
iconv.output_encoding => ISO-8859-1 => ISO-8859-1

json

json support => enabled
json version => 1.2.1

libxml

libXML support => active
libXML Compiled Version => 2.6.30
libXML Loaded Version => 20630
libXML streams => enabled

mysql

MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 5.1.41
MYSQL_MODULE_TYPE => external
MYSQL_SOCKET => /var/run/mysql5/mysql.sock
MYSQL_INCLUDE => -I/usr/local/mysql/include
MYSQL_LIBS => -L/usr/local/mysql/lib -lmysqlclient 

Directive => Local Value => Master Value
mysql.allow_local_infile => On => On
mysql.allow_persistent => On => On
mysql.connect_timeout => 60 => 60
mysql.default_host => no value => no value
mysql.default_password => no value => no value
mysql.default_port => no value => no value
mysql.default_socket => /var/run/mysql/mysql.sock => /var/run/mysql/mysql.sock
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off

openssl

OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 0.9.8l 5 Nov 2009
OpenSSL Header Version => OpenSSL 0.9.8l 5 Nov 2009

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 8.00 2009-10-19

Directive => Local Value => Master Value
pcre.backtrack_limit => 100000 => 100000
pcre.recursion_limit => 100000 => 100000

PDO

PDO support => enabled
PDO drivers => sqlite, sqlite2

pdo_sqlite

PDO Driver for SQLite 3.x => enabled
SQLite Library => 3.6.21

Phar

Phar: PHP Archive support => enabled
Phar EXT version => 2.0.1
Phar API version => 1.1.1
SVN revision => $Revision: 290435 $
Phar-based phar archives => enabled
Tar-based phar archives => enabled
ZIP-based phar archives => enabled
gzip compression => enabled
bzip2 compression => enabled
OpenSSL support => enabled


Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
Directive => Local Value => Master Value
phar.cache_list => no value => no value
phar.readonly => On => On
phar.require_hash => On => On

posix

Revision => $Revision: 288943 $

Reflection

Reflection => enabled
Version => $Revision: 291851 $

session

Session Support => enabled
Registered save handlers => files user sqlite 
Registered serializer handlers => php php_binary 

Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => Off => Off
session.bug_compat_warn => On => On
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_httponly => Off => Off
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => no value => no value
session.entropy_length => 0 => 0
session.gc_divisor => 20 => 20
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.hash_bits_per_character => 5 => 5
session.hash_function => 0 => 0
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => no value => no value
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => On => On
session.use_trans_sid => 0 => 0

SimpleXML

Simplexml support => enabled
Revision => $Revision: 289279 $
Schema support => enabled

SPL

SPL support => enabled
Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException

SQLite

SQLite support => enabled
PECL Module version => 2.0-dev $Id: sqlite.c 289587 2009-10-12 19:04:00Z felipe $
SQLite Library => 2.8.17
SQLite Encoding => iso8859

Directive => Local Value => Master Value
sqlite.assoc_case => 0 => 0

sqlite3

SQLite3 support => enabled
SQLite3 module version => 0.7-dev
SQLite Library => 3.6.21

Directive => Local Value => Master Value
sqlite3.extension_dir => no value => no value

standard

Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i 

Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
default_socket_timeout => 60 => 60
safe_mode_allowed_env_vars => PHP_ => PHP_
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
user_agent => no value => no value

tokenizer

Tokenizer Support => enabled

xml

XML Support => active
XML Namespace Support => active
libxml2 Version => 2.6.30

xmlreader

XMLReader => enabled

xmlwriter

XMLWriter => enabled

zlib

ZLib Support => enabled
Stream Wrapper support => compress.zlib://
Stream Filter support => zlib.inflate, zlib.deflate
Compiled Version => 1.2.3
Linked Version => 1.2.3

Directive => Local Value => Master Value
zlib.output_compression => Off => Off
zlib.output_compression_level => -1 => -1
zlib.output_handler => no value => no value

Additional Modules

Module Name

Environment

Variable => Value
LESSKEY => /etc/lesskey.bin
MANPATH => /usr/local/man:/usr/local/share/man:/usr/share/man
INFODIR => /usr/local/info:/usr/share/info:/usr/info
NNTPSERVER => news
HOSTNAME => pollux
TEST_PHP_SRCDIR => /usr/src/php-5.3.2RC1
XKEYSYMDB => /usr/share/X11/XKeysymDB
SHELL => /bin/bash
TERM => xterm
HOST => pollux
PROFILEREAD => true
MAKEFLAGS =>  
HISTSIZE => 1000
CPPFLAGS => -O3 -march=opteron
SSH_CLIENT => deleted
MORE => -sl
SSH_TTY => deleted
GROFF_NO_SGR => yes
USER => luke
LS_COLORS => no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=41;33;01:ex=00;32:*.cmd=00;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.wmv=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32:
XNLSPATH => /usr/X11R6/lib/X11/nls
ENV => /etc/bash.bashrc
SSH_AUTH_SOCK => deleted
HOSTTYPE => x86_64
FROM_HEADER =>  
MAKELEVEL => 1
PAGER => less
MFLAGS =>  
CSHEDIT => emacs
XDG_CONFIG_DIRS => :/etc/xdg
MINICOM => -c on
PATH => /sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/mysql/bin:/usr/local/sbin/www
MAIL => /var/mail/luke
CPU => x86_64
_ => /usr/src/php-5.3.2RC1/sapi/cli/php
SSH_SENDS_LOCALE => yes
PWD => /usr/src/php-5.3.2RC1
INPUTRC => /home/gva/luke/.inputrc
LANG => en_US.UTF-8
TEST_PHP_EXECUTABLE => /usr/src/php-5.3.2RC1/sapi/cli/php
PYTHONSTARTUP => /etc/pythonstart
TEXINPUTS => :/home/gva/luke/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX
HOME => /root
SHLVL => 4
OSTYPE => linux
LESS_ADVANCED_PREPROCESSOR => no
CFLAGS => -I/usr/include -O3 -march=opteron -fvisibility=hidden -prefer-non-pic -static
LS_OPTIONS => -A -N --color=tty -T 0
MACHTYPE => x86_64-suse-linux
LOGNAME => luke
G_FILENAME_ENCODING => @locale,UTF-8,ISO-8859-15,CP1252
LESS => -M -I
XDG_DATA_DIRS => /usr/share
SSH_CONNECTION => deleted
LESSOPEN => lessopen.sh %s
INFOPATH => /usr/local/info:/usr/share/info:/usr/info
CC => gcc
LESSCLOSE => lessclose.sh %s %s
G_BROKEN_FILENAMES => 1
COLORTERM => 1

PHP Variables

Variable => Value
_SERVER["LESSKEY"] => /etc/lesskey.bin
_SERVER["MANPATH"] => /usr/local/man:/usr/local/share/man:/usr/share/man
_SERVER["INFODIR"] => /usr/local/info:/usr/share/info:/usr/info
_SERVER["NNTPSERVER"] => news
_SERVER["HOSTNAME"] => pollux
_SERVER["TEST_PHP_SRCDIR"] => /usr/src/php-5.3.2RC1
_SERVER["XKEYSYMDB"] => /usr/share/X11/XKeysymDB
_SERVER["SHELL"] => /bin/bash
_SERVER["TERM"] => xterm
_SERVER["HOST"] => pollux
_SERVER["PROFILEREAD"] => true
_SERVER["MAKEFLAGS"] => 
_SERVER["HISTSIZE"] => 1000
_SERVER["CPPFLAGS"] => -O3 -march=opteron
_SERVER["SSH_CLIENT"] => deleted
_SERVER["MORE"] => -sl
_SERVER["SSH_TTY"] => deleted
_SERVER["GROFF_NO_SGR"] => yes
_SERVER["USER"] => luke
_SERVER["LS_COLORS"] => no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=41;33;01:ex=00;32:*.cmd=00;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.wmv=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32:
_SERVER["XNLSPATH"] => /usr/X11R6/lib/X11/nls
_SERVER["ENV"] => /etc/bash.bashrc
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["HOSTTYPE"] => x86_64
_SERVER["FROM_HEADER"] => 
_SERVER["MAKELEVEL"] => 1
_SERVER["PAGER"] => less
_SERVER["MFLAGS"] => 
_SERVER["CSHEDIT"] => emacs
_SERVER["XDG_CONFIG_DIRS"] => :/etc/xdg
_SERVER["MINICOM"] => -c on
_SERVER["PATH"] => /sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/mysql/bin:/usr/local/sbin/www
_SERVER["MAIL"] => /var/mail/luke
_SERVER["CPU"] => x86_64
_SERVER["_"] => /usr/src/php-5.3.2RC1/sapi/cli/php
_SERVER["SSH_SENDS_LOCALE"] => yes
_SERVER["PWD"] => /usr/src/php-5.3.2RC1
_SERVER["INPUTRC"] => /home/gva/luke/.inputrc
_SERVER["LANG"] => en_US.UTF-8
_SERVER["TEST_PHP_EXECUTABLE"] => /usr/src/php-5.3.2RC1/sapi/cli/php
_SERVER["PYTHONSTARTUP"] => /etc/pythonstart
_SERVER["TEXINPUTS"] => :/home/gva/luke/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX
_SERVER["HOME"] => /root
_SERVER["SHLVL"] => 4
_SERVER["OSTYPE"] => linux
_SERVER["LESS_ADVANCED_PREPROCESSOR"] => no
_SERVER["CFLAGS"] => -I/usr/include -O3 -march=opteron -fvisibility=hidden -prefer-non-pic -static
_SERVER["LS_OPTIONS"] => -A -N --color=tty -T 0
_SERVER["MACHTYPE"] => x86_64-suse-linux
_SERVER["LOGNAME"] => luke
_SERVER["G_FILENAME_ENCODING"] => @locale,UTF-8,ISO-8859-15,CP1252
_SERVER["LESS"] => -M -I
_SERVER["XDG_DATA_DIRS"] => /usr/share
_SERVER["SSH_CONNECTION"] => deleted
_SERVER["LESSOPEN"] => lessopen.sh %s
_SERVER["INFOPATH"] => /usr/local/info:/usr/share/info:/usr/info
_SERVER["CC"] => gcc
_SERVER["LESSCLOSE"] => lessclose.sh %s %s
_SERVER["G_BROKEN_FILENAMES"] => 1
_SERVER["COLORTERM"] => 1
_SERVER["PHP_SELF"] => 
_SERVER["SCRIPT_NAME"] => 
_SERVER["SCRIPT_FILENAME"] => 
_SERVER["PATH_TRANSLATED"] => 
_SERVER["DOCUMENT_ROOT"] => 
_SERVER["REQUEST_TIME"] => 1262627191
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0

PHP License
This program is free software; you can redistribute it and/or modify
it under the terms of the PHP License as published by the PHP Group
and included in the distribution in the file:  LICENSE

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any
questions about PHP licensing, please contact [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.