mirror of
https://github.com/php/php-src.git
synced 2024-12-18 14:30:35 +08:00
Fix var_dump test
This commit is contained in:
parent
8b36be268d
commit
19222b8581
@ -99,7 +99,7 @@ $strings = array (
|
||||
'PHP',
|
||||
"abcd\x0n1234\x0005678\x0000efgh\xijkl", // strings with hexadecimal NULL
|
||||
"abcd\0efgh\0ijkl\x00mnop\x000qrst\00uvwx\0000yz", // strings with octal NULL
|
||||
"1234\t\n5678\n\t9100\rabcda" // strings with escape characters
|
||||
"1234\t\n5678\n\t9100\"abcda" // strings with escape characters
|
||||
);
|
||||
/* calling check_vardump() to display contents of strings
|
||||
using var_dump() */
|
||||
@ -448,10 +448,9 @@ string(29) "abcd |