Etienne Kneuss

home » repository » php » php.net » docweb » phpt_results.txt
Tree:
school
mp3
php
sample
publications
Math_Derivative
Math_Expression
ircbot
php.net
docweb
phpt_entities.patch
phpt_generator.php
lib_phpt_generator.inc.php
phpt_edit.tpl.php
phpt_list.tpl.php
phpt_generator.patch
phpt_results.txt
analyzeTestResults.php
lsb
check-acronyms.php
spam_tickets.sql.txt
spam-protection.php
genphpt.php
fix-whitespace.php
generrorlinks.php
remove-ordie.php
docbkphp.vim
script-skel.php
cvslogger.php
generateCvslogs.php
images
dump

Source code raw

    Results:  Total: 251  OK: 126 (50%)  Ext: 23 (9%)  Failures: 102 (41%), (11% WS issues) Diffs: ================================================================================ = File: ./test1074.phpt = Title: mcrypt_module_self_test() example (generated) Location: reference/mcrypt/functions/mcrypt-module-self-test.xml ================================================================================ > Difference detected in test1074 :  --- ./test1074.exp    Wed Dec  6 17:29:56 2006 +++ ./test1074.out    Wed Dec  6 17:29:56 2006 @@ -1,2 +1,4 @@  bool(true) + +Notice: Use of undefined constant MCRYPT_BOGUS_CYPHER - assumed 'MCRYPT_BOGUS_CYPHER' in /usr/home/bjori/TESTING/test1074.php on line 3  bool(false) ================================================================================ = File: ./test1086.phpt = Title: <function>Memcache::getExtendedStats</function> example (generated) Location: reference/memcache/functions/memcache-getextendedstats.xml ================================================================================ > Difference detected in test1086 :  --- ./test1086.exp    Wed Dec  6 17:29:57 2006 +++ ./test1086.out    Wed Dec  6 17:29:57 2006 @@ -1,27 +1,12 @@ +Warning: Memcache::getextendedstats(): php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known in /usr/home/bjori/TESTING/test1086.php on line 6 + +Notice: Memcache::getextendedstats(): marked server 'memcache_host:11211' as failed in /usr/home/bjori/TESTING/test1086.php on line 6 + +Warning: Memcache::getextendedstats(): php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known in /usr/home/bjori/TESTING/test1086.php on line 6 + +Notice: Memcache::getextendedstats(): marked server 'failed_host:11211' as failed in /usr/home/bjori/TESTING/test1086.php on line 6  Array  ( -    [memcache_host:11211] => Array -        ( -            [pid] => 3756 -            [uptime] => 603011 -            [time] => 1133810435 -            [version] => 1.1.12 -            [rusage_user] => 0.451931 -            [rusage_system] => 0.634903 -            [curr_items] => 2483 -            [total_items] => 3079 -            [bytes] => 2718136 -            [curr_connections] => 2 -            [total_connections] => 807 -            [connection_structures] => 13 -            [cmd_get] => 9748 -            [cmd_set] => 3096 -            [get_hits] => 5976 -            [get_misses] => 3772 -            [bytes_read] => 3448968 -            [bytes_written] => 2318883 -            [limit_maxbytes] => 33554432 -        ) - -    [failed_host:11211] => false +    [memcache_host:11211] =>  +    [failed_host:11211] =>   ) ================================================================================ = File: ./test1150.phpt = Title: mysql_close() example (generated) Location: reference/mysql/functions/mysql-close.xml ================================================================================ > Difference detected in test1150 :  --- ./test1150.exp    Wed Dec  6 17:29:59 2006 +++ ./test1150.out    Wed Dec  6 17:29:59 2006 @@ -1 +1,2 @@ -Connected successfully +Warning: mysql_connect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /usr/home/bjori/TESTING/test1150.php on line 2 +Could not connect: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) ================================================================================ = File: ./test1171.phpt = Title: mysql_field_name() example (generated) Location: reference/mysql/functions/mysql-field-name.xml ================================================================================ > Difference detected in test1171 :  --- ./test1171.exp    Wed Dec  6 17:30:00 2006 +++ ./test1171.out    Wed Dec  6 17:30:00 2006 @@ -1,2 +1 @@ -user_id -password +Could not connect to MySQL server: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) ================================================================================ = File: ./test129.phpt = Title: Using array() (generated) Location: language/types.xml ================================================================================ > Difference detected in test129 :  --- ./test129.exp    Wed Dec  6 17:30:00 2006 +++ ./test129.out    Wed Dec  6 17:30:00 2006 @@ -1,3 +1,16 @@ +]]> +<!-- TODO example of +- overwriting keys +- using vars/functions as key/values +- warning about references +--> +     </programlisting> +    </example> + +    <example id="language.types.array.examples.loop"> +     <title>Collection</title> +     <programlisting role="php"> +<![CDATA[  Do you like red?  Do you like blue?  Do you like green? ================================================================================ = File: ./test130.phpt = Title: One-based index (generated) Location: language/types.xml ================================================================================ > Difference detected in test130 :  --- ./test130.exp    Wed Dec  6 17:30:01 2006 +++ ./test130.out    Wed Dec  6 17:30:01 2006 @@ -1,6 +1,6 @@ -Array  +Array  ( -    [1] => 'January' -    [2] => 'February' -    [3] => 'March' +    [1] => January +    [2] => February +    [3] => March  ) ================================================================================ = File: ./test1396.phpt = Title: ob_get_flush() example (generated) Location: reference/outcontrol/functions/ob-get-flush.xml ================================================================================ > Difference detected in test1396 :  --- ./test1396.exp    Wed Dec  6 17:30:01 2006 +++ ./test1396.out    Wed Dec  6 17:30:01 2006 @@ -1,6 +1,5 @@  Array  ( -    [0] => default output handler  )  Array  ( ================================================================================ = File: ./test1399.phpt = Title: ob_list_handlers() example (generated) Location: reference/outcontrol/functions/ob-list-handlers.xml ================================================================================ > Difference detected in test1399 :  --- ./test1399.exp    Wed Dec  6 17:30:02 2006 +++ ./test1399.out    Wed Dec  6 17:30:02 2006 @@ -1,13 +1,12 @@  Array  ( -    [0] => default output handler  )   +Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush. in /usr/home/bjori/TESTING/test1399.php on line 4  Array  (      [0] => ob_gzhandler  ) -  Array  (      [0] => default output handler ================================================================================ = File: ./test1401.phpt = Title: output_add_rewrite_var() example (generated) Location: reference/outcontrol/functions/output-add-rewrite-var.xml **Most likely to be caused by whitespaces issue** ================================================================================ > Difference detected in test1401 :  --- ./test1401.exp    Wed Dec  6 17:30:02 2006 +++ ./test1401.out    Wed Dec  6 17:30:02 2006 @@ -1,11 +1,6 @@ -<a href="file.php?var=value">link</a> - -<form action="script.php" method="post"> -<input type="hidden" name="var" value="value" /> +<a href="file.php?var=value">link</a><form action="script.php" method="post"><input type="hidden" name="var" value="value" />  <input type="text" name="var2" /> -</form> - -Array +</form>Array  (      [0] => URL-Rewriter  ) ================================================================================ = File: ./test1402.phpt = Title: output_reset_rewrite_vars() example (generated) Location: reference/outcontrol/functions/output-reset-rewrite-vars.xml ================================================================================ > Difference detected in test1402 :  --- ./test1402.exp    Wed Dec  6 17:30:03 2006 +++ ./test1402.out    Wed Dec  6 17:30:03 2006 @@ -1,2 +1 @@ -<a href="file.php?PHPSESSID=xxx&var=value">link</a> -<a href="file.php">link</a> +<a href="file.php?var=value">link</a><a href="file.php">link</a> ================================================================================ = File: ./test1419.phpt = Title: parsekit_compile_file() example (generated) Location: reference/parsekit/functions/parsekit-compile-file.xml ================================================================================ > Difference detected in test1419 :  --- ./test1419.exp    Wed Dec  6 17:30:05 2006 +++ ./test1419.out    Wed Dec  6 17:30:05 2006 @@ -1,12 +1,5 @@ -array(5) { -  [0]=> -  string(37) "ZEND_ECHO UNUSED 'Hello World' UNUSED" -  [1]=> -  string(30) "ZEND_RETURN UNUSED NULL UNUSED" -  [2]=> -  string(42) "ZEND_HANDLE_EXCEPTION UNUSED UNUSED UNUSED" -  ["function_table"]=> -  NULL -  ["class_table"]=> -  NULL -} +bool(false) +[Wed Dec  6 17:30:05 2006]  Script:  '/usr/home/bjori/TESTING/test1419.php' +/usr/src/php/5.2/main/spprintf.c(706) :  Freeing 0x089236A0 (217 bytes), script=/usr/home/bjori/TESTING/test1419.php +Last leak repeated 1 time +=== Total 2 memory leaks detected === ================================================================================ = File: ./test1420.phpt = Title: parsekit_compile_string() example (generated) Location: reference/parsekit/functions/parsekit-compile-string.xml ================================================================================ > Difference detected in test1420 :  --- ./test1420.exp    Wed Dec  6 17:30:05 2006 +++ ./test1420.out    Wed Dec  6 17:30:05 2006 @@ -39,7 +39,7 @@    string(17) "Parsekit Compiler"    ["opcodes"]=>    array(3) { -    [8594800]=> +    [0]=>      array(5) {        ["opcode"]=>        int(40) @@ -60,7 +60,7 @@        ["lineno"]=>        int(2)      } -    ["859484C"]=> +    [1]=>      array(6) {        ["opcode"]=>        int(62) @@ -82,7 +82,7 @@        ["lineno"]=>        int(3)      } -    [8594898]=> +    [2]=>      array(4) {        ["opcode"]=>        int(149) ================================================================================ = File: ./test1437.phpt = Title: Strip whitespace</title> <para> This example strips excess whitespace from a string. </para> <programlisting role="php"> <![CDATA[ <?php $str = 'foo o'; $str = preg_replace('/\s\s+/', ' ', $str); // This will be 'foo o' now echo $str; ?> ]]> </programlisting> </example> </para> <para> <example> <title>Using the <parameter>count</parameter> parameter (generated) Location: reference/pcre/functions/preg-replace.xml **Most likely to be caused by whitespaces issue** ================================================================================ > Difference detected in test1437 :  --- ./test1437.exp    Wed Dec  6 17:30:07 2006 +++ ./test1437.out    Wed Dec  6 17:30:07 2006 @@ -1,2 +1 @@ -xp***to -3 +xp***to3 ================================================================================ = File: ./test1444.phpt = Title: Retrieving a SQLSTATE code (generated) Location: reference/pdo/functions/PDO-errorCode.xml ================================================================================ > Difference detected in test1444 :  --- ./test1444.exp    Wed Dec  6 17:30:07 2006 +++ ./test1444.out    Wed Dec  6 17:30:07 2006 @@ -1 +1,3 @@ -PDO::errorCode(): 42S02 +Notice: Undefined variable: dbh in /usr/home/bjori/TESTING/test1444.php on line 3 + +Fatal error: Call to a member function exec() on a non-object in /usr/home/bjori/TESTING/test1444.php on line 3 ================================================================================ = File: ./test1445.phpt = Title: Displaying errorInfo() fields for a PDO_ODBC connection to a DB2 database (generated) Location: reference/pdo/functions/PDO-errorInfo.xml ================================================================================ > Difference detected in test1445 :  --- ./test1445.exp    Wed Dec  6 17:30:08 2006 +++ ./test1445.out    Wed Dec  6 17:30:08 2006 @@ -1,7 +1,3 @@ -PDO::errorInfo(): -Array -( -    [0] => 42S02 -    [1] => -204 -    [2] => [IBM][CLI Driver][DB2/LINUX] SQL0204N  "DANIELS.BONES" is an undefined name.  SQLSTATE=42704 -) +Notice: Undefined variable: dbh in /usr/home/bjori/TESTING/test1445.php on line 3 + +Fatal error: Call to a member function prepare() on a non-object in /usr/home/bjori/TESTING/test1445.php on line 3 ================================================================================ = File: ./test1446.phpt = Title: Retrieving database connection attributes (generated) Location: reference/pdo/functions/PDO-getAttribute.xml ================================================================================ > Difference detected in test1446 :  --- ./test1446.exp    Wed Dec  6 17:30:08 2006 +++ ./test1446.out    Wed Dec  6 17:30:08 2006 @@ -1 +1,5 @@ -Use the PEAR Coding Standards +Fatal error: Uncaught exception 'PDOException' with message 'could not find driver' in /usr/home/bjori/TESTING/test1446.php:2 +Stack trace: +#0 /usr/home/bjori/TESTING/test1446.php(2): PDO->__construct('odbc:sample', 'db2inst1', 'ibmdb2') +#1 {main} +  thrown in /usr/home/bjori/TESTING/test1446.php on line 2 ================================================================================ = File: ./test1448.phpt = Title: Quoting a normal string (generated) Location: reference/pdo/functions/PDO-quote.xml ================================================================================ > Difference detected in test1448 :  --- ./test1448.exp    Wed Dec  6 17:30:09 2006 +++ ./test1448.out    Wed Dec  6 17:30:09 2006 @@ -1,2 +1,5 @@ -Unquoted string: Nice -Quoted string: 'Nice' +Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [14] unable to open database file' in /usr/home/bjori/TESTING/test1448.php:2 +Stack trace: +#0 /usr/home/bjori/TESTING/test1448.php(2): PDO->__construct('sqlite:/home/ly...') +#1 {main} +  thrown in /usr/home/bjori/TESTING/test1448.php on line 2 ================================================================================ = File: ./test1449.phpt = Title: Quoting a dangerous string (generated) Location: reference/pdo/functions/PDO-quote.xml ================================================================================ > Difference detected in test1449 :  --- ./test1449.exp    Wed Dec  6 17:30:09 2006 +++ ./test1449.out    Wed Dec  6 17:30:09 2006 @@ -1,2 +1,5 @@ -Unquoted string: Naughty ' string -Quoted string: 'Naughty '' string' +Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [14] unable to open database file' in /usr/home/bjori/TESTING/test1449.php:2 +Stack trace: +#0 /usr/home/bjori/TESTING/test1449.php(2): PDO->__construct('sqlite:/home/ly...') +#1 {main} +  thrown in /usr/home/bjori/TESTING/test1449.php on line 2 ================================================================================ = File: ./test1450.phpt = Title: Quoting a complex string (generated) Location: reference/pdo/functions/PDO-quote.xml ================================================================================ > Difference detected in test1450 :  --- ./test1450.exp    Wed Dec  6 17:30:10 2006 +++ ./test1450.out    Wed Dec  6 17:30:10 2006 @@ -1,2 +1,5 @@ -Unquoted string: Co'mpl''ex "st'"ring -Quoted string: 'Co''mpl''''ex "st''"ring' +Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [14] unable to open database file' in /usr/home/bjori/TESTING/test1450.php:2 +Stack trace: +#0 /usr/home/bjori/TESTING/test1450.php(2): PDO->__construct('sqlite:/home/ly...') +#1 {main} +  thrown in /usr/home/bjori/TESTING/test1450.php on line 2 ================================================================================ = File: ./test1451.phpt = Title: Retrieving a SQLSTATE code (generated) Location: reference/pdo/functions/PDOStatement-errorCode.xml ================================================================================ > Difference detected in test1451 :  --- ./test1451.exp    Wed Dec  6 17:30:10 2006 +++ ./test1451.out    Wed Dec  6 17:30:10 2006 @@ -1 +1,3 @@ -PDOStatement::errorCode(): 42S02 +Notice: Undefined variable: dbh in /usr/home/bjori/TESTING/test1451.php on line 3 + +Fatal error: Call to a member function prepare() on a non-object in /usr/home/bjori/TESTING/test1451.php on line 3 ================================================================================ = File: ./test1452.phpt = Title: Displaying errorInfo() fields for a PDO_ODBC connection to a DB2 database (generated) Location: reference/pdo/functions/PDOStatement-errorInfo.xml ================================================================================ > Difference detected in test1452 :  --- ./test1452.exp    Wed Dec  6 17:30:11 2006 +++ ./test1452.out    Wed Dec  6 17:30:11 2006 @@ -1,7 +1,3 @@ -PDOStatement::errorInfo(): -Array -( -    [0] => 42S02 -    [1] => -204 -    [2] => [IBM][CLI Driver][DB2/LINUX] SQL0204N  "DANIELS.BONES" is an undefined name.  SQLSTATE=42704 -) +Notice: Undefined variable: dbh in /usr/home/bjori/TESTING/test1452.php on line 3 + +Fatal error: Call to a member function prepare() on a non-object in /usr/home/bjori/TESTING/test1452.php on line 3 ================================================================================ = File: ./test1453.phpt = Title: Fetching rows using different fetch styles (generated) Location: reference/pdo/functions/PDOStatement-fetch.xml ================================================================================ > Difference detected in test1453 :  --- ./test1453.exp    Wed Dec  6 17:30:11 2006 +++ ./test1453.out    Wed Dec  6 17:30:11 2006 @@ -1,25 +1,3 @@ -PDO::FETCH_ASSOC: Return next row as an array indexed by column name -Array -( -    [NAME] => apple -    [COLOUR] => red -) +Notice: Undefined variable: dbh in /usr/home/bjori/TESTING/test1453.php on line 2   -PDO::FETCH_BOTH: Return next row as an array indexed by both column name and number -Array -( -    [NAME] => banana -    [0] => banana -    [COLOUR] => yellow -    [1] => yellow -) - -PDO::FETCH_LAZY: Return next row as an anonymous object with column names as properties -PDORow Object -( -    [NAME] => orange -    [COLOUR] => orange -) - -PDO::FETCH_OBJ: Return next row as an anonymous object with column names as properties -kiwi +Fatal error: Call to a member function prepare() on a non-object in /usr/home/bjori/TESTING/test1453.php on line 2 ================================================================================ = File: ./test1454.phpt = Title: Fetching rows with a scrollable cursor (generated) Location: reference/pdo/functions/PDOStatement-fetch.xml ================================================================================ > Difference detected in test1454 :  --- ./test1454.exp    Wed Dec  6 17:30:12 2006 +++ ./test1454.out    Wed Dec  6 17:30:12 2006 @@ -1,9 +1,5 @@  Reading forwards: -21    10    5 -16    0     5 -19    20    10   -Reading backwards: -19    20    10 -16    0     5 -21    10    5 +Notice: Undefined variable: conn in /usr/home/bjori/TESTING/test1454.php on line 35 + +Fatal error: Call to a member function prepare() on a non-object in /usr/home/bjori/TESTING/test1454.php on line 5 ================================================================================ = File: ./test1455.phpt = Title: Fetch all remaining rows in a result set (generated) Location: reference/pdo/functions/PDOStatement-fetchAll.xml ================================================================================ > Difference detected in test1455 :  --- ./test1455.exp    Wed Dec  6 17:30:12 2006 +++ ./test1455.out    Wed Dec  6 17:30:12 2006 @@ -1,20 +1,3 @@ -Fetch all of the remaining rows in the result set: -Array -( -    [0] => Array -        ( -            [NAME] => pear -            [0] => pear -            [COLOUR] => green -            [1] => green -        ) +Notice: Undefined variable: dbh in /usr/home/bjori/TESTING/test1455.php on line 2   -    [1] => Array -        ( -            [NAME] => watermelon -            [0] => watermelon -            [COLOUR] => pink -            [1] => pink -        ) - -) +Fatal error: Call to a member function prepare() on a non-object in /usr/home/bjori/TESTING/test1455.php on line 2 ================================================================================ = File: ./test1456.phpt = Title: Return first column of the next row (generated) Location: reference/pdo/functions/PDOStatement-fetchColumn.xml ================================================================================ > Difference detected in test1456 :  --- ./test1456.exp    Wed Dec  6 17:30:13 2006 +++ ./test1456.out    Wed Dec  6 17:30:13 2006 @@ -1,4 +1,3 @@ -Fetch the first column from the next row in the result set: -name = lemon -Fetch the second column from the next row in the result set: -colour = red +Notice: Undefined variable: dbh in /usr/home/bjori/TESTING/test1456.php on line 2 + +Fatal error: Call to a member function prepare() on a non-object in /usr/home/bjori/TESTING/test1456.php on line 2 ================================================================================ = File: ./test1462.phpt = Title: pg_affected_rows() example (generated) Location: reference/pgsql/functions/pg-affected-rows.xml ================================================================================ > Difference detected in test1462 :  --- ./test1462.exp    Wed Dec  6 17:30:13 2006 +++ ./test1462.out    Wed Dec  6 17:30:13 2006 @@ -1 +1,6 @@ -1 tuples are affected. +Notice: Undefined variable: conn in /usr/home/bjori/TESTING/test1462.php on line 2 + +Warning: pg_query(): supplied argument is not a valid PostgreSQL link resource in /usr/home/bjori/TESTING/test1462.php on line 2 + +Warning: pg_affected_rows(): supplied argument is not a valid PostgreSQL result resource in /usr/home/bjori/TESTING/test1462.php on line 4 + tuples are affected. ================================================================================ = File: ./test1463.phpt = Title: pg_cancel_query() example (generated) Location: reference/pgsql/functions/pg-cancel-query.xml ================================================================================ > Difference detected in test1463 :  --- ./test1463.exp    Wed Dec  6 17:30:14 2006 +++ ./test1463.out    Wed Dec  6 17:30:14 2006 @@ -1,2 +1,4 @@ -First call to pg_get_result(): Resource id #3 -Resource id #3 has 3 records +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: No such file or directory +    Is the server running locally and accepting +    connections on Unix domain socket "/tmp/.s.PGSQL.5432"? in /usr/home/bjori/TESTING/test1463.php on line 2 +Could not connect ================================================================================ = File: ./test1464.phpt = Title: pg_client_encoding() example (generated) Location: reference/pgsql/functions/pg-client-encoding.xml ================================================================================ > Difference detected in test1464 :  --- ./test1464.exp    Wed Dec  6 17:30:14 2006 +++ ./test1464.out    Wed Dec  6 17:30:14 2006 @@ -1 +1,4 @@ -Client encoding is: ISO-8859-1 +Notice: Undefined variable: conn in /usr/home/bjori/TESTING/test1464.php on line 3 + +Warning: pg_client_encoding(): supplied argument is not a valid PostgreSQL link resource in /usr/home/bjori/TESTING/test1464.php on line 3 +Client encoding is: ================================================================================ = File: ./test1465.phpt = Title: pg_close() example (generated) Location: reference/pgsql/functions/pg-close.xml ================================================================================ > Difference detected in test1465 :  --- ./test1465.exp    Wed Dec  6 17:30:15 2006 +++ ./test1465.out    Wed Dec  6 17:30:15 2006 @@ -1 +1,4 @@ -Connected successfully +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Connection refused +    Is the server running on host "localhost" and accepting +    TCP/IP connections on port 5432? in /usr/home/bjori/TESTING/test1465.php on line 2 +Could not connect ================================================================================ = File: ./test1483.phpt = Title: pg_fetch_result() example (generated) Location: reference/pgsql/functions/pg-fetch-result.xml ================================================================================ > Difference detected in test1483 :  --- ./test1483.exp    Wed Dec  6 17:30:15 2006 +++ ./test1483.out    Wed Dec  6 17:30:15 2006 @@ -1 +1,3 @@ -First field in the second row is: 2 +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: No such file or directory +    Is the server running locally and accepting +    connections on Unix domain socket "/tmp/.s.PGSQL.5432"? in /usr/home/bjori/TESTING/test1483.php on line 2 ================================================================================ = File: ./test1486.phpt = Title: Getting information about fields (generated) Location: reference/pgsql/functions/pg-field-name.xml ================================================================================ > Difference detected in test1486 :  --- ./test1486.exp    Wed Dec  6 17:30:15 2006 +++ ./test1486.out    Wed Dec  6 17:30:15 2006 @@ -1,17 +1,4 @@ -column 0 -fieldname: author -printed length: 6 characters -storage length: -1 bytes -field type: varchar  - -column 1 -fieldname: year -printed length: 4 characters -storage length: 2 bytes -field type: int2  - -column 2 -fieldname: title -printed length: 24 characters -storage length: -1 bytes -field type: varchar +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: No such file or directory +    Is the server running locally and accepting +    connections on Unix domain socket "/tmp/.s.PGSQL.5432"? in /usr/home/bjori/TESTING/test1486.php on line 2 +Could not connect ================================================================================ = File: ./test1487.phpt = Title: Getting information about fields (generated) Location: reference/pgsql/functions/pg-field-num.xml ================================================================================ > Difference detected in test1487 :  --- ./test1487.exp    Wed Dec  6 17:30:16 2006 +++ ./test1487.out    Wed Dec  6 17:30:16 2006 @@ -1 +1,4 @@ -Column 'title' is field number: 2 +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: No such file or directory +    Is the server running locally and accepting +    connections on Unix domain socket "/tmp/.s.PGSQL.5432"? in /usr/home/bjori/TESTING/test1487.php on line 2 +Could not connect ================================================================================ = File: ./test1489.phpt = Title: Getting information about fields (generated) Location: reference/pgsql/functions/pg-field-type-oid.xml ================================================================================ > Difference detected in test1489 :  --- ./test1489.exp    Wed Dec  6 17:30:16 2006 +++ ./test1489.out    Wed Dec  6 17:30:16 2006 @@ -1 +1,4 @@ -Title field type OID: 1043 +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: No such file or directory +    Is the server running locally and accepting +    connections on Unix domain socket "/tmp/.s.PGSQL.5432"? in /usr/home/bjori/TESTING/test1489.php on line 2 +Could not connect ================================================================================ = File: ./test1490.phpt = Title: Getting information about fields (generated) Location: reference/pgsql/functions/pg-field-type.xml ================================================================================ > Difference detected in test1490 :  --- ./test1490.exp    Wed Dec  6 17:30:17 2006 +++ ./test1490.out    Wed Dec  6 17:30:17 2006 @@ -1 +1,4 @@ -Title field type: varchar +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: No such file or directory +    Is the server running locally and accepting +    connections on Unix domain socket "/tmp/.s.PGSQL.5432"? in /usr/home/bjori/TESTING/test1490.php on line 2 +Could not connect ================================================================================ = File: ./test1491.phpt = Title: pg_free_result() example (generated) Location: reference/pgsql/functions/pg-free-result.xml ================================================================================ > Difference detected in test1491 :  --- ./test1491.exp    Wed Dec  6 17:30:17 2006 +++ ./test1491.out    Wed Dec  6 17:30:17 2006 @@ -1 +1,3 @@ -First field in the second row is: 2 +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: No such file or directory +    Is the server running locally and accepting +    connections on Unix domain socket "/tmp/.s.PGSQL.5432"? in /usr/home/bjori/TESTING/test1491.php on line 2 ================================================================================ = File: ./test1494.phpt = Title: pg_get_result() example (generated) Location: reference/pgsql/functions/pg-get-result.xml ================================================================================ > Difference detected in test1494 :  --- ./test1494.exp    Wed Dec  6 17:30:18 2006 +++ ./test1494.out    Wed Dec  6 17:30:18 2006 @@ -1,5 +1,4 @@ -First call to pg_get_result(): Resource id #3 -Resource id #3 has 3 records - -Second call to pg_get_result(): Resource id #4 -Resource id #4 has 1 records +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: No such file or directory +    Is the server running locally and accepting +    connections on Unix domain socket "/tmp/.s.PGSQL.5432"? in /usr/home/bjori/TESTING/test1494.php on line 2 +Could not connect ================================================================================ = File: ./test1498.phpt = Title: pg_last_error() example (generated) Location: reference/pgsql/functions/pg-last-notice.xml ================================================================================ > Difference detected in test1498 :  --- ./test1498.exp    Wed Dec  6 17:30:18 2006 +++ ./test1498.out    Wed Dec  6 17:30:18 2006 @@ -1 +1,7 @@ -CREATE TABLE will create implicit sequence "test_id_seq" for "serial" column "test.id" +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Connection refused +    Is the server running on host "localhost" and accepting +    TCP/IP connections on port 5432? in /usr/home/bjori/TESTING/test1498.php on line 2 + +Warning: pg_query(): No PostgreSQL link opened yet in /usr/home/bjori/TESTING/test1498.php on line 4 + +Warning: pg_last_notice() expects parameter 1 to be resource, boolean given in /usr/home/bjori/TESTING/test1498.php on line 6 ================================================================================ = File: ./test1506.phpt = Title: pg_lo_tell() example (generated) Location: reference/pgsql/functions/pg-lo-tell.xml ================================================================================ > Difference detected in test1506 :  --- ./test1506.exp    Wed Dec  6 17:30:19 2006 +++ ./test1506.out    Wed Dec  6 17:30:19 2006 @@ -1 +1,13 @@ -Seek position is: 50000 +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: No such file or directory +    Is the server running locally and accepting +    connections on Unix domain socket "/tmp/.s.PGSQL.5432"? in /usr/home/bjori/TESTING/test1506.php on line 3 + +Warning: pg_query(): supplied argument is not a valid PostgreSQL link resource in /usr/home/bjori/TESTING/test1506.php on line 4 + +Warning: pg_lo_open(): Requires 1 or 2 arguments in /usr/home/bjori/TESTING/test1506.php on line 5 + +Warning: pg_lo_seek() expects parameter 1 to be resource, boolean given in /usr/home/bjori/TESTING/test1506.php on line 7 + +Warning: pg_lo_tell() expects parameter 1 to be resource, boolean given in /usr/home/bjori/TESTING/test1506.php on line 9 +Seek position is:  +Warning: pg_query(): supplied argument is not a valid PostgreSQL link resource in /usr/home/bjori/TESTING/test1506.php on line 11 ================================================================================ = File: ./test1509.phpt = Title: Getting table metadata (generated) Location: reference/pgsql/functions/pg-meta-data.xml ================================================================================ > Difference detected in test1509 :  --- ./test1509.exp    Wed Dec  6 17:30:19 2006 +++ ./test1509.out    Wed Dec  6 17:30:19 2006 @@ -1,41 +1,4 @@ -array(3) { -["author"]=> -array(5) { -  ["num"]=> -  int(1) -  ["type"]=> -  string(7) "varchar" -  ["len"]=> -  int(-1) -  ["not null"]=> -  bool(false) -  ["has default"]=> -  bool(false) -} -["year"]=> -array(5) { -  ["num"]=> -  int(2) -  ["type"]=> -  string(4) "int2" -  ["len"]=> -  int(2) -  ["not null"]=> -  bool(false) -  ["has default"]=> -  bool(false) -} -["title"]=> -array(5) { -  ["num"]=> -  int(3) -  ["type"]=> -  string(7) "varchar" -  ["len"]=> -  int(-1) -  ["not null"]=> -  bool(false) -  ["has default"]=> -  bool(false) -} -} +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: No such file or directory +    Is the server running locally and accepting +    connections on Unix domain socket "/tmp/.s.PGSQL.5432"? in /usr/home/bjori/TESTING/test1509.php on line 2 +Could not connect ================================================================================ = File: ./test1511.phpt = Title: pg_num_fields() example (generated) Location: reference/pgsql/functions/pg-num-fields.xml ================================================================================ > Difference detected in test1511 :  --- ./test1511.exp    Wed Dec  6 17:30:20 2006 +++ ./test1511.out    Wed Dec  6 17:30:20 2006 @@ -1 +1,6 @@ -2 field(s) returned. +Notice: Undefined variable: conn in /usr/home/bjori/TESTING/test1511.php on line 2 + +Warning: pg_query(): supplied argument is not a valid PostgreSQL link resource in /usr/home/bjori/TESTING/test1511.php on line 2 + +Warning: pg_num_fields(): supplied argument is not a valid PostgreSQL result resource in /usr/home/bjori/TESTING/test1511.php on line 4 + field(s) returned. ================================================================================ = File: ./test1512.phpt = Title: pg_num_rows() example (generated) Location: reference/pgsql/functions/pg-num-rows.xml ================================================================================ > Difference detected in test1512 :  --- ./test1512.exp    Wed Dec  6 17:30:20 2006 +++ ./test1512.out    Wed Dec  6 17:30:20 2006 @@ -1 +1,6 @@ -1 row(s) returned. +Notice: Undefined variable: conn in /usr/home/bjori/TESTING/test1512.php on line 2 + +Warning: pg_query(): supplied argument is not a valid PostgreSQL link resource in /usr/home/bjori/TESTING/test1512.php on line 2 + +Warning: pg_num_rows(): supplied argument is not a valid PostgreSQL result resource in /usr/home/bjori/TESTING/test1512.php on line 4 + row(s) returned. ================================================================================ = File: ./test1514.phpt = Title: pg_parameter_status() example (generated) Location: reference/pgsql/functions/pg-parameter-status.xml ================================================================================ > Difference detected in test1514 :  --- ./test1514.exp    Wed Dec  6 17:30:21 2006 +++ ./test1514.out    Wed Dec  6 17:30:21 2006 @@ -1 +1,4 @@ -Server encoding: SQL_ASCII +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: No such file or directory +    Is the server running locally and accepting +    connections on Unix domain socket "/tmp/.s.PGSQL.5432"? in /usr/home/bjori/TESTING/test1514.php on line 2 +Could not connect ================================================================================ = File: ./test1522.phpt = Title: pg_result_status() example (generated) Location: reference/pgsql/functions/pg-result-status.xml ================================================================================ > Difference detected in test1522 :  --- ./test1522.exp    Wed Dec  6 17:30:22 2006 +++ ./test1522.out    Wed Dec  6 17:30:22 2006 @@ -1 +1,6 @@ -Copy began. +Warning: pg_pconnect(): Unable to connect to PostgreSQL server: could not connect to server: No such file or directory +    Is the server running locally and accepting +    connections on Unix domain socket "/tmp/.s.PGSQL.5432"? in /usr/home/bjori/TESTING/test1522.php on line 4 + +Warning: pg_query(): supplied argument is not a valid PostgreSQL link resource in /usr/home/bjori/TESTING/test1522.php on line 7 +Copy failed. ================================================================================ = File: ./test1534.phpt = Title: pg_version() example (generated) Location: reference/pgsql/functions/pg-version.xml ================================================================================ > Difference detected in test1534 :  --- ./test1534.exp    Wed Dec  6 17:30:22 2006 +++ ./test1534.out    Wed Dec  6 17:30:22 2006 @@ -1 +1,4 @@ -7.4 +Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Connection refused +    Is the server running on host "localhost" and accepting +    TCP/IP connections on port 5432? in /usr/home/bjori/TESTING/test1534.php on line 2 +Could not connect ================================================================================ = File: ./test1621.phpt = Title: spliti() example (generated) Location: reference/regex/functions/spliti.xml **Most likely to be caused by whitespaces issue** ================================================================================ > Difference detected in test1621 :  --- ./test1621.exp    Wed Dec  6 17:30:24 2006 +++ ./test1621.out    Wed Dec  6 17:30:24 2006 @@ -1,8 +1,8 @@  Array  ( -  [0] =>  -  [1] => BBB -  [2] => CCC -  [3] => DDD -  [4] => EEEaGGGA +    [0] =>  +    [1] => BBB +    [2] => CCC +    [3] => DDD +    [4] => EEEaGGGA  ) ================================================================================ = File: ./test1629.phpt = Title: A runkit_class_adopt() example (generated) Location: reference/runkit/functions/runkit-class-adopt.xml ================================================================================ > Difference detected in test1629 :  --- ./test1629.exp    Wed Dec  6 17:30:25 2006 +++ ./test1629.out    Wed Dec  6 17:30:25 2006 @@ -1 +1,2 @@ +Strict Standards: Non-static method myParent::parentFunc() should not be called statically in /usr/home/bjori/TESTING/test1629.php on line 12  Parent Function Output ================================================================================ = File: ./test1635.phpt = Title: runkit_method_copy() example (generated) Location: reference/runkit/functions/runkit-method-copy.xml ================================================================================ > Difference detected in test1635 :  --- ./test1635.exp    Wed Dec  6 17:30:27 2006 +++ ./test1635.out    Wed Dec  6 17:30:27 2006 @@ -1 +1,2 @@ +Strict Standards: Non-static method Bar::baz() should not be called statically in /usr/home/bjori/TESTING/test1635.php on line 16  foo! ================================================================================ = File: ./test1638.phpt = Title: runkit_method_rename() example (generated) Location: reference/runkit/functions/runkit-method-rename.xml ================================================================================ > Difference detected in test1638 :  --- ./test1638.exp    Wed Dec  6 17:30:28 2006 +++ ./test1638.out    Wed Dec  6 17:30:28 2006 @@ -1 +1,2 @@ +Strict Standards: Non-static method Example::bar() should not be called statically in /usr/home/bjori/TESTING/test1638.php on line 16  foo! ================================================================================ = File: ./test1640.phpt = Title: Feeding output to a variable (generated) Location: reference/runkit/functions/runkit-sandbox-output-handler.xml ================================================================================ > Difference detected in test1640 :  --- ./test1640.exp    Wed Dec  6 17:30:29 2006 +++ ./test1640.out    Wed Dec  6 17:30:29 2006 @@ -1,3 +1,4 @@ +Notice: runkit_sandbox_output_handler(): Use of runkit_sandbox_output_handler() is deprecated.  Use $sandbox['output_handler'] instead. in /usr/home/bjori/TESTING/test1640.php on line 11  Sandbox Complete    Hello ================================================================================ = File: ./test173.phpt = Title: A simple array_combine() example (generated) Location: reference/array/functions/array-combine.xml **Most likely to be caused by whitespaces issue** ================================================================================ > Difference detected in test173 :  --- ./test173.exp    Wed Dec  6 17:30:30 2006 +++ ./test173.out    Wed Dec  6 17:30:30 2006 @@ -1,6 +1,6 @@  Array  ( -    [green]  => avocado -    [red]    => apple +    [green] => avocado +    [red] => apple      [yellow] => banana  ) ================================================================================ = File: ./test1757.phpt = Title: Object-oriented example (generated) Location: reference/sqlite/functions/sqlite-fetch-column-types.xml ================================================================================ > Difference detected in test1757 :  --- ./test1757.exp    Wed Dec  6 17:30:32 2006 +++ ./test1757.out    Wed Dec  6 17:30:32 2006 @@ -1,2 +1,2 @@ -Column: bar  Type: VARCHAR -Column: arf  Type: TEXT +Warning: SQLiteDatabase::query(): table foo already exists in /usr/home/bjori/TESTING/test1757.php on line 3 +Column: bar  Type: varchar(10)Column: arf  Type: text ================================================================================ = File: ./test1773.phpt = Title: Listing authorized keys with ssh2_publickey_list() (generated) Location: reference/ssh2/functions/ssh2-publickey-list.xml ================================================================================ > Difference detected in test1773 :  --- ./test1773.exp    Wed Dec  6 17:30:33 2006 +++ ./test1773.out    Wed Dec  6 17:30:33 2006 @@ -1,15 +1,11 @@ -Key: ssh-rsa -Blob: AAAAB3NzaC1yc2EAAAABIwAAAIEA5HVt6VqSGd5P -TrLRdjNONxXH1tVFGn0Bd26BF0aCP9qyJRlvdJ3j -4WBeX4ZmrveGrjMgkseSYc4xZ26sDHwfL351xjza -Lpipu\BGRrw17mWVBhuCExo476ri5tQFzbTc54VE -HYckxQ16CjSTibI5X69GmnYC9PNqEYq/1TP+HF10 -Comment: John's Key +Warning: ssh2_connect(): php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known in /usr/home/bjori/TESTING/test1773.php on line 2   -Key: ssh-rsa -Blob: AAAAB3NzaHVt6VqSGd5C1yc2EAAAABIwA232dnJA -AIEA5HVt6VqSGd5PTrLRdjNONxX/1TP+HF1HVt6V -qSGd50H1tVFGn0BB3NzaC1yc2EAd26BF0aCP9qyJ -RlvdJ3j4WBeX4ZmrveGrjMgkseSYc4xZ26HVt6Vq -SGd5sDHwfL351xjzaLpipu\BGB3NzaC1yc2EA/1T -Comment: Alice's Key +Warning: ssh2_connect(): Unable to connect to shell.example.com on port 22 in /usr/home/bjori/TESTING/test1773.php on line 2 + +Warning: ssh2_auth_password() expects parameter 1 to be resource, boolean given in /usr/home/bjori/TESTING/test1773.php on line 3 + +Warning: ssh2_publickey_init() expects parameter 1 to be resource, boolean given in /usr/home/bjori/TESTING/test1773.php on line 4 + +Warning: ssh2_publickey_list() expects parameter 1 to be resource, boolean given in /usr/home/bjori/TESTING/test1773.php on line 6 + +Warning: Invalid argument supplied for foreach() in /usr/home/bjori/TESTING/test1773.php on line 8 ================================================================================ = File: ./test1819.phpt = Title: count_chars() example (generated) Location: reference/strings/functions/count-chars.xml **Most likely to be caused by whitespaces issue** ================================================================================ > Difference detected in test1819 :  --- ./test1819.exp    Wed Dec  6 17:30:35 2006 +++ ./test1819.out    Wed Dec  6 17:30:35 2006 @@ -1,11 +1,11 @@ -There were 4 instance(s) of " " in the string.  -There were 1 instance(s) of "." in the string.  -There were 1 instance(s) of "F" in the string.  -There were 2 instance(s) of "T" in the string.  -There were 1 instance(s) of "a" in the string.  -There were 1 instance(s) of "d" in the string.  -There were 1 instance(s) of "e" in the string.  -There were 2 instance(s) of "n" in the string.  -There were 2 instance(s) of "o" in the string.  -There were 1 instance(s) of "s" in the string.  +There were 4 instance(s) of " " in the string. +There were 1 instance(s) of "." in the string. +There were 1 instance(s) of "F" in the string. +There were 2 instance(s) of "T" in the string. +There were 1 instance(s) of "a" in the string. +There were 1 instance(s) of "d" in the string. +There were 1 instance(s) of "e" in the string. +There were 2 instance(s) of "n" in the string. +There were 2 instance(s) of "o" in the string. +There were 1 instance(s) of "s" in the string.  There were 1 instance(s) of "w" in the string. ================================================================================ = File: ./test1834.phpt = Title: A htmlspecialchars_decode() example (generated) Location: reference/strings/functions/htmlspecialchars-decode.xml **Most likely to be caused by whitespaces issue** ================================================================================ > Difference detected in test1834 :  --- ./test1834.exp    Wed Dec  6 17:30:38 2006 +++ ./test1834.out    Wed Dec  6 17:30:38 2006 @@ -1,2 +1 @@ -<p>this -> "</p> -<p>this -> &quot;</p> +<p>this -> "</p><p>this -> &quot;</p> ================================================================================ = File: ./test1837.phpt = Title: localeconv() example (generated) Location: reference/strings/functions/localeconv.xml ================================================================================ > Difference detected in test1837 :  --- ./test1837.exp    Wed Dec  6 17:30:39 2006 +++ ./test1837.out    Wed Dec  6 17:30:39 2006 @@ -1,29 +0,0 @@ -Array -( -    [decimal_point] => . -    [thousands_sep] => -    [int_curr_symbol] => EUR -    [currency_symbol] => â‚¬ -    [mon_decimal_point] => , -    [mon_thousands_sep] => -    [positive_sign] => -    [negative_sign] => - -    [int_frac_digits] => 2 -    [frac_digits] => 2 -    [p_cs_precedes] => 1 -    [p_sep_by_space] => 1 -    [n_cs_precedes] => 1 -    [n_sep_by_space] => 1 -    [p_sign_posn] => 1 -    [n_sign_posn] => 2 -    [grouping] => Array -        ( -        ) - -    [mon_grouping] => Array -        ( -            [0] => 3 -            [1] => 3 -        ) - -) ================================================================================ = File: ./test186.phpt = Title: array_intersect_key() example (generated) Location: reference/array/functions/array-intersect-key.xml ================================================================================ > Difference detected in test186 :  --- ./test186.exp    Wed Dec  6 17:30:40 2006 +++ ./test186.out    Wed Dec  6 17:30:40 2006 @@ -3,4 +3,4 @@    int(1)    ["green"]=>    int(3) -}) +} ================================================================================ = File: ./test1867.phpt = Title: A str_word_count() example (generated) Location: reference/strings/functions/str-word-count.xml ================================================================================ > Difference detected in test1867 :  --- ./test1867.exp    Wed Dec  6 17:30:41 2006 +++ ./test1867.out    Wed Dec  6 17:30:41 2006 @@ -8,18 +8,16 @@      [5] => good      [6] => today  ) -  Array  (      [0] => Hello      [6] => fri      [10] => nd      [14] => you're -    [29] => looking -    [46] => good -    [51] => today +    [28] => looking +    [45] => good +    [50] => today  ) -  Array  (      [0] => Hello @@ -29,5 +27,4 @@      [4] => good      [5] => today  ) -  7 ================================================================================ = File: ./test188.phpt = Title: array_intersect_ukey() example (generated) Location: reference/array/functions/array-intersect-ukey.xml ================================================================================ > Difference detected in test188 :  --- ./test188.exp    Wed Dec  6 17:30:42 2006 +++ ./test188.out    Wed Dec  6 17:30:42 2006 @@ -3,4 +3,4 @@    int(1)    ["green"]=>    int(3) -}) +} ================================================================================ = File: ./test1917.phpt = Title: tidy_diagnose() example (generated) Location: reference/tidy/functions/tidy-diagnose.xml ================================================================================ > Difference detected in test1917 :  --- ./test1917.exp    Wed Dec  6 17:30:44 2006 +++ ./test1917.out    Wed Dec  6 17:30:44 2006 @@ -1,8 +1,7 @@ -line 5 column 1 - Warning: <p> isn't allowed in <head> elements -line 5 column 1 - Warning: inserting missing 'title' element - -line 5 column 1 - Warning: <p> isn't allowed in <head> elements -line 5 column 1 - Warning: inserting missing 'title' element +line 4 column 1 - Warning: <p> isn't allowed in <head> elements +line 4 column 1 - Warning: inserting missing 'title' element +line 4 column 1 - Warning: <p> isn't allowed in <head> elements +line 4 column 1 - Warning: inserting missing 'title' element  Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN"  Info: Document content looks like XHTML 1.0 Strict  2 warnings, 0 errors were found! ================================================================================ = File: ./test1920.phpt = Title: tidy_get_config() example (generated) Location: reference/tidy/functions/tidy-get-config.xml ================================================================================ > Difference detected in test1920 :  --- ./test1920.exp    Wed Dec  6 17:30:45 2006 +++ ./test1920.out    Wed Dec  6 17:30:45 2006 @@ -6,7 +6,7 @@      [char-encoding] => 1      [input-encoding] => 3      [output-encoding] => 1 -    [newline] => 1 +    [newline] => 0      [doctype-mode] => 1      [doctype] =>       [repeated-attributes] => 1 @@ -65,7 +65,7 @@      [indent-cdata] =>       [force-output] => 1      [show-errors] => 6 -    [ascii-chars] => 1 +    [ascii-chars] =>       [join-classes] =>       [join-styles] => 1      [escape-cdata] =>  @@ -81,5 +81,5 @@      [accessibility-check] => 0      [vertical-space] =>       [punctuation-wrap] =>  -    [merge-divs] => 1 +    [merge-divs] => 2  ) ================================================================================ = File: ./test1921.phpt = Title: tidy_get_error_buffer() example (generated) Location: reference/tidy/functions/tidy-get-error-buffer.xml ================================================================================ > Difference detected in test1921 :  --- ./test1921.exp    Wed Dec  6 17:30:46 2006 +++ ./test1921.out    Wed Dec  6 17:30:46 2006 @@ -1,2 +1,3 @@  line 1 column 1 - Warning: missing <!DOCTYPE> declaration +line 1 column 1 - Warning: inserting missing 'title' elementline 1 column 1 - Warning: missing <!DOCTYPE> declaration  line 1 column 1 - Warning: inserting missing 'title' element ================================================================================ = File: ./test193.phpt = Title: array_map() - using more arrays (generated) Location: reference/array/functions/array-map.xml ================================================================================ > Difference detected in test193 :  --- ./test193.exp    Wed Dec  6 17:30:48 2006 +++ ./test193.out    Wed Dec  6 17:30:48 2006 @@ -1,4 +1,3 @@ -// printout of $c  Array  (      [0] => The number 1 is called uno in Spanish @@ -7,8 +6,6 @@      [3] => The number 4 is called cuatro in Spanish      [4] => The number 5 is called cinco in Spanish  ) - -// printout of $d  Array  (      [0] => Array ================================================================================ = File: ./test1958.phpt = Title: debug_zval_dump() example (generated) Location: reference/var/functions/debug-zval-dump.xml ================================================================================ > Difference detected in test1958 :  --- ./test1958.exp    Wed Dec  6 17:30:50 2006 +++ ./test1958.out    Wed Dec  6 17:30:50 2006 @@ -1 +1 @@ -string(11) "Hello World" refcount(3) +&string(11) "Hello World" refcount(3) ================================================================================ = File: ./test1993.phpt = Title: Transforming to a DOMDocument (generated) Location: reference/xsl/functions/xsl-xsltprocessor-transform-to-doc.xml ================================================================================ > Difference detected in test1993 :  --- ./test1993.exp    Wed Dec  6 17:30:52 2006 +++ ./test1993.out    Wed Dec  6 17:30:52 2006 @@ -1 +1,9 @@ -Hey! Welcome to Nicolas Eliaszewicz's sweet CD collection! +Warning: DOMDocument::load(): I/O warning : failed to load external entity "/usr/home/bjori/TESTING/collection.xml" in /usr/home/bjori/TESTING/test1993.php on line 5 + +Warning: DOMDocument::load(): I/O warning : failed to load external entity "/usr/home/bjori/TESTING/collection.xsl" in /usr/home/bjori/TESTING/test1993.php on line 8 + +Warning: XSLTProcessor::importStylesheet(): compilation error in /usr/home/bjori/TESTING/test1993.php on line 12 + +Warning: XSLTProcessor::importStylesheet(): xsltParseStylesheetProcess : empty stylesheet in /usr/home/bjori/TESTING/test1993.php on line 12 + +Notice: Trying to get property of non-object in /usr/home/bjori/TESTING/test1993.php on line 14 ================================================================================ = File: ./test1995.phpt = Title: Transforming to a string (generated) Location: reference/xsl/functions/xsl-xsltprocessor-transform-to-xml.xml ================================================================================ > Difference detected in test1995 :  --- ./test1995.exp    Wed Dec  6 17:30:53 2006 +++ ./test1995.out    Wed Dec  6 17:30:53 2006 @@ -1,4 +1,7 @@ -Hey! Welcome to Nicolas Eliaszewicz's sweet CD collection! +Warning: DOMDocument::load(): I/O warning : failed to load external entity "/usr/home/bjori/TESTING/collection.xml" in /usr/home/bjori/TESTING/test1995.php on line 5   -<h1>Fight for your mind</h1><h2>by Ben Harper - 1995</h2><hr> -<h1>Electric Ladyland</h1><h2>by Jimi Hendrix - 1997</h2><hr> +Warning: DOMDocument::load(): I/O warning : failed to load external entity "/usr/home/bjori/TESTING/collection.xsl" in /usr/home/bjori/TESTING/test1995.php on line 8 + +Warning: XSLTProcessor::importStylesheet(): compilation error in /usr/home/bjori/TESTING/test1995.php on line 12 + +Warning: XSLTProcessor::importStylesheet(): xsltParseStylesheetProcess : empty stylesheet in /usr/home/bjori/TESTING/test1995.php on line 12 ================================================================================ = File: ./test2079.phpt = Title: array_map() - using more arrays (generated) Location: reference/array/functions/array-map.xml ================================================================================ > Difference detected in test2079 :  --- ./test2079.exp    Wed Dec  6 17:30:54 2006 +++ ./test2079.out    Wed Dec  6 17:30:54 2006 @@ -1,4 +1,3 @@ -// printout of $c  Array  (      [0] => The number 1 is called uno in Spanish @@ -7,8 +6,6 @@      [3] => The number 4 is called cuatro in Spanish      [4] => The number 5 is called cinco in Spanish  ) - -// printout of $d  Array  (      [0] => Array ================================================================================ = File: ./test2082.phpt = Title: array_udiff_assoc() example (generated) Location: reference/array/functions/array-udiff-assoc.xml ================================================================================ > Difference detected in test2082 :  --- ./test2082.exp    Wed Dec  6 17:30:54 2006 +++ ./test2082.out    Wed Dec  6 17:30:54 2006 @@ -1,3 +1,12 @@ +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2082.php on line 19 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2082.php on line 19 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2082.php on line 19 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2082.php on line 19 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2082.php on line 19  Array  (      [0.1] => cr Object @@ -14,4 +23,5 @@          (              [priv_member:private] => 23          ) +  ) ================================================================================ = File: ./test2083.phpt = Title: array_udiff_uassoc() example (generated) Location: reference/array/functions/array-udiff-uassoc.xml ================================================================================ > Difference detected in test2083 :  --- ./test2083.exp    Wed Dec  6 17:30:55 2006 +++ ./test2083.out    Wed Dec  6 17:30:55 2006 @@ -1,3 +1,76 @@ +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2083.php on line 24  Array  (      [0.1] => cr Object @@ -14,4 +87,5 @@          (              [priv_member:private] => 23          ) +  ) ================================================================================ = File: ./test2084.phpt = Title: array_udiff() example (generated) Location: reference/array/functions/array-udiff.xml ================================================================================ > Difference detected in test2084 :  --- ./test2084.exp    Wed Dec  6 17:30:56 2006 +++ ./test2084.out    Wed Dec  6 17:30:56 2006 @@ -1,3 +1,64 @@ +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test2084.php on line 18  Array  (      [0.5] => cr Object ================================================================================ = File: ./test2092.phpt = Title:  usort() example using a member function of an object (generated) Location: reference/array/functions/usort.xml ================================================================================ > Difference detected in test2092 :  --- ./test2092.exp    Wed Dec  6 17:30:58 2006 +++ ./test2092.out    Wed Dec  6 17:30:58 2006 @@ -1,3 +1,12 @@ +Strict Standards: Non-static method TestObj::cmp_obj() cannot be called statically in /usr/home/bjori/TESTING/test2092.php on line 26 + +Strict Standards: Non-static method TestObj::cmp_obj() cannot be called statically in /usr/home/bjori/TESTING/test2092.php on line 26 + +Strict Standards: Non-static method TestObj::cmp_obj() cannot be called statically in /usr/home/bjori/TESTING/test2092.php on line 26 + +Strict Standards: Non-static method TestObj::cmp_obj() cannot be called statically in /usr/home/bjori/TESTING/test2092.php on line 26 + +Strict Standards: Non-static method TestObj::cmp_obj() cannot be called statically in /usr/home/bjori/TESTING/test2092.php on line 26  b  c  d ================================================================================ = File: ./test2095.phpt = Title: A date_parse() example (generated) Location: reference/datetime/functions/date-parse.xml **Most likely to be caused by whitespaces issue** ================================================================================ > Difference detected in test2095 :  --- ./test2095.exp    Wed Dec  6 17:30:59 2006 +++ ./test2095.out    Wed Dec  6 17:30:59 2006 @@ -8,8 +8,14 @@      [second] => 0      [fraction] => 0.5      [warning_count] => 0 -    [warnings] => Array() +    [warnings] => Array +        ( +        ) +      [error_count] => 0 -    [errors] => Array() +    [errors] => Array +        ( +        ) +      [is_localtime] =>   ) ================================================================================ = File: ./test2103.phpt = Title: A filter_input_array() example (generated) Location: reference/filter/functions/filter-input-array.xml ================================================================================ > Difference detected in test2103 :  --- ./test2103.exp    Wed Dec  6 17:31:00 2006 +++ ./test2103.out    Wed Dec  6 17:31:00 2006 @@ -1,26 +1,6 @@ -array(6) { -  ["product_id"]=> -  array(1) { -    [0]=> -    string(17) "libgd%3Cscript%3E" -  } -  ["component"]=> -  array(1) { -    [0]=> -    int(10) -  } -  ["versions"]=> -  array(1) { -    [0]=> -    string(6) "2.0.33" -  } -  ["doesnotexist"]=> -  NULL -  ["testscalar"]=> -  bool(false) -  ["testarray"]=> -  array(1) { -    [0]=> -    int(2) -  } -} +Notice: Use of undefined constant FILTER_FLAG_ARRAY - assumed 'FILTER_FLAG_ARRAY' in /usr/home/bjori/TESTING/test2103.php on line 16 + +Notice: Use of undefined constant FILTER_FLAG_SCALAR - assumed 'FILTER_FLAG_SCALAR' in /usr/home/bjori/TESTING/test2103.php on line 23 + +Notice: Use of undefined constant FILTER_FLAG_ARRAY - assumed 'FILTER_FLAG_ARRAY' in /usr/home/bjori/TESTING/test2103.php on line 27 +NULL ================================================================================ = File: ./test2106.phpt = Title: A filter_var_array() example (generated) Location: reference/filter/functions/filter-var-array.xml ================================================================================ > Difference detected in test2106 :  --- ./test2106.exp    Wed Dec  6 17:31:00 2006 +++ ./test2106.out    Wed Dec  6 17:31:00 2006 @@ -1,26 +1,19 @@ +Notice: Use of undefined constant FILTER_FLAG_ARRAY - assumed 'FILTER_FLAG_ARRAY' in /usr/home/bjori/TESTING/test2106.php on line 14 + +Notice: Use of undefined constant FILTER_FLAG_SCALAR - assumed 'FILTER_FLAG_SCALAR' in /usr/home/bjori/TESTING/test2106.php on line 21 + +Notice: Use of undefined constant FILTER_FLAG_ARRAY - assumed 'FILTER_FLAG_ARRAY' in /usr/home/bjori/TESTING/test2106.php on line 25  array(6) {    ["product_id"]=> -  array(1) { -    [0]=> -    string(17) "libgd%3Cscript%3E" -  } +  string(17) "libgd%3Cscript%3E"    ["component"]=> -  array(1) { -    [0]=> -    int(10) -  } +  int(10)    ["versions"]=> -  array(1) { -    [0]=> -    string(6) "2.0.33" -  } +  string(6) "2.0.33"    ["doesnotexist"]=>    NULL    ["testscalar"]=>    bool(false)    ["testarray"]=> -  array(1) { -    [0]=> -    int(2) -  } +  int(2)  } ================================================================================ = File: ./test213.phpt = Title: array_udiff_assoc() example (generated) Location: reference/array/functions/array-udiff-assoc.xml ================================================================================ > Difference detected in test213 :  --- ./test213.exp    Wed Dec  6 17:31:02 2006 +++ ./test213.out    Wed Dec  6 17:31:02 2006 @@ -1,3 +1,12 @@ +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test213.php on line 19 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test213.php on line 19 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test213.php on line 19 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test213.php on line 19 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test213.php on line 19  Array  (      [0.1] => cr Object @@ -14,4 +23,5 @@          (              [priv_member:private] => 23          ) +  ) ================================================================================ = File: ./test214.phpt = Title: array_udiff_uassoc() example (generated) Location: reference/array/functions/array-udiff-uassoc.xml ================================================================================ > Difference detected in test214 :  --- ./test214.exp    Wed Dec  6 17:31:03 2006 +++ ./test214.out    Wed Dec  6 17:31:03 2006 @@ -1,3 +1,76 @@ +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_key() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test214.php on line 24  Array  (      [0.1] => cr Object @@ -14,4 +87,5 @@          (              [priv_member:private] => 23          ) +  ) ================================================================================ = File: ./test215.phpt = Title: array_udiff() example (generated) Location: reference/array/functions/array-udiff.xml ================================================================================ > Difference detected in test215 :  --- ./test215.exp    Wed Dec  6 17:31:04 2006 +++ ./test215.out    Wed Dec  6 17:31:04 2006 @@ -1,3 +1,64 @@ +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18 + +Strict Standards: Non-static method cr::comp_func_cr() cannot be called statically in /usr/home/bjori/TESTING/test215.php on line 18  Array  (      [0.5] => cr Object ================================================================================ = File: ./test241.phpt = Title: in_array() with an array as needle (generated) Location: reference/array/functions/in-array.xml **Most likely to be caused by whitespaces issue** ================================================================================ > Difference detected in test241 :  --- ./test241.exp    Wed Dec  6 17:31:08 2006 +++ ./test241.out    Wed Dec  6 17:31:08 2006 @@ -1,2 +1,2 @@  'ph' was found -  'o' was found +'o' was found ================================================================================ = File: ./test259.phpt = Title:  usort() example using a member function of an object (generated) Location: reference/array/functions/usort.xml ================================================================================ > Difference detected in test259 :  --- ./test259.exp    Wed Dec  6 17:31:11 2006 +++ ./test259.out    Wed Dec  6 17:31:11 2006 @@ -1,3 +1,12 @@ +Strict Standards: Non-static method TestObj::cmp_obj() cannot be called statically in /usr/home/bjori/TESTING/test259.php on line 26 + +Strict Standards: Non-static method TestObj::cmp_obj() cannot be called statically in /usr/home/bjori/TESTING/test259.php on line 26 + +Strict Standards: Non-static method TestObj::cmp_obj() cannot be called statically in /usr/home/bjori/TESTING/test259.php on line 26 + +Strict Standards: Non-static method TestObj::cmp_obj() cannot be called statically in /usr/home/bjori/TESTING/test259.php on line 26 + +Strict Standards: Non-static method TestObj::cmp_obj() cannot be called statically in /usr/home/bjori/TESTING/test259.php on line 26  b  c  d ================================================================================ = File: ./test299.phpt = Title: classkit_import() example (generated) Location: reference/classkit/functions/classkit-import.xml ================================================================================ > Difference detected in test299 :  --- ./test299.exp    Wed Dec  6 17:31:12 2006 +++ ./test299.out    Wed Dec  6 17:31:12 2006 @@ -1,2 +0,0 @@ -foo! -bar! ================================================================================ = File: ./test301.phpt = Title: classkit_method_copy() example (generated) Location: reference/classkit/functions/classkit-method-copy.xml ================================================================================ > Difference detected in test301 :  --- ./test301.exp    Wed Dec  6 17:31:13 2006 +++ ./test301.out    Wed Dec  6 17:31:13 2006 @@ -1 +1,2 @@ +Strict Standards: Non-static method Bar::baz() should not be called statically in /usr/home/bjori/TESTING/test301.php on line 16  foo! ================================================================================ = File: ./test304.phpt = Title: classkit_method_rename() example (generated) Location: reference/classkit/functions/classkit-method-rename.xml ================================================================================ > Difference detected in test304 :  --- ./test304.exp    Wed Dec  6 17:31:14 2006 +++ ./test304.out    Wed Dec  6 17:31:14 2006 @@ -1 +1,2 @@ +Strict Standards: Non-static method Example::bar() should not be called statically in /usr/home/bjori/TESTING/test304.php on line 16  foo! ================================================================================ = File: ./test308.phpt = Title: get_class_vars() example (generated) Location: reference/classobj/functions/get-class-vars.xml ================================================================================ > Difference detected in test308 :  --- ./test308.exp    Wed Dec  6 17:31:14 2006 +++ ./test308.out    Wed Dec  6 17:31:14 2006 @@ -1,8 +1,3 @@ -// Before PHP 4.2.0 -var2 : xyz -var3 : 100 - -// As of PHP 4.2.0 -var1 : +var1 :   var2 : xyz  var3 : 100 ================================================================================ = File: ./test312.phpt = Title: Use of get_object_vars() (generated) Location: reference/classobj/functions/get-object-vars.xml **Most likely to be caused by whitespaces issue** ================================================================================ > Difference detected in test312 :  --- ./test312.exp    Wed Dec  6 17:31:15 2006 +++ ./test312.out    Wed Dec  6 17:31:15 2006 @@ -1,13 +1,12 @@  Array - ( -     [x] => 1.233 -     [y] => 3.445 -     [label] => - ) - - Array - ( -     [x] => 1.233 -     [y] => 3.445 -     [label] => point #1 - ) +( +    [x] => 1.233 +    [y] => 3.445 +    [label] =>  +) +Array +( +    [x] => 1.233 +    [y] => 3.445 +    [label] => point #1 +) ================================================================================ = File: ./test336.phpt = Title: A ctype_alnum() example (using the default locale) (generated) Location: reference/ctype/functions/ctype-alnum.xml ================================================================================ > Difference detected in test336 :  --- ./test336.exp    Wed Dec  6 17:31:17 2006 +++ ./test336.out    Wed Dec  6 17:31:17 2006 @@ -1,2 +1,2 @@  The string AbCd1zyZ9 consists of all letters or digits. -The string foo!#$bar does not consists of all letters or digits. +The string foo!#$bar does not consist of all letters or digits. ================================================================================ = File: ./test337.phpt = Title: A ctype_alpha() example (using the default locale) (generated) Location: reference/ctype/functions/ctype-alpha.xml ================================================================================ > Difference detected in test337 :  --- ./test337.exp    Wed Dec  6 17:31:17 2006 +++ ./test337.out    Wed Dec  6 17:31:17 2006 @@ -1,2 +1,2 @@  The string KjgWZC consists of all letters. -The string arf12 does not consists of all letters. +The string arf12 does not consist of all letters. ================================================================================ = File: ./test338.phpt = Title: A ctype_cntrl() example (generated) Location: reference/ctype/functions/ctype-cntrl.xml ================================================================================ > Difference detected in test338 :  --- ./test338.exp    Wed Dec  6 17:31:18 2006 +++ ./test338.out    Wed Dec  6 17:31:18 2006 @@ -1,2 +1,2 @@  The string 'string1' consists of all control characters. -The string 'string2' does not consists of all control characters. +The string 'string2' does not consist of all control characters. ================================================================================ = File: ./test339.phpt = Title: A ctype_digit() example (generated) Location: reference/ctype/functions/ctype-digit.xml ================================================================================ > Difference detected in test339 :  --- ./test339.exp    Wed Dec  6 17:31:18 2006 +++ ./test339.out    Wed Dec  6 17:31:18 2006 @@ -1,3 +1,3 @@ -The string 1820.20 does not consists of all digits. +The string 1820.20 does not consist of all digits.  The string 10002 consists of all digits. -The string wsl!12 does not consists of all digits. +The string wsl!12 does not consist of all digits. ================================================================================ = File: ./test416.phpt = Title: DOMDocument->getElementById() Example (generated) Location: reference/dom/functions/dom-domdocument-getelementbyid.xml ================================================================================ > Difference detected in test416 :  --- ./test416.exp    Wed Dec  6 17:31:21 2006 +++ ./test416.out    Wed Dec  6 17:31:21 2006 @@ -1 +1,4 @@ -The element whose id is books is: chapter +Warning: DOMDocument::load(): I/O warning : failed to load external entity "/usr/home/bjori/TESTING/book.xml" in /usr/home/bjori/TESTING/test416.php on line 7 + +Notice: Trying to get property of non-object in /usr/home/bjori/TESTING/test416.php on line 9 +The element whose id is books is: ================================================================================ = File: ./test437.phpt = Title: Traversing all the entries of the table (generated) Location: reference/dom/functions/dom-domnodelist-item.xml ================================================================================ > Difference detected in test437 :  --- ./test437.exp    Wed Dec  6 17:31:22 2006 +++ ./test437.out    Wed Dec  6 17:31:22 2006 @@ -1,16 +1 @@ -Title -Author -Language -ISBN -The Grapes of Wrath -John Steinbeck -en -0140186409 -The Pearl -John Steinbeck -en -014017737X -Samarcande -Amine Maalouf -fr -2253051209 +Warning: DOMDocument::load(): I/O warning : failed to load external entity "/usr/home/bjori/TESTING/book.xml" in /usr/home/bjori/TESTING/test437.php on line 4 ================================================================================ = File: ./test440.phpt = Title: Getting the count of all the english books (generated) Location: reference/dom/functions/dom-domxpath-evaluate.xml ================================================================================ > Difference detected in test440 :  --- ./test440.exp    Wed Dec  6 17:31:22 2006 +++ ./test440.out    Wed Dec  6 17:31:22 2006 @@ -1 +1,4 @@ -There are 2 english books +Warning: DOMDocument::load(): I/O warning : failed to load external entity "/usr/home/bjori/TESTING/book.xml" in /usr/home/bjori/TESTING/test440.php on line 5 + +Warning: DOMXPath::evaluate() expects parameter 2 to be DOMNode, null given in /usr/home/bjori/TESTING/test440.php on line 14 +There are  english books ================================================================================ = File: ./test441.phpt = Title: Getting all the english books (generated) Location: reference/dom/functions/dom-domxpath-query.xml ================================================================================ > Difference detected in test441 :  --- ./test441.exp    Wed Dec  6 17:31:23 2006 +++ ./test441.out    Wed Dec  6 17:31:23 2006 @@ -1,2 +1 @@ -Found The Grapes of Wrath, by John Steinbeck -Found The Pearl, by John Steinbeck +Warning: DOMDocument::load(): I/O warning : failed to load external entity "/usr/home/bjori/TESTING/book.xml" in /usr/home/bjori/TESTING/test441.php on line 8 ================================================================================ = File: ./test51.phpt = Title: <varname>$this</varname> variable in object-oriented language (generated) Location: language/oop5/basic.xml ================================================================================ > Difference detected in test51 :  --- ./test51.exp    Wed Dec  6 17:31:25 2006 +++ ./test51.out    Wed Dec  6 17:31:25 2006 @@ -1,4 +1,12 @@ -$this is defined (a) +$this is defined (A) + +Strict Standards: Non-static method A::foo() should not be called statically in /usr/home/bjori/TESTING/test51.php on line 26  $this is not defined. -$this is defined (b) + +Strict Standards: Non-static method A::foo() should not be called statically, assuming $this from incompatible context in /usr/home/bjori/TESTING/test51.php on line 20 +$this is defined (B) + +Strict Standards: Non-static method B::bar() should not be called statically in /usr/home/bjori/TESTING/test51.php on line 29 + +Strict Standards: Non-static method A::foo() should not be called statically in /usr/home/bjori/TESTING/test51.php on line 20  $this is not defined. ================================================================================ = File: ./test512.phpt = Title: fbsql_list_dbs() example (generated) Location: reference/fbsql/functions/fbsql-list-dbs.xml ================================================================================ > Difference detected in test512 :  --- ./test512.exp    Wed Dec  6 17:31:26 2006 +++ ./test512.out    Wed Dec  6 17:31:26 2006 @@ -1,4 +1,6 @@ -database1 -database2 -database3 -... +$link = fbsql_connect('localhost', 'myname', 'secret'); +$db_list = fbsql_list_dbs($link); + +while ($row = fbsql_fetch_object($db_list)) { +    echo $row->Database . "\n"; +} ================================================================================ = File: ./test55.phpt = Title: Object Assignment (generated) Location: language/oop5/basic.xml ================================================================================ > Difference detected in test55 :  --- ./test55.exp    Wed Dec  6 17:31:27 2006 +++ ./test55.out    Wed Dec  6 17:31:27 2006 @@ -1,6 +1,6 @@ +Notice: Undefined variable: instance in /usr/home/bjori/TESTING/test55.php on line 2 + +Strict Standards: Creating default object from empty value in /usr/home/bjori/TESTING/test55.php on line 5  NULL  NULL -object(SimpleClass)#1 (1) { -   ["var"]=> -     string(30) "$assigned will have this value" -} +NULL ================================================================================ = File: ./test56.phpt = Title: Simple Class Inherintance (generated) Location: language/oop5/basic.xml ================================================================================ > Difference detected in test56 :  --- ./test56.exp    Wed Dec  6 17:31:28 2006 +++ ./test56.out    Wed Dec  6 17:31:28 2006 @@ -1,2 +1 @@ -Extending class -a default value +Fatal error: Class 'SimpleClass' not found in /usr/home/bjori/TESTING/test56.php on line 2 ================================================================================ = File: ./test563.phpt = Title: is_file() example (generated) Location: reference/filesystem/functions/is-file.xml ================================================================================ > Difference detected in test563 :  --- ./test563.exp    Wed Dec  6 17:31:29 2006 +++ ./test563.out    Wed Dec  6 17:31:29 2006 @@ -1,2 +1,2 @@ -bool(true) +bool(false)  bool(false) ================================================================================ = File: ./test727.phpt = Title: Using http_parse_cookie() (generated) Location: reference/http/functions/parsers/http-parse-cookie.xml **Most likely to be caused by whitespaces issue** ================================================================================ > Difference detected in test727 :  --- ./test727.exp    Wed Dec  6 17:31:33 2006 +++ ./test727.out    Wed Dec  6 17:31:33 2006 @@ -1,18 +1,18 @@  stdClass Object  ( -  [cookies] => Array -  ( -    [foo] => bar -    [bar] => baz -  ) +    [cookies] => Array +        ( +            [foo] => bar +            [bar] => baz +        )   -  [extras] => Array -  ( -    [comment] => -  ) +    [extras] => Array +        ( +            [comment] =>  +        )   -  [flags] => 16 -  [expires] => 0 -  [path] => / -  [domain] => example.com +    [flags] => 16 +    [expires] => 0 +    [path] => / +    [domain] => example.com  ) ================================================================================ = File: ./test728.phpt = Title: Using http_parse_headers() (generated) Location: reference/http/functions/parsers/http-parse-headers.xml ================================================================================ > Difference detected in test728 :  --- ./test728.exp    Wed Dec  6 17:31:33 2006 +++ ./test728.out    Wed Dec  6 17:31:33 2006 @@ -1,12 +1,13 @@  Array  ( -  [Content-Type] => text/html; chatset=UTF-8 -  [Server] => Funky/1.0 -  [Set-Cookie] => Array -  ( -    [0] => foo=bar -    [1] => baz=quux -  ) -  [Folded] => works -    too +    [Content-Type] => text/html; charset=UTF-8 +    [Server] => Funky/1.0 +    [Set-Cookie] => Array +        ( +            [0] => foo=bar +            [1] => baz=quux +        ) + +    [Folded] => works +    too  ) ================================================================================ = File: ./test730.phpt = Title: A http_build_url() example (generated) Location: reference/http/functions/urls/http-build-url.xml ================================================================================ > Difference detected in test730 :  --- ./test730.exp    Wed Dec  6 17:31:34 2006 +++ ./test730.out    Wed Dec  6 17:31:34 2006 @@ -1 +1 @@ -ftp://ftp.example.com/pub/files/current/?a=b&a=c +ftp://ftp.example.com/pub/files/current/?a=c ================================================================================ = File: ./test742.phpt = Title: iconv_mime_decode_headers() example (generated) Location: reference/iconv/functions/iconv-mime-decode-headers.xml ================================================================================ > Difference detected in test742 :  --- ./test742.exp    Wed Dec  6 17:31:34 2006 +++ ./test742.out    Wed Dec  6 17:31:34 2006 @@ -6,7 +6,7 @@      [Message-Id] => <example@example.com>      [Received] => Array          ( -            [0] => from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example@example.com>; Thu, 1 Jan 1970 00:00:00 +0000 (UTC) (envelope-from example-return-0000-example=example.com@example.com) +            [0] => from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example@example.com> Thu, 1 Jan 1970 00:00:00 +0000 (UTC) (envelope-from example-return-0000-example=example.com@example.com)              [1] => (qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000          )   ================================================================================ = File: ./test869.phpt = Title: json_decode() examples (generated) Location: reference/json/functions/json_decode.xml **Most likely to be caused by whitespaces issue** ================================================================================ > Difference detected in test869 :  --- ./test869.exp    Wed Dec  6 17:31:35 2006 +++ ./test869.out    Wed Dec  6 17:31:35 2006 @@ -1,15 +1,24 @@  object(stdClass)#1 (5) { -    ["a"] => int(1) -    ["b"] => int(2) -    ["c"] => int(3) -    ["d"] => int(4) -    ["e"] => int(5) +  ["a"]=> +  int(1) +  ["b"]=> +  int(2) +  ["c"]=> +  int(3) +  ["d"]=> +  int(4) +  ["e"]=> +  int(5)  } -  array(5) { -    ["a"] => int(1) -    ["b"] => int(2) -    ["c"] => int(3) -    ["d"] => int(4) -    ["e"] => int(5) +  ["a"]=> +  int(1) +  ["b"]=> +  int(2) +  ["c"]=> +  int(3) +  ["d"]=> +  int(4) +  ["e"]=> +  int(5)  } ================================================================================ = File: ./test905.phpt = Title: exp() example (generated) Location: reference/math/functions/exp.xml ================================================================================ > Difference detected in test905 :  --- ./test905.exp    Wed Dec  6 17:31:37 2006 +++ ./test905.out    Wed Dec  6 17:31:37 2006 @@ -1,2 +1,2 @@ -1.6275E+005 -298.87 +162754.791419 +298.86740096706

Comments

There is currently no comment here.

Add a comment

Username:

Spam Challenge: 7+14=?

Comment: