| Newsgroups |
php.qa.reports |
| Message-ID |
<[email protected]> |
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
easter_date() [ext/calendar/tests/easter_date.phpt]
unixtojd() [ext/calendar/tests/unixtojd.phpt]
Integer overflow [ext/filter/tests/046.phpt]
Bug #47566 (return value of pcntl_wexitstatus()) [ext/pcntl/tests/bug47566.phpt]
Bug #34657 (If you get a communication problem when loading the WSDL, it fatal's) [ext/soap/tests/bugs/bug34657.phpt]
ext/sockets - socket_getpeername_ipv6loop - basic test [ext/sockets/tests/socket_getpeername_ipv6loop.phpt]
Test var_dump() function [ext/standard/tests/general_functions/var_dump_64bit.phpt]
Test gethostbyaddr() function : basic functionality [ext/standard/tests/network/gethostbyaddr_basic1.phpt]
HTML entities with invalid chars [ext/standard/tests/strings/htmlentities-utf.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt]
=====================================================================
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush(). [tests/output/ob_start_basic_unerasable_005.phpt]
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]
SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
=====================================================================
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 45
Exts tested : 34
---------------------------------------------------------------------
Number of tests : 8825 7243
Tests skipped : 1582 ( 17.9%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 10 ( 0.1%) ( 0.1%)
Expected fail : 4 ( 0.0%) ( 0.1%)
Tests passed : 7229 ( 81.9%) ( 99.8%)
---------------------------------------------------------------------
Time taken : 375 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
easter_date() [ext/calendar/tests/easter_date.phpt]
unixtojd() [ext/calendar/tests/unixtojd.phpt]
Integer overflow [ext/filter/tests/046.phpt]
Bug #47566 (return value of pcntl_wexitstatus()) [ext/pcntl/tests/bug47566.phpt]
Bug #34657 (If you get a communication problem when loading the WSDL, it fatal's) [ext/soap/tests/bugs/bug34657.phpt]
ext/sockets - socket_getpeername_ipv6loop - basic test [ext/sockets/tests/socket_getpeername_ipv6loop.phpt]
Test var_dump() function [ext/standard/tests/general_functions/var_dump_64bit.phpt]
Test gethostbyaddr() function : basic functionality [ext/standard/tests/network/gethostbyaddr_basic1.phpt]
HTML entities with invalid chars [ext/standard/tests/strings/htmlentities-utf.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt]
=====================================================================
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush(). [tests/output/ob_start_basic_unerasable_005.phpt]
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]
SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
=====================================================================
================================================================================
/home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/calendar/tests/easter_date.phpt
================================================================================
2000-04-22
2001-04-14
2002-03-30
Warning: easter_date(): This function is only valid for years between 1970 and 2037 inclusive in /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/calendar/tests/easter_date.php on line 5
1970-01-01
================================================================================
001+ 2000-04-22
002+ 2001-04-14
003+ 2002-03-30
001- 2000-04-23
002- 2001-04-15
003- 2002-03-31
================================================================================
================================================================================
/home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/calendar/tests/unixtojd.phpt
================================================================================
2440588
2452162
2453926
================================================================================
002+ 2452162
002- 2452161
================================================================================
================================================================================
/home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/filter/tests/046.phpt
================================================================================
bool(true)
bool(false)
bool(true)
int(-9223372036854775808)
================================================================================
004+ int(-9223372036854775808)
004- bool(false)
================================================================================
================================================================================
/home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/pcntl/tests/bug47566.phpt
================================================================================
<?
$pid = pcntl_fork();
if ($pid == -1) {
echo "Unable to fork";
exit;
} elseif ($pid) {
$epid = pcntl_waitpid(-1,$status);
var_dump(pcntl_wexitstatus($status));
} else {
exit(128);
}
?>
================================================================================
001+ <?
001- int(128)
002+ $pid = pcntl_fork();
003+ if ($pid == -1) {
004+ echo "Unable to fork";
005+ exit;
006+ } elseif ($pid) {
007+ $epid = pcntl_waitpid(-1,$status);
008+ var_dump(pcntl_wexitstatus($status));
009+ } else {
010+ exit(128);
011+ }
012+ ?>
================================================================================
================================================================================
/home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/soap/tests/bugs/bug34657.phpt
================================================================================
Warning: SoapClient::SoapClient(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/soap/tests/bugs/bug34657.php on line 3
Warning: SoapClient::SoapClient(http://i_dont_exist.com/some.wsdl): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/soap/tests/bugs/bug34657.php on line 3
Warning: SoapClient::SoapClient(): I/O warning : failed to load external entity "http://i_dont_exist.com/some.wsdl" in /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/soap/tests/bugs/bug34657.php on line 3
SoapFault
SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://i_dont_exist.com/some.wsdl' : failed to load external entity "http://i_dont_exist.com/some.wsdl"
ok
================================================================================
007+ SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://i_dont_exist.com/some.wsdl' : failed to load external entity "http://i_dont_exist.com/some.wsdl"
008+
007- SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://i_dont_exist.com/some.wsdl'
================================================================================
================================================================================
/home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/sockets/tests/socket_getpeername_ipv6loop.phpt
================================================================================
Warning: socket_create(): Unable to create socket [97]: Address family not supported by protocol in /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/sockets/tests/socket_getpeername_ipv6loop.php on line 9
Unable to create AF_INET6 socket [server]
================================================================================
001+ Warning: socket_create(): Unable to create socket [97]: Address family not supported by protocol in /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/sockets/tests/socket_getpeername_ipv6loop.php on line 9
002+ Unable to create AF_INET6 socket [server]
001- string(3) "::1"
002- int(31337)
================================================================================
================================================================================
/home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2:private"]=>
int(21)
["protected_var1:protected"]=>
string(8) "string_1"
["protected_var2:protected"]=>
string(8) "string_2"
["public_var2"]=>
int(11)
}
["class_object3:private"]=>
object(object_class)#9 (7) {
["value"]=>
int(50)
["public_var1"]=>
int(10)
["private_var1:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2:private"]=>
int(21)
["protected_var1:protected"]=>
string(8) "string_1"
["protected_var2:protected"]=>
string(8) "string_2"
["public_var2"]=>
int(11)
}
["class_object3:private"]=>
object(object_class)#9 (7) {
["value"]=>
int(50)
["public_var1"]=>
int(10)
["private_var1:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2:private"]=>
int(21)
["protected_var1:protected"]=>
string(8) "string_1"
["protected_var2:protected"]=>
string(8) "string_2"
["public_var2"]=>
int(11)
}
["class_object3:private"]=>
object(object_class)#2 (7) {
["value"]=>
int(50)
["public_var1"]=>
int(10)
["private_var1:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2:private"]=>
int(21)
["protected_var1:protected"]=>
string(8) "string_1"
["protected_var2:protected"]=>
string(8) "string_2"
["public_var2"]=>
int(11)
}
["class_object3:private"]=>
object(object_class)#2 (7) {
["value"]=>
int(50)
["public_var1"]=>
int(10)
["private_var1:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2:private"]=>
int(21)
["protected_var1:protected"]=>
string(8) "string_1"
["protected_var2:protected"]=>
string(8) "string_2"
["public_var2"]=>
int(11)
}
["class_object3:private"]=>
object(object_class)#9 (7) {
["value"]=>
int(50)
["public_var1"]=>
int(10)
["private_var1:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2:private"]=>
int(21)
["protected_var1:protected"]=>
string(8) "string_1"
["protected_var2:protected"]=>
string(8) "string_2"
["public_var2"]=>
int(11)
}
["class_object3:private"]=>
object(object_class)#9 (7) {
["value"]=>
int(50)
["public_var1"]=>
int(10)
["private_var1:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2:private"]=>
int(21)
["protected_var1:protected"]=>
string(8) "string_1"
["protected_var2:protected"]=>
string(8) "string_2"
["public_var2"]=>
int(11)
}
["class_object3:private"]=>
object(object_class)#2 (7) {
["value"]=>
int(50)
["public_var1"]=>
int(10)
["private_var1:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2:private"]=>
int(21)
["protected_var1:protected"]=>
string(8) "string_1"
["protected_var2:protected"]=>
string(8) "string_2"
["public_var2"]=>
int(11)
}
["class_object3:private"]=>
object(object_class)#2 (7) {
["value"]=>
int(50)
["public_var1"]=>
int(10)
["private_var1:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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:private"]=>
int(20)
["private_var2: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: Wrong parameter count for var_dump() in /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/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"
================================================================================
================================================================================
/home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/standard/tests/network/gethostbyaddr_basic1.phpt
================================================================================
*** Testing gethostbyaddr() : basic functionality ***
bogo.home.cweiske.de
===DONE===
================================================================================
002+ bogo.home.cweiske.de
002- %rloopback|localhost(\.localdomain)?%r
================================================================================
================================================================================
/home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/standard/tests/strings/htmlentities-utf.phpt
================================================================================
string(8) "266c743b"
string(8) "266c743b"
string(0) ""
string(0) ""
string(4) "d090"
string(4) "d090"
string(0) ""
string(0) ""
string(8) "d090d0b0"
string(8) "d090d0b0"
string(0) ""
string(0) ""
string(0) ""
string(0) ""
string(0) ""
string(0) ""
string(0) ""
string(0) ""
================================================================================
017+ string(0) ""
018+ string(0) ""
017- string(8) "2667743b"
018- string(8) "2667743b"
================================================================================
================================================================================
/home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/ext/xml/tests/bug32001.phpt
================================================================================
libxml2 Version => 2.7.4
Encoding: UTF-8
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: all data at once
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
[Error] Processing Instruction not started
Encoding: UTF-16BE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
[Error] XML_ERR_NAME_REQUIRED
Encoding: UTF-16BE
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
[Error] XML_ERR_NAME_REQUIRED
Encoding: UTF-16LE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
[Error] Processing Instruction not finished
Encoding: UTF-16LE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
[Error] Processing Instruction not finished
Encoding: UTF-16LE
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
[Error] > required
================================================================================
174+ [Error] Processing Instruction not started
175+ Encoding: UTF-16BE
176+ XML Prologue: present
177+ Chunk size: 1 byte(s)
178+ BOM: prepended
179+ [Error] XML_ERR_NAME_REQUIRED
180+ Encoding: UTF-16BE
181+ XML Prologue: not present
182+ Chunk size: 1 byte(s)
183+ BOM: prepended
184+ [Error] XML_ERR_NAME_REQUIRED
185+ Encoding: UTF-16LE
186+ XML Prologue: present
187+ Chunk size: 1 byte(s)
188+ BOM: not prepended
189+ [Error] Processing Instruction not finished
190+ Encoding: UTF-16LE
174- array(3) {
175- [0]=>
176- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
177- [1]=>
178- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
179- [2]=>
180- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
181- }
182- Encoding: UTF-16BE
186- array(3) {
187- [0]=>
188- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
189- [1]=>
190- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
191- [2]=>
194+ [Error] Processing Instruction not finished
195+ Encoding: UTF-16LE
196+ XML Prologue: not present
197+ Chunk size: 1 byte(s)
198+ BOM: prepended
199+ [Error] > required
192- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
193- }
194- Encoding: UTF-16BE
195- XML Prologue: not present
196- Chunk size: 1 byte(s)
197- BOM: prepended
198- array(3) {
199- [0]=>
200- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
201- [1]=>
202- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
203- [2]=>
204- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
205- }
206- Encoding: UTF-16LE
207- XML Prologue: present
208- Chunk size: 1 byte(s)
209- BOM: not prepended
210- array(3) {
211- [0]=>
212- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
213- [1]=>
214- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
215- [2]=>
216- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
217- }
218- Encoding: UTF-16LE
219- XML Prologue: present
220- Chunk size: 1 byte(s)
221- BOM: prepended
222- array(3) {
223- [0]=>
224- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
225- [1]=>
226- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
227- [2]=>
228- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
229- }
230- Encoding: UTF-16LE
231- XML Prologue: not present
232- Chunk size: 1 byte(s)
233- BOM: prepended
234- array(3) {
235- [0]=>
236- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
237- [1]=>
238- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
239- [2]=>
240- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
241- }
================================================================================
================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux bogo 2.6.31debug #2 SMP Sat Oct 3 14:14:46 CEST 2009 x86_64
Autoconf:
autoconf (GNU Autoconf) 2.63
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
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) 2.2.6
Written by Gordon Matzigkeit <[email protected]>, 1996
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.
Compiler:
Es werden eingebaute Spezifikationen verwendet.
Ziel: x86_64-pc-linux-gnu
Konfiguriert mit: /mnt/temporary/var-tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-java-awt=gtk --enable-languages=c,c++,java,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.4 p1.0, pie-10.1.5'
Thread-Modell: posix
gcc-Version 4.3.4 (Gentoo 4.3.4 p1.0, pie-10.1.5)
Bison:
bison (GNU Bison) 2.3
Geschrieben von Robert Corbett und Richard Stallman.
Copyright © 2006 Free Software Foundation, Inc.
Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es
gibt keine Garantie; auch nicht für VERKAUFBARKEIT oder FÜR SPEZIELLE ZWECKE.
Libraries:
linux-vdso.so.1 => (0x00007ffffa5ff000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00002b6d5b0fc000)
libz.so.1 => /lib/libz.so.1 (0x00002b6d5b333000)
librt.so.1 => /lib/librt.so.1 (0x00002b6d5b447000)
libresolv.so.2 => /lib/libresolv.so.2 (0x00002b6d5b651000)
libm.so.6 => /lib/libm.so.6 (0x00002b6d5b867000)
libnsl.so.1 => /lib/libnsl.so.1 (0x00002b6d5bae9000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00002b6d5bd01000)
libdl.so.2 => /lib/libdl.so.2 (0x00002b6d5c04d000)
libc.so.6 => /lib/libc.so.6 (0x00002b6d5c251000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00002b6d5c59b000)
/lib64/ld-linux-x86-64.so.2 (0x00002b6d5aedf000)
User's E-mail: cweiske at php dot net
================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 5.2.12RC3
System => Linux bogo 2.6.31debug #2 SMP Sat Oct 3 14:14:46 CEST 2009 x86_64
Build Date => Nov 28 2009 13:03:48
Configure Command => './configure' '--prefix=/home/cweiske/Dev/cvs/pear/phpfarm/src/../inst/php-5.2.12RC3' '--exec-prefix=/home/cweiske/Dev/cvs/pear/phpfarm/src/../inst/php-5.2.12RC3' '--program-suffix=-5.2.12RC3' '--enable-debug' '--disable-short-tags' '--without-pear' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-mbstring' '--enable-pcntl' '--enable-soap' '--enable-sockets' '--enable-sqlite-utf8' '--enable-wddx' '--enable-zip' '--with-zlib' '--with-gettext'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /home/cweiske/Dev/cvs/pear/phpfarm/src/../inst/php-5.2.12RC3/lib
Loaded Configuration File => (none)
Scan this dir for additional .ini files => (none)
additional .ini files parsed => (none)
PHP API => 20041225
PHP Extension => 20060613
Zend Extension => 220060519
Debug Build => yes
Thread Safety => disabled
Zend Memory Manager => enabled
IPv6 Support => enabled
Registered PHP Streams => compress.zlib, php, file, data, http, ftp, zip
Registered Stream Socket Transports => tcp, udp, unix, udg
Registered Stream Filters => zlib.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
_______________________________________________________________________
Configuration
PHP Core
Directive => Local Value => Master Value
allow_call_time_pass_reference => On => On
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 => no value => no value
expose_php => On => On
extension_dir => /home/cweiske/Dev/cvs/pear/phpfarm/src/../inst/php-5.2.12RC3/lib/php/extensions/debug-non-zts-20060613 => /home/cweiske/Dev/cvs/pear/phpfarm/src/../inst/php-5.2.12RC3/lib/php/extensions/debug-non-zts-20060613
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 => .: => .:
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => On => On
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
mail.force_extra_parameters => 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 => On => On
report_memleaks => On => On
report_zend_debug => Off => Off
safe_mode => Off => Off
safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => no value => no value
sendmail_path => /usr/bin/sendmail -t -i => /usr/bin/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
variables_order => EGPCS => EGPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.ze1_compatibility_mode => Off => Off
bcmath
BCMath support => enabled
calendar
Calendar support => enabled
ctype
ctype functions => enabled
date
date/time support => enabled
"Olson" Timezone Database Version => 2009.19
Timezone Database => internal
Default timezone => Europe/Berlin
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 => no value => no value
dom
DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.7.4
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled
exif
EXIF Support => enabled
EXIF Version => 1.4 $Id: exif.c 290173 2009-11-03 17:11:09Z guenter $
Supported EXIF Version => 0220
Supported filetypes => JPEG,TIFF
filter
Input Validation and Filtering => enabled
Revision => $Revision: 288083 $
Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value
ftp
FTP support => enabled
gettext
GetText Support => enabled
hash
hash support => enabled
Hashing Engines => md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b 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.9
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 Version => 2.7.4
libXML streams => enabled
mbstring
Multibyte Support => enabled
Multibyte string engine => libmbfl
Multibyte (japanese) regex support => enabled
Multibyte regex (oniguruma) version => 4.4.4
Multibyte regex (oniguruma) backtrack check => On
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Directive => Local Value => Master Value
mbstring.detect_order => no value => no value
mbstring.encoding_translation => Off => Off
mbstring.func_overload => 0 => 0
mbstring.http_input => pass => pass
mbstring.http_output => pass => pass
mbstring.internal_encoding => no value => no value
mbstring.language => neutral => neutral
mbstring.strict_detection => Off => Off
mbstring.substitute_character => no value => no value
pcntl
pcntl support => enabled
pcre
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 7.9 2009-04-11
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
PECL Module version => (bundled) 1.0.1 $Id: pdo_sqlite.c 272374 2008-12-31 11:17:49Z sebastian $
SQLite Library => 3.3.7
posix
Revision => $Revision: 288943 $
Reflection
Reflection => enabled
Version => $Id: php_reflection.c 290127 2009-11-01 15:12:34Z felipe $
session
Session Support => enabled
Registered save handlers => files user sqlite
Registered serializer handlers => php php_binary wddx
Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => On => On
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 => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.hash_bits_per_character => 4 => 4
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 => Off => Off
session.use_trans_sid => 0 => 0
SimpleXML
Simplexml support => enabled
Revision => $Revision: 289327 $
Schema support => enabled
soap
Soap Client => enabled
Soap Server => enabled
Directive => Local Value => Master Value
soap.wsdl_cache => 1 => 1
soap.wsdl_cache_dir => /tmp => /tmp
soap.wsdl_cache_enabled => 1 => 1
soap.wsdl_cache_limit => 5 => 5
soap.wsdl_cache_ttl => 86400 => 86400
sockets
Sockets Support => enabled
SPL
SPL support => enabled
Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, 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 => UTF-8
Directive => Local Value => Master Value
sqlite.assoc_case => 0 => 0
standard
Regex Library => Bundled library enabled
Dynamic Library Support => enabled
Path to sendmail => /usr/bin/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,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
user_agent => no value => no value
tokenizer
Tokenizer Support => enabled
wddx
WDDX Support => enabled
WDDX Session Serializer => enabled
xml
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.7.4
xmlreader
XMLReader => enabled
xmlwriter
XMLWriter => enabled
zip
Zip => enabled
Extension Version => $Id: php_zip.c 287723 2009-08-26 02:16:41Z guenter $
Zip version => 1.8.11
Libzip version => 0.9.0
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
MANPATH => /home/cweiske/.gentoo/java-config-2/current-user-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.18/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/man:/etc/java-config/system-vm/man/:/usr/lib64/php5/man/:/usr/kde/3.5/share/man:/usr/qt/3/doc/man:/opt/opera/share/man
SSH_AGENT_PID => 10196
TEST_PHP_SRCDIR => /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3
SHELL => /bin/bash
TERM => xterm
MAKEFLAGS =>
SSH_CLIENT => deleted
WINDOWID => 25165876
QTDIR => /usr/qt/3
SSH_TTY => deleted
ANT_HOME => /usr/share/ant
SGML_CATALOG_FILES => /etc/sgml/xml-docbook-4.3.cat:/etc/sgml/openjade-1.3.2.cat:/etc/sgml/sgml-docbook.cat:/etc/sgml/sgml-docbook-3.1.cat:/etc/sgml/sgml-lite.cat:/etc/sgml/sgml-ent.cat:/etc/sgml/dsssl-docbook-stylesheets.cat:/etc/sgml/sgml-docbook-3.0.cat:/etc/sgml/xml-docbook-4.1.2.cat:/etc/sgml/xml-docbook-4.2.cat:/etc/sgml/xml-docbook-4.4.cat
USER => cweiske
LS_COLORS => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf!
=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
GDK_USE_XFT => 1
SSH_AUTH_SOCK => deleted
SESSION_MANAGER => local/bogo:@/tmp/.ICE-unix/10161,unix/bogo:/tmp/.ICE-unix/10161
MAKELEVEL => 1
CONFIG_PROTECT_MASK => /etc/sandbox.d /etc/env.d/java/ /etc/php/cli-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/udev/rules.d /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild
PAGER => /usr/bin/less
MFLAGS =>
XDG_CONFIG_DIRS => /etc/xdg
FLTK_DOCDIR => /usr/share/doc/fltk-1.1.7-r2/html
PATH => /usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4:/opt/xxe/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/games/bin:/home/cweiske/bin/:/home/cweiske/Dev/cvs/pear/instpear/bin:/home/cweiske/Dev/cvs/pear/phpfarm/inst/bin/:/home/cweiske/bin/:/home/cweiske/Dev/cvs/pear/instpear/bin:/home/cweiske/Dev/cvs/pear/phpfarm/inst/bin/
_ => /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/sapi/cli/php
HG => /usr/bin/hg
PWD => /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3
JAVA_HOME => /home/cweiske/.gentoo/java-config-2/current-user-vm
EDITOR => /bin/joe
JAVAC => /home/cweiske/.gentoo/java-config-2/current-user-vm/bin/javac
LESSCOLOR => 1
LANG => de_DE.UTF-8
TEST_PHP_EXECUTABLE => /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/sapi/cli/php
QMAKESPEC => linux-g++
JDK_HOME => /home/cweiske/.gentoo/java-config-2/current-user-vm
HOME => /home/cweiske
SHLVL => 3
JAVACC_HOME => /usr/share/javacc/
LOGNAME => cweiske
LESS => -R -M --shift 5
CVS_RSH => ssh
SSH_CONNECTION => deleted
XDG_DATA_DIRS => /usr/local/share:/usr/kde/3.5/share:/usr/share:/usr/share
CLASSPATH => .
LESSOPEN => |lesspipe.sh %s
BROWSER => opera
INFOPATH => /usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.18/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/info:/usr/share/info/emacs-23
WINDOWPATH => 7
DISPLAY => :0.0
CC => gcc
OPENGL_PROFILE => xorg-x11
USB_DEVFS_PATH => /dev/bus/usb
RUBYOPT => -rauto_gem
SANE_CONFIG_DIR => /etc/sane.d
CONFIG_PROTECT => /var/lib/hsqldb /usr/share/config /usr/kde/3.5/share/config /usr/kde/3.5/env /usr/kde/3.5/shutdown
COLORTERM => Terminal
PHP Variables
Variable => Value
_SERVER["MANPATH"] => /home/cweiske/.gentoo/java-config-2/current-user-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.18/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/man:/etc/java-config/system-vm/man/:/usr/lib64/php5/man/:/usr/kde/3.5/share/man:/usr/qt/3/doc/man:/opt/opera/share/man
_SERVER["SSH_AGENT_PID"] => 10196
_SERVER["TEST_PHP_SRCDIR"] => /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3
_SERVER["SHELL"] => /bin/bash
_SERVER["TERM"] => xterm
_SERVER["MAKEFLAGS"] =>
_SERVER["SSH_CLIENT"] => deleted
_SERVER["WINDOWID"] => 25165876
_SERVER["QTDIR"] => /usr/qt/3
_SERVER["SSH_TTY"] => deleted
_SERVER["ANT_HOME"] => /usr/share/ant
_SERVER["SGML_CATALOG_FILES"] => /etc/sgml/xml-docbook-4.3.cat:/etc/sgml/openjade-1.3.2.cat:/etc/sgml/sgml-docbook.cat:/etc/sgml/sgml-docbook-3.1.cat:/etc/sgml/sgml-lite.cat:/etc/sgml/sgml-ent.cat:/etc/sgml/dsssl-docbook-stylesheets.cat:/etc/sgml/sgml-docbook-3.0.cat:/etc/sgml/xml-docbook-4.1.2.cat:/etc/sgml/xml-docbook-4.2.cat:/etc/sgml/xml-docbook-4.4.cat
_SERVER["USER"] => cweiske
_SERVER["LS_COLORS"] => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=!
01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
_SERVER["GDK_USE_XFT"] => 1
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["SESSION_MANAGER"] => local/bogo:@/tmp/.ICE-unix/10161,unix/bogo:/tmp/.ICE-unix/10161
_SERVER["MAKELEVEL"] => 1
_SERVER["CONFIG_PROTECT_MASK"] => /etc/sandbox.d /etc/env.d/java/ /etc/php/cli-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/udev/rules.d /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild
_SERVER["PAGER"] => /usr/bin/less
_SERVER["MFLAGS"] =>
_SERVER["XDG_CONFIG_DIRS"] => /etc/xdg
_SERVER["FLTK_DOCDIR"] => /usr/share/doc/fltk-1.1.7-r2/html
_SERVER["PATH"] => /usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4:/opt/xxe/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/games/bin:/home/cweiske/bin/:/home/cweiske/Dev/cvs/pear/instpear/bin:/home/cweiske/Dev/cvs/pear/phpfarm/inst/bin/:/home/cweiske/bin/:/home/cweiske/Dev/cvs/pear/instpear/bin:/home/cweiske/Dev/cvs/pear/phpfarm/inst/bin/
_SERVER["_"] => /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/sapi/cli/php
_SERVER["HG"] => /usr/bin/hg
_SERVER["PWD"] => /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3
_SERVER["JAVA_HOME"] => /home/cweiske/.gentoo/java-config-2/current-user-vm
_SERVER["EDITOR"] => /bin/joe
_SERVER["JAVAC"] => /home/cweiske/.gentoo/java-config-2/current-user-vm/bin/javac
_SERVER["LESSCOLOR"] => 1
_SERVER["LANG"] => de_DE.UTF-8
_SERVER["TEST_PHP_EXECUTABLE"] => /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/sapi/cli/php
_SERVER["QMAKESPEC"] => linux-g++
_SERVER["JDK_HOME"] => /home/cweiske/.gentoo/java-config-2/current-user-vm
_SERVER["HOME"] => /home/cweiske
_SERVER["SHLVL"] => 3
_SERVER["JAVACC_HOME"] => /usr/share/javacc/
_SERVER["LOGNAME"] => cweiske
_SERVER["LESS"] => -R -M --shift 5
_SERVER["CVS_RSH"] => ssh
_SERVER["SSH_CONNECTION"] => deleted
_SERVER["XDG_DATA_DIRS"] => /usr/local/share:/usr/kde/3.5/share:/usr/share:/usr/share
_SERVER["CLASSPATH"] => .
_SERVER["LESSOPEN"] => |lesspipe.sh %s
_SERVER["BROWSER"] => opera
_SERVER["INFOPATH"] => /usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.18/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/info:/usr/share/info/emacs-23
_SERVER["WINDOWPATH"] => 7
_SERVER["DISPLAY"] => :0.0
_SERVER["CC"] => gcc
_SERVER["OPENGL_PROFILE"] => xorg-x11
_SERVER["USB_DEVFS_PATH"] => /dev/bus/usb
_SERVER["RUBYOPT"] => -rauto_gem
_SERVER["SANE_CONFIG_DIR"] => /etc/sane.d
_SERVER["CONFIG_PROTECT"] => /var/lib/hsqldb /usr/share/config /usr/kde/3.5/share/config /usr/kde/3.5/env /usr/kde/3.5/shutdown
_SERVER["COLORTERM"] => Terminal
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["REQUEST_TIME"] => 1259410400
_SERVER["argv"] => Array
(
)
_SERVER["argc"] => 0
_ENV["MANPATH"] => /home/cweiske/.gentoo/java-config-2/current-user-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.18/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/man:/etc/java-config/system-vm/man/:/usr/lib64/php5/man/:/usr/kde/3.5/share/man:/usr/qt/3/doc/man:/opt/opera/share/man
_ENV["SSH_AGENT_PID"] => 10196
_ENV["TEST_PHP_SRCDIR"] => /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3
_ENV["SHELL"] => /bin/bash
_ENV["TERM"] => xterm
_ENV["MAKEFLAGS"] =>
_ENV["SSH_CLIENT"] => deleted
_ENV["WINDOWID"] => 25165876
_ENV["QTDIR"] => /usr/qt/3
_ENV["SSH_TTY"] => deleted
_ENV["ANT_HOME"] => /usr/share/ant
_ENV["SGML_CATALOG_FILES"] => /etc/sgml/xml-docbook-4.3.cat:/etc/sgml/openjade-1.3.2.cat:/etc/sgml/sgml-docbook.cat:/etc/sgml/sgml-docbook-3.1.cat:/etc/sgml/sgml-lite.cat:/etc/sgml/sgml-ent.cat:/etc/sgml/dsssl-docbook-stylesheets.cat:/etc/sgml/sgml-docbook-3.0.cat:/etc/sgml/xml-docbook-4.1.2.cat:/etc/sgml/xml-docbook-4.2.cat:/etc/sgml/xml-docbook-4.4.cat
_ENV["USER"] => cweiske
_ENV["LS_COLORS"] => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;!
35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
_ENV["GDK_USE_XFT"] => 1
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["SESSION_MANAGER"] => local/bogo:@/tmp/.ICE-unix/10161,unix/bogo:/tmp/.ICE-unix/10161
_ENV["MAKELEVEL"] => 1
_ENV["CONFIG_PROTECT_MASK"] => /etc/sandbox.d /etc/env.d/java/ /etc/php/cli-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/udev/rules.d /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild
_ENV["PAGER"] => /usr/bin/less
_ENV["MFLAGS"] =>
_ENV["XDG_CONFIG_DIRS"] => /etc/xdg
_ENV["FLTK_DOCDIR"] => /usr/share/doc/fltk-1.1.7-r2/html
_ENV["PATH"] => /usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4:/opt/xxe/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/games/bin:/home/cweiske/bin/:/home/cweiske/Dev/cvs/pear/instpear/bin:/home/cweiske/Dev/cvs/pear/phpfarm/inst/bin/:/home/cweiske/bin/:/home/cweiske/Dev/cvs/pear/instpear/bin:/home/cweiske/Dev/cvs/pear/phpfarm/inst/bin/
_ENV["_"] => /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/sapi/cli/php
_ENV["HG"] => /usr/bin/hg
_ENV["PWD"] => /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3
_ENV["JAVA_HOME"] => /home/cweiske/.gentoo/java-config-2/current-user-vm
_ENV["EDITOR"] => /bin/joe
_ENV["JAVAC"] => /home/cweiske/.gentoo/java-config-2/current-user-vm/bin/javac
_ENV["LESSCOLOR"] => 1
_ENV["LANG"] => de_DE.UTF-8
_ENV["TEST_PHP_EXECUTABLE"] => /home/cweiske/Dev/cvs/pear/phpfarm/src/php-5.2.12RC3/sapi/cli/php
_ENV["QMAKESPEC"] => linux-g++
_ENV["JDK_HOME"] => /home/cweiske/.gentoo/java-config-2/current-user-vm
_ENV["HOME"] => /home/cweiske
_ENV["SHLVL"] => 3
_ENV["JAVACC_HOME"] => /usr/share/javacc/
_ENV["LOGNAME"] => cweiske
_ENV["LESS"] => -R -M --shift 5
_ENV["CVS_RSH"] => ssh
_ENV["SSH_CONNECTION"] => deleted
_ENV["XDG_DATA_DIRS"] => /usr/local/share:/usr/kde/3.5/share:/usr/share:/usr/share
_ENV["CLASSPATH"] => .
_ENV["LESSOPEN"] => |lesspipe.sh %s
_ENV["BROWSER"] => opera
_ENV["INFOPATH"] => /usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.18/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/info:/usr/share/info/emacs-23
_ENV["WINDOWPATH"] => 7
_ENV["DISPLAY"] => :0.0
_ENV["CC"] => gcc
_ENV["OPENGL_PROFILE"] => xorg-x11
_ENV["USB_DEVFS_PATH"] => /dev/bus/usb
_ENV["RUBYOPT"] => -rauto_gem
_ENV["SANE_CONFIG_DIR"] => /etc/sane.d
_ENV["CONFIG_PROTECT"] => /var/lib/hsqldb /usr/share/config /usr/kde/3.5/share/config /usr/kde/3.5/env /usr/kde/3.5/shutdown
_ENV["COLORTERM"] => Terminal
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].