Test results for 5.2.12RC4 [failed]

[email protected]
Newsgroups php.qa.reports
Message-ID <[email protected]>
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines) [ext/gd/tests/bug48555.phpt]
Test imagecolorallocate() function : usage variations  - passing different data types to fourth argument [ext/gd/tests/imagecolorallocate_variation4.phpt]
mcrypt_create_iv [ext/mcrypt/tests/mcrypt_create_iv.phpt]
Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault) [ext/pdo_mysql/tests/bug41125.phpt]
Bug #44327 (PDORow::queryString property & numeric offsets / Crash) [ext/pdo_mysql/tests/bug44327.phpt]
Test var_dump() function [ext/standard/tests/general_functions/var_dump_64bit.phpt]
HTML entities with invalid chars [ext/standard/tests/strings/htmlentities-utf.phpt]
Test setlocale() function : basic functionality - setting system locale to a specific [ext/standard/tests/strings/setlocale_basic1.phpt]
Test setlocale() function : basic functionality - set locale using an array [ext/standard/tests/strings/setlocale_basic2.phpt]
Test setlocale() function : basic functionality - passing multiple locales as argument [ext/standard/tests/strings/setlocale_basic3.phpt]
Test setlocale() function : usage variations - passing multiple valid/invlaid locales as argument [ext/standard/tests/strings/setlocale_variation1.phpt]
Test setlocale() function : usage variations - setting system locale = 0 [ext/standard/tests/strings/setlocale_variation3.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt]
Test 10: EXSLT Support [ext/xsl/tests/xslt010.phpt]
Check xsltprocessor::registerPHPFunctions and a non-string function in xsl [ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt]
Check xsltprocessor::registerPHPFunctions and a undefined php function [ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.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]
SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
=====================================================================


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

Number of tests : 8905              7125
Tests skipped   : 1780 ( 20.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :   16 (  0.2%) (  0.2%)
Expected fail   :    3 (  0.0%) (  0.0%)
Tests passed    : 7106 ( 79.8%) ( 99.7%)
---------------------------------------------------------------------
Time taken      :  433 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines) [ext/gd/tests/bug48555.phpt]
Test imagecolorallocate() function : usage variations  - passing different data types to fourth argument [ext/gd/tests/imagecolorallocate_variation4.phpt]
mcrypt_create_iv [ext/mcrypt/tests/mcrypt_create_iv.phpt]
Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault) [ext/pdo_mysql/tests/bug41125.phpt]
Bug #44327 (PDORow::queryString property & numeric offsets / Crash) [ext/pdo_mysql/tests/bug44327.phpt]
Test var_dump() function [ext/standard/tests/general_functions/var_dump_64bit.phpt]
HTML entities with invalid chars [ext/standard/tests/strings/htmlentities-utf.phpt]
Test setlocale() function : basic functionality - setting system locale to a specific [ext/standard/tests/strings/setlocale_basic1.phpt]
Test setlocale() function : basic functionality - set locale using an array [ext/standard/tests/strings/setlocale_basic2.phpt]
Test setlocale() function : basic functionality - passing multiple locales as argument [ext/standard/tests/strings/setlocale_basic3.phpt]
Test setlocale() function : usage variations - passing multiple valid/invlaid locales as argument [ext/standard/tests/strings/setlocale_variation1.phpt]
Test setlocale() function : usage variations - setting system locale = 0 [ext/standard/tests/strings/setlocale_variation3.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt]
Test 10: EXSLT Support [ext/xsl/tests/xslt010.phpt]
Check xsltprocessor::registerPHPFunctions and a non-string function in xsl [ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt]
Check xsltprocessor::registerPHPFunctions and a undefined php function [ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.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]
SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
=====================================================================


================================================================================
/usr/local/src/php-5.2.12RC4/ext/gd/tests/bug48555.phpt
================================================================================
Top without line-break: -15
Top with line-break: -15
================================================================================
001+ Top without line-break: -15
002+ Top with line-break: -15
001- Top without line-break: -14
002- Top with line-break: -14
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/ext/gd/tests/imagecolorallocate_variation4.phpt
================================================================================
*** Testing imagecolorallocate() : usage variations ***

--float 10.5--
int(657930)

--float -10.5--
int(657910)

--float 10.1234567e10--
bool(false)

--float 10.7654321E-10--
int(657920)

--float .5--
int(657920)

--empty array--
int(657920)

--int indexed array--
int(657921)

--associative array--
int(657921)

--nested arrays--
int(657921)

--uppercase NULL--
int(657920)

--lowercase null--
int(657920)

--lowercase true--
int(657921)

--lowercase false--
int(657920)

--uppercase TRUE--
int(657921)

--uppercase FALSE--
int(657920)

--empty string DQ--
int(657920)

--empty string SQ--
int(657920)

--string DQ--
int(657920)

--string SQ--
int(657920)

--mixed case string--
int(657920)

--heredoc--
int(657920)

--instance of classWithToString--

Notice: Object of class classWithToString could not be converted to int in /usr/local/src/php-5.2.12RC4/ext/gd/tests/imagecolorallocate_variation4.php on line 91
int(657921)

--instance of classWithoutToString--

Notice: Object of class classWithoutToString could not be converted to int in /usr/local/src/php-5.2.12RC4/ext/gd/tests/imagecolorallocate_variation4.php on line 91
int(657921)

--undefined var--
int(657920)

--unset var--
int(657920)

--file resource--
int(657925)
===DONE===
================================================================================
010+ bool(false)
010- int(657919)
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/ext/mcrypt/tests/mcrypt_create_iv.phpt
================================================================================
** ERROR: process timed out **
================================================================================
001+ ** ERROR: process timed out **
001- 16
002- 24
003- 32
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/ext/pdo_mysql/tests/bug41125.phpt
================================================================================
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)' in /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc:36
Stack trace:
#0 /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc(36): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
#1 /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc(83): PDOTest::factory()
#2 /usr/local/src/php-5.2.12RC4/ext/pdo_mysql/tests/bug41125.php(5): PDOTest::test_factory('/usr/local/src/...')
#3 {main}
  thrown in /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc on line 36
================================================================================
001+ Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)' in /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc:36
002+ Stack trace:
003+ #0 /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc(36): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
004+ #1 /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc(83): PDOTest::factory()
005+ #2 /usr/local/src/php-5.2.12RC4/ext/pdo_mysql/tests/bug41125.php(5): PDOTest::test_factory('/usr/local/src/...')
006+ #3 {main}
007+   thrown in /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc on line 36
001- 1
002- 00000
003- -------------------------------------------------------
004- [1] Query: [[SELECT 1 FROM DUAL WHERE 1 = '?\'\'']]
005- 
006- 00000
007- --------
008- [2] Query: [[SELECT 'a\'0' FROM DUAL WHERE 1 = ?]]
009- a'0
010- 00000
011- --------
012- [3] Query: [[SELECT 'a', 'b\'' FROM DUAL WHERE '''' LIKE '\'' AND ?]]
013- a - b'
014- 00000
015- --------
016- [4] Query: [[SELECT 'foo?bar', '', '''' FROM DUAL WHERE ?]]
017- foo?bar -  - '
018- 00000
019- --------
020- Query: [[SELECT upper(:id) FROM DUAL WHERE '1']]
021- O'\0
022- 00000
023- -------------------------------------------------------
024- [1] Query: [[SELECT 1, 'foo' FROM DUAL WHERE 1 = :id AND '\0' IS NULL AND  2 <> :id]]
025- 
026- 00000
027- --------
028- [2] Query: [[SELECT 1 FROM DUAL WHERE 1 = :id AND '' AND  2 <> :id]]
029- 
030- 00000
031- --------
032- [3] Query: [[SELECT 1 FROM DUAL WHERE 1 = :id AND '\'\'' = '''' AND  2 <> :id]]
033- 
034- 00000
035- --------
036- [4] Query: [[SELECT 1 FROM DUAL WHERE 1 = :id AND '\'' = '''' AND  2 <> :id]]
037- 1
038- 00000
039- --------
040- [5] Query: [[SELECT 'a', 'b\'' FROM DUAL WHERE '''' LIKE '\'' AND 1]]
041- a - b'
042- 00000
043- --------
044- [6] Query: [[SELECT 'a''', '\'b\'' FROM DUAL WHERE '''' LIKE '\'' AND 1]]
045- a' - 'b'
046- 00000
047- --------
048- [7] Query: [[SELECT UPPER(:id) FROM DUAL WHERE '1']]
049- 1
050- 00000
051- --------
052- [8] Query: [[SELECT 1 FROM DUAL WHERE '\'']]
053- 
054- 00000
055- --------
056- [9] Query: [[SELECT 1 FROM DUAL WHERE :id AND '\0' OR :id]]
057- 1
058- 00000
059- --------
060- [10] Query: [[SELECT 1 FROM DUAL WHERE 'a\f\n\0' AND 1 >= :id]]
061- 
062- 00000
063- --------
064- [11] Query: [[SELECT 1 FROM DUAL WHERE '\'' = '''']]
065- 1
066- 00000
067- --------
068- [12] Query: [[SELECT '\n' '1 FROM DUAL WHERE '''' and :id']]
069- 
070- 1 FROM DUAL WHERE '' and :id
071- 00000
072- --------
073- [13] Query: [[SELECT 1 'FROM DUAL WHERE :id AND '''' = '''' OR 1 = 1 AND ':id]]
074- 1
075- 00000
076- --------
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/ext/pdo_mysql/tests/bug44327.phpt
================================================================================
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)' in /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc:36
Stack trace:
#0 /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc(36): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
#1 /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc(83): PDOTest::factory()
#2 /usr/local/src/php-5.2.12RC4/ext/pdo_mysql/tests/bug44327.php(4): PDOTest::test_factory('/usr/local/src/...')
#3 {main}
  thrown in /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc on line 36
================================================================================
001+ Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)' in /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc:36
002+ Stack trace:
003+ #0 /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc(36): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
004+ #1 /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc(83): PDOTest::factory()
005+ #2 /usr/local/src/php-5.2.12RC4/ext/pdo_mysql/tests/bug44327.php(4): PDOTest::test_factory('/usr/local/src/...')
006+ #3 {main}
007+   thrown in /usr/local/src/php-5.2.12RC4/ext/pdo/tests/pdo_test.inc on line 36
001- object(PDORow)#%d (2) {
002-   ["queryString"]=>
003-   string(17) "SELECT 1 AS "one""
004-   ["one"]=>
005-   string(1) "1"
006- }
007- string(1) "1"
008- string(1) "1"
009- string(17) "SELECT 1 AS "one""
010- ----------------------------------
011- object(PDORow)#%d (2) {
012-   ["queryString"]=>
013-   string(19) "SELECT id FROM test"
014-   ["id"]=>
015-   string(1) "1"
016- }
017- string(19) "SELECT id FROM test"
018- ----------------------------------
019- 
020- Notice: Trying to get property of non-object in %s on line %d
021- NULL
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/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 /usr/local/src/php-5.2.12RC4/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/local/src/php-5.2.12RC4/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"
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/ext/standard/tests/strings/setlocale_basic1.phpt
================================================================================
*** Testing setlocale() : basic functionality - set to a specific locale ***
Setting system locale(LC_ALL) to Checking currency settings in the new locale, expected: EUR, Found: 
Test FAILED.
Done
================================================================================
003+ Test FAILED.
003- string(%d) %s
004- Checking currency settings in the new locale, expected: %s, Found: %s
005- Test PASSED.
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/ext/standard/tests/strings/setlocale_basic2.phpt
================================================================================
*** Testing setlocale() with an array containing list of locales ***
-- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --
Test FAILED.
Done
================================================================================
003+ Test FAILED.
003- string(%d) "%s"
004- Checking currency settings in the new locale, expected: %s, Found: %s
005- Test PASSED.
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/ext/standard/tests/strings/setlocale_basic3.phpt
================================================================================
*** Testing setlocale() by passing multiple locales as argument ***
Done
================================================================================
002- -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.utf8, zh_CN.utf8) --
003- string(%d) "%s"
004- Checking currency settings in the new locale, expected: %s, Found: %s
005- Test PASSED.
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/ext/standard/tests/strings/setlocale_variation1.phpt
================================================================================
*** Testing setlocale() by passing multiple valid/invalid locales as argument ***
Done
================================================================================
002- -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_US.utf8, Ko_KR.utf8, KO_KR.invalid, zh_CN.utf8) --
003- string(%d) "%s"
004- Checking currency settings in the new locale, expected: %s, Found: %s
005- Test PASSED.
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/ext/standard/tests/strings/setlocale_variation3.phpt
================================================================================
*** Testing setlocale() : usage variations - setting system locale = 0 ***
Locale info, before setting the locale
array(18) {
  ["decimal_point"]=>
  string(1) "."
  ["thousands_sep"]=>
  string(0) ""
  ["int_curr_symbol"]=>
  string(0) ""
  ["currency_symbol"]=>
  string(0) ""
  ["mon_decimal_point"]=>
  string(0) ""
  ["mon_thousands_sep"]=>
  string(0) ""
  ["positive_sign"]=>
  string(0) ""
  ["negative_sign"]=>
  string(0) ""
  ["int_frac_digits"]=>
  int(127)
  ["frac_digits"]=>
  int(127)
  ["p_cs_precedes"]=>
  int(127)
  ["p_sep_by_space"]=>
  int(127)
  ["n_cs_precedes"]=>
  int(127)
  ["n_sep_by_space"]=>
  int(127)
  ["p_sign_posn"]=>
  int(127)
  ["n_sign_posn"]=>
  int(127)
  ["grouping"]=>
  array(0) {
  }
  ["mon_grouping"]=>
  array(0) {
  }
}
Setting system locale, category = LC_ALL and locale = 0
Locale info, after setting the locale
array(18) {
  ["decimal_point"]=>
  string(1) "."
  ["thousands_sep"]=>
  string(0) ""
  ["int_curr_symbol"]=>
  string(0) ""
  ["currency_symbol"]=>
  string(0) ""
  ["mon_decimal_point"]=>
  string(0) ""
  ["mon_thousands_sep"]=>
  string(0) ""
  ["positive_sign"]=>
  string(0) ""
  ["negative_sign"]=>
  string(0) ""
  ["int_frac_digits"]=>
  int(127)
  ["frac_digits"]=>
  int(127)
  ["p_cs_precedes"]=>
  int(127)
  ["p_sep_by_space"]=>
  int(127)
  ["n_cs_precedes"]=>
  int(127)
  ["n_sep_by_space"]=>
  int(127)
  ["p_sign_posn"]=>
  int(127)
  ["n_sign_posn"]=>
  int(127)
  ["grouping"]=>
  array(0) {
  }
  ["mon_grouping"]=>
  array(0) {
  }
}
Checking locale in the system, Expected : no change in the existing locale
Test PASSED.
Done
================================================================================
007+   string(0) ""
007-   string(1) ","
009+   string(0) ""
009-   string(4) "USD "
011+   string(0) ""
011-   string(1) "$"
013+   string(0) ""
013-   string(1) "."
015+   string(0) ""
015-   string(1) ","
019+   string(0) ""
019-   string(1) "-"
021+   int(127)
021-   int(2)
023+   int(127)
023-   int(2)
025+   int(127)
025-   int(1)
027+   int(127)
027-   int(0)
029+   int(127)
029-   int(1)
031+   int(127)
031-   int(0)
033+   int(127)
033-   int(1)
035+   int(127)
035-   int(1)
037+   array(0) {
037-   array(2) {
038-     [0]=>
039-     int(3)
040-     [1]=>
041-     int(3)
040+   array(0) {
044-   array(2) {
045-     [0]=>
046-     int(3)
047-     [1]=>
048-     int(3)
049+   string(0) ""
051+   string(0) ""
053+   string(0) ""
055+   string(0) ""
057+   string(0) ""
057-   string(1) ","
059-   string(4) "USD "
061+   string(0) ""
061-   string(1) "$"
063+   int(127)
063-   string(1) "."
065+   int(127)
065-   string(1) ","
067+   int(127)
069+   int(127)
069-   string(1) "-"
071+   int(127)
071-   int(2)
073+   int(127)
073-   int(2)
075+   int(127)
075-   int(1)
077+   int(127)
077-   int(0)
079+   array(0) {
079-   int(1)
081-   int(0)
082+   array(0) {
083-   int(1)
085-   int(1)
087-   array(2) {
088-     [0]=>
089-     int(3)
090-     [1]=>
091-     int(3)
094-   array(2) {
095-     [0]=>
096-     int(3)
097-     [1]=>
098-     int(3)
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/ext/xml/tests/bug32001.phpt
================================================================================
libxml2 Version => 2.7.5
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
array(0) {
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
array(0) {
}
Encoding: UTF-16BE
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
array(0) {
}
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+ array(0) {
174- array(3) {
175-   [0]=>
176-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
177-   [1]=>
178-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
179-   [2]=>
180-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
180+ array(0) {
186+ array(0) {
186- array(3) {
187-   [0]=>
188-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
189-   [1]=>
190-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
191-   [2]=>
192-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
192+ [Error] Processing Instruction not finished
193+ Encoding: UTF-16LE
194+ XML Prologue: present
195+ Chunk size: 1 byte(s)
196+ BOM: prepended
197+ [Error] Processing Instruction not finished
198+ Encoding: UTF-16LE
199+ XML Prologue: not present
198- array(3) {
199-   [0]=>
200-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
201-   [1]=>
202-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
203-   [2]=>
204-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
202+ [Error] > required
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
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- }
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/ext/xsl/tests/xslt010.phpt
================================================================================
Test 10: EXSLT Support
  
  
  Test Date : 0001-12-31Z
    year                 : 1
    leap-year            : false
    month-in-year        : 12
    month-name           : December
    month-abbreviation   : Dec
    week-in-year         : 1
    day-in-year          : 365
    day-in-month         : 31
    day-of-week-in-month : 5
    day-in-week          : 2
    day-name             : Monday
    day-abbreviation     : Mon
    time                 : 
    hour-in-day          : NaN
    minute-in-hour       : NaN
    second-in-minute     : NaN
  
  Test Date : 3000-01-31
    year                 : 3000
    leap-year            : false
    month-in-year        : 1
    month-name           : January
    month-abbreviation   : Jan
    week-in-year         : 5
    day-in-year          : 31
    day-in-month         : 31
    day-of-week-in-month : 5
    day-in-week          : 6
    day-name             : Friday
    day-abbreviation     : Fri
    time                 : 
    hour-in-day          : NaN
    minute-in-hour       : NaN
    second-in-minute     : NaN
  
  Test Date : 2000-02-29
    year                 : 2000
    leap-year            : true
    month-in-year        : 2
    month-name           : February
    month-abbreviation   : Feb
    week-in-year         : 9
    day-in-year          : 60
    day-in-month         : 29
    day-of-week-in-month : 5
    day-in-week          : 3
    day-name             : Tuesday
    day-abbreviation     : Tue
    time                 : 
    hour-in-day          : NaN
    minute-in-hour       : NaN
    second-in-minute     : NaN
  
  Test Date : 9990001-12-31Z
    year                 : 9990001
    leap-year            : false
    month-in-year        : 12
    month-name           : December
    month-abbreviation   : Dec
    week-in-year         : 1
    day-in-year          : 365
    day-in-month         : 31
    day-of-week-in-month : 5
    day-in-week          : 2
    day-name             : Monday
    day-abbreviation     : Mon
    time                 : 
    hour-in-day          : NaN
    minute-in-hour       : NaN
    second-in-minute     : NaN
  
  Test Date : -0004-02-29
    year                 : -4
    leap-year            : true
    month-in-year        : 2
    month-name           : February
    month-abbreviation   : Feb
    week-in-year         : 9
    day-in-year          : 60
    day-in-month         : 29
    day-of-week-in-month : 5
    day-in-week          : 1
    day-name             : Sunday
    day-abbreviation     : Sun
    time                 : 
    hour-in-day          : NaN
    minute-in-hour       : NaN
    second-in-minute     : NaN
================================================================================
010+     week-in-year         : 1
010-     week-in-year         : 53
064+     week-in-year         : 1
064-     week-in-year         : 53
082+     week-in-year         : 9
082-     week-in-year         : 10
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt
================================================================================
NULL

Warning: XSLTProcessor::transformToXml(): Handler name must be a string in /usr/local/src/php-5.2.12RC4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.php on line 11

Warning: XSLTProcessor::transformToXml(): xmlXPathCompiledEval: evaluation failed in /usr/local/src/php-5.2.12RC4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.php on line 11

Warning: XSLTProcessor::transformToXml(): runtime error: file /usr/local/src/php-5.2.12RC4/ext/xsl/tests/phpfunc-nostring.xsl line 8 element value-of in /usr/local/src/php-5.2.12RC4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.php on line 11

Warning: XSLTProcessor::transformToXml(): XPath evaluation returned no result. in /usr/local/src/php-5.2.12RC4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.php on line 11
NULL
================================================================================
009+ Warning: XSLTProcessor::transformToXml(): XPath evaluation returned no result. in /usr/local/src/php-5.2.12RC4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.php on line 11
010+ NULL
009- Warning: XSLTProcessor::transformToXml(): xsltValueOf: text copy failed in %s on line %d
010- bool(false)
================================================================================



================================================================================
/usr/local/src/php-5.2.12RC4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt
================================================================================
NULL

Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in /usr/local/src/php-5.2.12RC4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.php on line 11

Warning: XSLTProcessor::transformToXml(): xmlXPathCompiledEval: evaluation failed in /usr/local/src/php-5.2.12RC4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.php on line 11

Warning: XSLTProcessor::transformToXml(): runtime error: file /usr/local/src/php-5.2.12RC4/ext/xsl/tests/phpfunc-undef.xsl line 8 element value-of in /usr/local/src/php-5.2.12RC4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.php on line 11

Warning: XSLTProcessor::transformToXml(): XPath evaluation returned no result. in /usr/local/src/php-5.2.12RC4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.php on line 11
NULL
================================================================================
009+ Warning: XSLTProcessor::transformToXml(): XPath evaluation returned no result. in /usr/local/src/php-5.2.12RC4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.php on line 11
010+ NULL
009- Warning: XSLTProcessor::transformToXml(): xsltValueOf: text copy failed in %s on line %d
010- bool(false)
================================================================================




================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux hollywood.paulhost.ca 2.6.30-2-amd64 #1 SMP Fri Sep 25 22:16:56 UTC 2009 x86_64

Autoconf:
autoconf (GNU Autoconf) 2.64
Copyright (C) 2009 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:
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-5' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.4 (Debian 4.3.4-5) 

Bison:

Libraries:
	linux-vdso.so.1 =>  (0x00007fffafec6000)
	libcrypt.so.1 => /lib/libcrypt.so.1 (0x00002ac7e09e5000)
	libexslt.so.0 => /usr/lib/libexslt.so.0 (0x00002ac7e0c1d000)
	libtidy-0.99.so.0 => /usr/lib/libtidy-0.99.so.0 (0x00002ac7e0e31000)
	librt.so.1 => /lib/librt.so.1 (0x00002ac7e1092000)
	libmcrypt.so.4 => /usr/lib/libmcrypt.so.4 (0x00002ac7e129a000)
	libltdl.so.7 => /usr/lib/libltdl.so.7 (0x00002ac7e14cc000)
	libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00002ac7e16d6000)
	libz.so.1 => /usr/lib/libz.so.1 (0x00002ac7e195d000)
	libpng12.so.0 => /usr/lib/libpng12.so.0 (0x00002ac7e1b74000)
	libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x00002ac7e1d9a000)
	libresolv.so.2 => /lib/libresolv.so.2 (0x00002ac7e1fbd000)
	libdl.so.2 => /lib/libdl.so.2 (0x00002ac7e21d4000)
	libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x00002ac7e23d9000)
	libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0x00002ac7e262b000)
	libcurl.so.4 => /usr/lib/libcurl.so.4 (0x00002ac7e29c9000)
	libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0x00002ac7e2c16000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x00002ac7e3021000)
	libnsl.so.1 => /lib/libnsl.so.1 (0x00002ac7e323c000)
	libxslt.so.1 => /usr/lib/libxslt.so.1 (0x00002ac7e3455000)
	libm.so.6 => /lib/libm.so.6 (0x00002ac7e3691000)
	libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00002ac7e3914000)
	libc.so.6 => /lib/libc.so.6 (0x00002ac7e3c6e000)
	libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0x00002ac7e3fbf000)
	/lib64/ld-linux-x86-64.so.2 (0x00002ac7e07c7000)
	libidn.so.11 => /usr/lib/libidn.so.11 (0x00002ac7e4236000)
	libssh2.so.1 => /usr/lib/libssh2.so.1 (0x00002ac7e4468000)
	liblber-2.4.so.2 => /usr/lib/liblber-2.4.so.2 (0x00002ac7e468d000)
	libldap_r-2.4.so.2 => /usr/lib/libldap_r-2.4.so.2 (0x00002ac7e489d000)
	libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00002ac7e4ae8000)
	libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x00002ac7e4d17000)
	libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x00002ac7e4f1a000)
	libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0x00002ac7e5134000)
	libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00002ac7e53d9000)
	libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00002ac7e5696000)
	libcom_err.so.2 => /lib/libcom_err.so.2 (0x00002ac7e58c1000)
	libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x00002ac7e5ac5000)
	libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x00002ac7e5ccd000)
	libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0x00002ac7e5ecf000)


User's E-mail: paul at preinheimer dot com


================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 5.2.12RC4

System => Linux hollywood.paulhost.ca 2.6.30-2-amd64 #1 SMP Fri Sep 25 22:16:56 UTC 2009 x86_64
Build Date => Dec 11 2009 15:59:17
Configure Command =>  './configure'  '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql' '--with-gd' '--enable-soap' '--with-libxml-dir=/usr/lib/' '--with-mysql-sock=/tmp' '--with-tidy' '--with-jpeg-dir=/usr/lib/' '--with-xsl' '--with-curl' '--with-freetype-dir=/usr/local/freetype2' '--with-zlib' '--enable-gd-native-ttf' '--with-openssl' '--with-mcrypt' '--with-pdo-mysql' '--with-mysqli'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib
Loaded Configuration File => /usr/local/lib/php.ini
Scan this dir for additional .ini files => (none)
additional .ini files parsed => (none)
PHP API => 20041225
PHP Extension => 20060613
Zend Extension => 220060519
Debug Build => no
Thread Safety => disabled
Zend Memory Manager => enabled
IPv6 Support => enabled
Registered PHP Streams => https, ftps, compress.zlib, php, file, data, http, ftp  
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
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 => 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 => /tmp/php.log => /tmp/php.log
error_prepend_string => no value => no value
error_reporting => 6143 => 6143
expose_php => Off => Off
extension_dir => /usr/local/lib/php/extensions/ => /usr/local/lib/php/extensions/
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 => .:/var/www/phpLibraries:/usr/share/php => .:/var/www/phpLibraries:/usr/share/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.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 => 164M => 164M
open_basedir => no value => no value
output_buffering => 0 => 0
output_handler => no value => no value
post_max_size => 128M => 128M
precision => 14 => 14
realpath_cache_size => 16k => 16k
realpath_cache_ttl => 300 => 300
register_argc_argv => On => On
register_globals => Off => Off
register_long_arrays => Off => Off
report_memleaks => On => On
report_zend_debug => Off => Off
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 => 128M => 128M
upload_tmp_dir => /var/www/phpUploadFiles/ => /var/www/phpUploadFiles/
user_dir => no value => no value
variables_order => GPCS => GPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.ze1_compatibility_mode => Off => Off

apc

APC Support => enabled
Version => 3.0.19
MMAP Support => Enabled
MMAP File Mask => /tmp/apc.etYzZh
Locking type => pthread mutex Locks
Revision => $Revision: 3.154.2.5 $
Build Date => Jan 21 2009 16:24:59

Directive => Local Value => Master Value
apc.cache_by_default => On => On
apc.coredump_unmap => Off => Off
apc.enable_cli => On => On
apc.enabled => On => On
apc.file_update_protection => 2 => 2
apc.filters => no value => no value
apc.gc_ttl => 3600 => 3600
apc.include_once_override => Off => Off
apc.max_file_size => 1M => 1M
apc.mmap_file_mask => /tmp/apc.etYzZh => /tmp/apc.etYzZh
apc.num_files_hint => 1024 => 1024
apc.report_autofilter => Off => Off
apc.rfc1867 => On => On
apc.rfc1867_freq => 0 => 0
apc.rfc1867_name => APC_UPLOAD_PROGRESS => APC_UPLOAD_PROGRESS
apc.rfc1867_prefix => upload_ => upload_
apc.shm_segments => 1 => 1
apc.shm_size => 128 => 128
apc.slam_defense => 0 => 0
apc.stat => On => On
apc.stat_ctime => Off => Off
apc.ttl => 7200 => 7200
apc.user_entries_hint => 4096 => 4096
apc.user_ttl => 7200 => 7200
apc.write_lock => On => On

ctype

ctype functions => enabled

curl

cURL support => enabled
cURL Information => libcurl/7.19.5 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15 libssh2/1.2

date

date/time support => enabled
"Olson" Timezone Database Version => 2009.19
Timezone Database => internal
Default timezone => America/Montreal

Directive => Local Value => Master Value
date.default_latitude => 45.35 => 45.35
date.default_longitude => 70.52 => 70.52
date.sunrise_zenith => 90.583333 => 90.583333
date.sunset_zenith => 90.583333 => 90.583333
date.timezone => America/Montreal => America/Montreal

dom

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

fileinfo

fileinfo support => enabled

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

gd

GD Support => enabled
GD Version => bundled (2.0.34 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
FreeType Version => 2.3.9
GIF Read Support => enabled
GIF Create Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM 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

imagick

imagick module => enabled
imagick module version => 2.2.1
imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
ImageMagick version => ImageMagick 6.4.8-9 2009-01-27 Q16 OpenMP http://www.imagemagick.org
ImageMagick copyright => Copyright (C) 1999-2009 ImageMagick Studio LLC
ImageMagick release date => 2009-01-27
ImageMagick Number of supported formats:  => 181
ImageMagick Supported formats => A, AI, ART, ARW, AVI, AVS, B, BGR, BMP, BMP2, BMP3, BRF, BRG, C, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPS, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, ERF, FAX, FITS, FRACTAL, FTS, G, G3, GBR, GIF, GIF87, GRADIENT, GRAY, GRB, HISTOGRAM, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, JNG, JPEG, JPG, K, K25, KDC, LABEL, M, M2V, M4V, MAP, MAT, MATTE, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PFA, PFB, PFM, PGM, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSD, PWP, R, RADIAL-GRADIENT, RAF, RAS, RBG, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMV, WPG, X3F, XBM, X!
 C, XCF, XPM, XPS, XV, Y, YCbCr, YCbCrA, YUV

Directive => Local Value => Master Value
imagick.locale_fix => 0 => 0

json

json support => enabled
json version => 1.2.1

libxml

libXML support => active
libXML Version => 2.7.5
libXML streams => enabled

mcrypt

mcrypt support => enabled
Version => 2.5.8
Api No => 20021217
Supported ciphers => cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes 
Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream 

Directive => Local Value => Master Value
mcrypt.algorithms_dir => no value => no value
mcrypt.modes_dir => no value => no value

mysql

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

Directive => Local Value => Master Value
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 => no value => no value
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off

mysqli

MysqlI Support => enabled
Client API library version => 5.0.51a
Client API header version => 5.0.51a
MYSQLI_SOCKET => /var/run/mysqld/mysqld.sock

Directive => Local Value => Master Value
mysqli.default_host => no value => no value
mysqli.default_port => 3306 => 3306
mysqli.default_pw => no value => no value
mysqli.default_socket => no value => no value
mysqli.default_user => no value => no value
mysqli.max_links => Unlimited => Unlimited
mysqli.reconnect => Off => Off

openssl

OpenSSL support => enabled
OpenSSL Version => OpenSSL 0.9.8k 25 Mar 2009

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, mysql, sqlite2

pdo_mysql

PDO Driver for MySQL, client library version => 5.0.51a

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 

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 => 1000 => 1000
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.hash_bits_per_character => 5 => 5
session.hash_function => 1 => 1
session.name => TASTYTOKEN => TASTYTOKEN
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /var/www/phpSessions => /var/www/phpSessions
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: 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

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 => iso8859

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

standard

Regex Library => Bundled library enabled
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

tidy

Tidy support => enabled
libTidy Release => 7 December 2008
Extension Version => 2.0 ($Id: tidy.c 272374 2008-12-31 11:17:49Z sebastian $)

Directive => Local Value => Master Value
tidy.clean_output => no value => no value
tidy.default_config => no value => no value

tokenizer

Tokenizer Support => enabled

xml

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

xmlreader

XMLReader => enabled

xmlwriter

XMLWriter => enabled

xsl

XSL => enabled
libxslt Version => 1.1.26
libxslt compiled against libxml Version => 2.7.4
EXSLT => enabled
libexslt Version => 1.1.26

zlib

ZLib Support => enabled
Stream Wrapper support => compress.zlib://
Stream Filter support => zlib.inflate, zlib.deflate
Compiled Version => 1.2.3.3
Linked Version => 1.2.3.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
TEST_PHP_SRCDIR => /usr/local/src/php-5.2.12RC4
SHELL => /bin/bash
TERM => xterm
MAKEFLAGS =>  
SSH_CLIENT => deleted
SSH_TTY => deleted
USER => preinhei
LS_COLORS => rs=0:di=01;34:ln=01;36:hl=44;37:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01: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:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=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=0!
 1;35:*.ogx=01;35:*.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:
SSH_AUTH_SOCK => deleted
MAKELEVEL => 1
MFLAGS =>  
PATH => /usr/local/bin:/usr/bin:/bin:/usr/games
MAIL => /var/mail/preinhei
_ => /usr/local/src/php-5.2.12RC4/sapi/cli/php
PWD => /usr/local/src/php-5.2.12RC4
LANG => en_US
TEST_PHP_EXECUTABLE => /usr/local/src/php-5.2.12RC4/sapi/cli/php
HISTCONTROL => ignoredups
HOME => /home/preinhei
SHLVL => 3
LOGNAME => preinhei
SSH_CONNECTION => deleted
LESSOPEN => | /usr/bin/lesspipe %s
CC => gcc
LESSCLOSE => /usr/bin/lesspipe %s %s

PHP Variables

Variable => Value
_SERVER["TEST_PHP_SRCDIR"] => /usr/local/src/php-5.2.12RC4
_SERVER["SHELL"] => /bin/bash
_SERVER["TERM"] => xterm
_SERVER["MAKEFLAGS"] => 
_SERVER["SSH_CLIENT"] => deleted
_SERVER["SSH_TTY"] => deleted
_SERVER["USER"] => preinhei
_SERVER["LS_COLORS"] => rs=0:di=01;34:ln=01;36:hl=44;37:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01: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:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=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:*.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["SSH_AUTH_SOCK"] => deleted
_SERVER["MAKELEVEL"] => 1
_SERVER["MFLAGS"] => 
_SERVER["PATH"] => /usr/local/bin:/usr/bin:/bin:/usr/games
_SERVER["MAIL"] => /var/mail/preinhei
_SERVER["_"] => /usr/local/src/php-5.2.12RC4/sapi/cli/php
_SERVER["PWD"] => /usr/local/src/php-5.2.12RC4
_SERVER["LANG"] => en_US
_SERVER["TEST_PHP_EXECUTABLE"] => /usr/local/src/php-5.2.12RC4/sapi/cli/php
_SERVER["HISTCONTROL"] => ignoredups
_SERVER["HOME"] => /home/preinhei
_SERVER["SHLVL"] => 3
_SERVER["LOGNAME"] => preinhei
_SERVER["SSH_CONNECTION"] => deleted
_SERVER["LESSOPEN"] => | /usr/bin/lesspipe %s
_SERVER["CC"] => gcc
_SERVER["LESSCLOSE"] => /usr/bin/lesspipe %s %s
_SERVER["PHP_SELF"] => 
_SERVER["SCRIPT_NAME"] => 
_SERVER["SCRIPT_FILENAME"] => 
_SERVER["PATH_TRANSLATED"] => 
_SERVER["DOCUMENT_ROOT"] => 
_SERVER["REQUEST_TIME"] => 1260569703
_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.