/PHP-5.3/tests/lang/ |
H A D | 024.phpt | 540 $j should go from 3 to 4, and $q should go from 3 to 4 556 $j should go from 3 to 4, and $q should go from 3 to 4 572 $j should go from 3 to 4, and $q should go from 3 to 4 765 $j should go from 3 to 4, and $q should go from 3 to 4 781 $j should go from 3 to 4, and $q should go from 3 to 4 797 $j should go from 3 to 4, and $q should go from 3 to 4 990 $j should go from 3 to 4, and $q should go from 3 to 4 1006 $j should go from 3 to 4, and $q should go from 3 to 4 1022 $j should go from 3 to 4, and $q should go from 3 to 4 1215 $j should go from 3 to 4, and $q should go from 3 to 4 [all …]
|
H A D | short_tags.003.phpt | 7 <?='this should get echoed'?> 9 <%= 'so should this' %> 25 this should get echoed 26 so should this
|
H A D | 023.phpt | 70 this should be displayed. should be: $i=1, $j=0. is: $i=1, $j=0<br> 79 This should be displayed<br> 196 $i should go from 0 to 2<br> 197 $j should go from 3 to 4, and $q should go from 3 to 4<br> 204 $j should go from 0 to 2<br> 208 $k should go from 0 to 2<br> 213 $j should go from 3 to 4, and $q should go from 3 to 4<br> 220 $j should go from 0 to 2<br> 224 $k should go from 0 to 2<br> 229 $j should go from 3 to 4, and $q should go from 3 to 4<br> [all …]
|
H A D | short_tags.004.phpt | 7 <?='this should get echoed'?> 9 <%= 'so should this' %> 25 <?='this should get echoed'?> 27 <%= 'so should this' %>
|
H A D | bug30578.phpt | 13 echo "This should be displayed last.\n"; 21 echo "This should be displayed first.\n"; 30 This should be displayed first. 31 Buffered data: This should be displayed last.
|
H A D | passByReference_012.phpt | 9 // "Only variables should be passed by reference in %s on line %d" 13 // This should show the identical warning 20 Strict Standards: Only variables should be passed by reference in %s on line %d 23 Strict Standards: Only variables should be passed by reference in %s on line %d
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | count_recursive.phpt | 135 COUNT_NORMAL: should be 0, is 0 138 COUNT_NORMAL: should be 2, is 2 141 COUNT_NORMAL: should be 3, is 3 144 COUNT_NORMAL: should be 1, is 1 147 COUNT_NORMAL: should be 1, is 1 148 COUNT_NORMAL: should be 2, is 2 150 COUNT_NORMAL: should be 3, is 3 187 COUNT_NORMAL: should be 1, is 1 188 COUNT_NORMAL: should be 1, is 1 191 COUNT_NORMAL: should be 0, is 0 [all …]
|
H A D | array_map_variation18.phpt | 107 Warning: array_map(): Argument #2 should be an array in %s on line %d%d 111 Warning: array_map(): Argument #2 should be an array in %s on line %d%d 115 Warning: array_map(): Argument #2 should be an array in %s on line %d%d 119 Warning: array_map(): Argument #2 should be an array in %s on line %d%d 123 Warning: array_map(): Argument #2 should be an array in %s on line %d%d 127 Warning: array_map(): Argument #2 should be an array in %s on line %d%d 131 Warning: array_map(): Argument #2 should be an array in %s on line %d%d 135 Warning: array_map(): Argument #2 should be an array in %s on line %d%d 139 Warning: array_map(): Argument #2 should be an array in %s on line %d%d 143 Warning: array_map(): Argument #2 should be an array in %s on line %d%d [all …]
|
H A D | array_shuffle_basic.phpt | 32 echo "this should be 0->...." . count(array_diff($arr1, $arr2)) . "\n"; 33 echo "this should be 4->...." . count(array_intersect($arr1, $arr2)) . "\n"; 36 echo "this should be 400->...." . count($bigarray) . "\n"; 43 // key-> value association should be so close to zero it wont happen in the lifetime of the 95 this should be 0->....0 96 this should be 4->....4 97 this should be 400->....400
|
H A D | array_key_exists_variation1.phpt | 119 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 124 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 129 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 134 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 139 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 150 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 155 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 160 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 165 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 176 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… [all …]
|
/PHP-5.3/tests/output/ |
H A D | bug46897.phpt | 2 Bug #46897: ob_flush() should fail to flush unerasable buffers 13 echo "Attempt to flush unerasable buffer - should fail..."; 15 // Check content of buffer after flush - if flush failed it should still contain the string above. 20 [callback:1]Attempt to flush unerasable buffer - should fail... 23 string(%d) "Attempt to flush unerasable buffer - should fail...
|
H A D | ob_start_basic_unerasable_005.phpt | 13 echo "Attempt to flush unerasable buffer - should fail... "; 15 // Check content of buffer after flush - if flush failed it should still contain the string above. 19 [callback:1]Attempt to flush unerasable buffer - should fail... 22 string(%d) "Attempt to flush unerasable buffer - should fail...
|
/PHP-5.3/ext/date/tests/ |
H A D | DateTime_compare_basic1.phpt | 27 echo "\n-- All the following tests should compare equal --\n"; 37 echo "\n-- The following test should still compare equal --\n"; 39 echo "\n-- All the following tests should now compare NOT equal --\n"; 44 echo "\n-- All the following tests should again compare equal --\n"; 56 -- All the following tests should compare equal -- 65 -- The following test should still compare equal -- 68 -- All the following tests should now compare NOT equal -- 73 -- All the following tests should again compare equal --
|
/PHP-5.3/tests/func/ |
H A D | 003.phpt | 68 echo "(it should break at 5...)\n"; 225 (it should break at 5...) 231 (it should break at 5...) 237 (it should break at 5...) 243 (it should break at 5...) 249 (it should break at 5...) 255 (it should break at 5...) 261 (it should break at 5...) 267 (it should break at 5...) 273 (it should break at 5...) [all …]
|
/PHP-5.3/ext/ereg/regex/ |
H A D | main.c | 216 char *should[NSHOULD]; local 291 should[i] = NULL; 295 should[1] = ""; 406 check(str, sub, should) in check() argument 409 char *should; 417 if (should != NULL && strcmp(should, "-") == 0) 418 should = NULL; 419 if (should != NULL && should[0] == '@') { 420 at = should + 1; 421 should = ""; [all …]
|
/PHP-5.3/ext/zlib/tests/ |
H A D | gzeof_basic.phpt | 25 echo "reading 50 characters. eof should be false\n"; 28 echo "reading 250 characters. eof should be true\n"; 31 echo "reading 20 characters. eof should be true still\n"; 52 reading 50 characters. eof should be false 54 reading 250 characters. eof should be true 56 reading 20 characters. eof should be true still
|
/PHP-5.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql___construct_options.phpt | 93 printf("[004] Autocommit should be on\n"); 97 printf("[005] Autocommit should be off\n"); 101 printf("[006] ATTR_TIMEOUT should be accepted\n"); 104 printf("[007] ATTR_TIMEOUT should be accepted\n"); 107 printf("[008] ATTR_TIMEOUT should be accepted\n"); 132 printf("[015] PDO::ATTR_EMULATE_PREPARES should be on\n"); 138 printf("[017] PDO::ATTR_EMULATE_PREPARES should be off\n"); 170 [010] [TODO][CHANGEREQUEST] ATTR_EMULATE_PREPARES should be on 175 [015] PDO::ATTR_EMULATE_PREPARES should be on 176 [016] PDO::MYSQL_ATTR_DIRECT_QUERY should be on [all …]
|
/PHP-5.3/tests/classes/ |
H A D | type_hinting_005b.phpt | 7 echo "No hint, should be array.\n"; 12 Strict Standards: Declaration of D::f() should be compatible with that of C::f() in %s on line 5 13 No hint, should be array.
|
H A D | type_hinting_005c.phpt | 7 echo "Array hint, should be class.\n"; 12 Strict Standards: Declaration of D::f() should be compatible with that of C::f() in %s on line 5 13 Array hint, should be class.
|
H A D | type_hinting_005d.phpt | 7 echo "Array hint, should be nothing.\n"; 12 Strict Standards: Declaration of D::f() should be compatible with that of C::f() in %s on line 5 13 Array hint, should be nothing.
|
/PHP-5.3/ext/oci8/tests/ |
H A D | coll_018.phpt | 37 var_dump($coll1->getElem(2)); // this should be the last element 38 var_dump($coll1->getElem(3)); // this element should have gone 42 var_dump($coll1->getElem(0)); // this should be the last element 43 var_dump($coll1->getElem(1)); // this element should have gone 47 var_dump($coll1->getElem(0)); // this should still be the last element 51 var_dump($coll1->getElem(0)); // this should have gone
|
H A D | bug46994.phpt | 19 dbms_lob.writeappend(p1, 26, 'This should be the output.'); 24 dbms_lob.writeappend(p1, 37, 'The output should be even longer now.'); 76 string(26) "This should be the output." 78 string(37) "The output should be even longer now." 80 string(26) "This should be the output." 82 string(26) "This should be the output."
|
/PHP-5.3/ext/dom/tests/ |
H A D | DOMElement_hasAttributes_basic.phpt | 24 echo "\nElement should have attributes:\n"; 33 echo "\nElement should have no attributes:\n"; 42 Element should have attributes: 48 Element should have no attributes:
|
/PHP-5.3/ext/mbstring/tests/ |
H A D | mb_stripos_basic.phpt | 74 echo "\n -- ASCII Strings, needle should be found --\n"; 77 echo "\n -- ASCII Strings, needle should not be found --\n"; 86 echo "\n -- Greek Strings, needle should be found --\n"; 89 echo "\n -- ASCII Strings, needle should not be found --\n"; 103 -- ASCII Strings, needle should be found -- 117 -- ASCII Strings, needle should not be found -- 131 -- Greek Strings, needle should be found -- 145 -- ASCII Strings, needle should not be found --
|
H A D | mb_strripos_basic.phpt | 74 echo "\n -- ASCII Strings, needle should be found --\n"; 77 echo "\n -- ASCII Strings, needle should not be found --\n"; 86 echo "\n -- Greek Strings, needle should be found --\n"; 89 echo "\n -- ASCII Strings, needle should not be found --\n"; 103 -- ASCII Strings, needle should be found -- 117 -- ASCII Strings, needle should not be found -- 131 -- Greek Strings, needle should be found -- 145 -- ASCII Strings, needle should not be found --
|