/PHP-5.6/ext/standard/tests/serialize/ |
H A D | serialization_miscTypes_001.phpt | 98 echo "after serialization => "; 102 echo "after unserialization => "; 154 after unserialization => int(342391) 162 after unserialization => array(0) { 167 after unserialization => array(5) { 229 after unserialization => array(7) { 252 after unserialization => NULL 256 after unserialization => NULL 312 after unserialization => bool(true) 344 after unserialization => NULL [all …]
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | str_repeat.phpt | 144 -- after repeating '' times is => 171 -- after repeating '' times is => 198 -- after repeating '' times is => 225 -- after repeating '' times is => 252 -- after repeating '' times is => 279 -- after repeating '' times is => 306 -- after repeating '' times is => 333 -- after repeating '' times is => 360 -- after repeating '' times is => 387 -- after repeating '' times is => [all …]
|
H A D | stripslashes_variation2.phpt | 111 string(31) "The string after addslashes is:" 117 string(31) "The string after addslashes is:" 123 string(31) "The string after addslashes is:" 129 string(31) "The string after addslashes is:" 135 string(31) "The string after addslashes is:" 141 string(31) "The string after addslashes is:" 147 string(31) "The string after addslashes is:" 153 string(31) "The string after addslashes is:" 159 string(31) "The string after addslashes is:" 165 string(31) "The string after addslashes is:" [all …]
|
H A D | stripslashes_basic.phpt | 27 var_dump("The string after addslashes is:", $str_addslashes); 38 string(31) "The string after addslashes is:" 40 string(33) "The string after stripslashes is:" 42 string(31) "The string after addslashes is:" 44 string(33) "The string after stripslashes is:" 46 string(31) "The string after addslashes is:" 48 string(33) "The string after stripslashes is:" 50 string(31) "The string after addslashes is:" 52 string(33) "The string after stripslashes is:" 54 string(31) "The string after addslashes is:" [all …]
|
H A D | str_replace_variation2.phpt | 71 -- String after replacing the search value is => -- 78 -- String after replacing the search value is => -- 85 -- String after replacing the search value is => -- 92 -- String after replacing the search value is => -- 99 -- String after replacing the search value is => -- 106 -- String after replacing the search value is => -- 113 -- String after replacing the search value is => -- 120 -- String after replacing the search value is => -- 127 -- String after replacing the search value is => -- 134 -- String after replacing the search value is => -- [all …]
|
H A D | bug21453.phpt | 7 <tr><td>first cell before < first cell after</td></tr> 8 <tr><td>second cell before < second cell after</td></tr> 16 first cell before < first cell after 17 second cell before < second cell after
|
/PHP-5.6/ext/intl/tests/ |
H A D | calendar_before_after_error.phpt | 2 IntlCalendar::before()/after(): bad arguments 20 var_dump($c->after()); 23 var_dump($c->after(1)); 26 var_dump($c->after($c, 1)); 32 error: 2, IntlCalendar::after() expects exactly 1 parameter, 0 given 33 error: 2, IntlCalendar::after(): intlcal_before/after: bad arguments 36 error: 2, IntlCalendar::before(): intlcal_before/after: bad arguments 40 error: 2, IntlCalendar::after(): intlcal_before/after: bad arguments 47 error: 2, IntlCalendar::after(): intlcal_before/after: bad arguments 53 error: 2, intlcal_after(): intlcal_before/after: bad arguments [all …]
|
H A D | calendar_equals_before_after_basic.phpt | 2 IntlCalendar::equals(), ::before() and ::after() basic test 25 var_dump("1 after 2", $intlcal1->after($intlcal2)); 29 var_dump("1 after 3", $intlcal1->after($intlcal3)); 33 var_dump("3 after 2", intlcal_after($intlcal3, $intlcal2)); 45 string(9) "1 after 2" 51 string(9) "1 after 3" 57 string(9) "3 after 2"
|
/PHP-5.6/ext/date/tests/ |
H A D | bug49059.phpt | 13 print "\$diff->days after first diff: " . $diff->days . "\n"; 15 print "\$date1 after sub: " . $date1->format("Y-m-d") . "\n"; 17 print "\$date1 after second diff (called at \$date1): " . 21 print "\$date1 after third diff (called at \$date2): " . 28 $date1 after first diff: 2009-03-27 29 $diff->days after first diff: 26 30 $date1 after sub: 2009-03-25 31 $date1 after second diff (called at $date1): 2009-03-25 32 $diff->days after second diff: 24 33 $date1 after third diff (called at $date2): 2009-03-25 [all …]
|
/PHP-5.6/ext/pgsql/tests/ |
H A D | 08escape.phpt | 15 $after = pg_escape_string($before); 16 if ($expect === $after || $expect2 === $after) { 22 var_dump($after); 29 $after = pg_escape_bytea($before); 30 if ($expect === $after) { 36 var_dump($after); 74 $after = pg_escape_literal($before); 75 if ($expect === $after) { 81 var_dump($after); 88 if ($expect === $after) { [all …]
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_get_client_stats_ps.phpt | 41 $after = mysqli_get_client_stats(); 44 printf("[003] Unbuffered rows got increased after buffered PS, expecting %d got %d.\n", 46 $after['rows_fetched_from_client_ps_unbuffered']); 49 …if ($after['rows_fetched_from_client_ps_buffered'] != $stats['rows_fetched_from_client_ps_buffered… 52 $after['rows_fetched_from_client_ps_buffered']); 54 $stats = $after; 69 $after = mysqli_get_client_stats(); 74 $after['rows_fetched_from_client_ps_unbuffered']); 76 …if ($after['rows_fetched_from_client_ps_buffered'] != $stats['rows_fetched_from_client_ps_buffered… 79 $after['rows_fetched_from_client_ps_buffered']); [all …]
|
H A D | mysqli_get_client_stats_skipped.phpt | 39 $after = mysqli_get_client_stats(); 40 printf("AFTER: rows_skipped_normal = %d\n", $after['rows_skipped_normal']); 42 if ($after['rows_skipped_normal'] != $before['rows_skipped_normal'] + 1) 44 "but before=%d after=%d\n", $before['rows_skipped_normal'], $after['rows_skipped_normal']);
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | array_pop.phpt | 53 Output after Pop is : 70 Output after Pop is : 83 Output after Pop is : 99 Output after Pop is : 112 Output after Pop is : 125 Output after Pop is : 138 Output after Pop is : 158 Output after Pop is : 170 Output after Pop is : 198 Output after Pop is : [all …]
|
H A D | 005.phpt | 107 Output after shift is : 124 Output after shift is : 137 Output after shift is : 153 Output after shift is : 166 Output after shift is : 179 Output after shift is : 192 Output after shift is : 212 Output after shift is : 224 Output after shift is : 252 Output after shift is : [all …]
|
H A D | array_push.phpt | 93 Output after push is : 112 Output after push is : 125 Output after push is : 141 Output after push is : 154 Output after push is : 167 Output after push is : 180 Output after push is : 200 Output after push is : 212 Output after push is : 240 Output after push is : [all …]
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | copy_variation18.phpt | 2 Test copy() function: usage variations - stat after copy 10 /* Test copy(): checking stat of file before and after after copy operation */ 16 echo "*** Test copy() function: stat of file before and after copy ***\n"; 40 echo "Comparing the stats of file before and after copy operation => "; 53 *** Test copy() function: stat of file before and after copy *** 55 Comparing the stats of file before and after copy operation => bool(true)
|
H A D | fseek_variation3.phpt | 24 echo "after -4 seek: ".bin2hex(fread($h,1))."\n"; 26 echo "after seek back 1: ".bin2hex(fread($h,1))."\n"; 28 echo "after seek back 20: ".bin2hex(fread($h,1))."\n"; 46 after -4 seek: 48 after seek back 1: 39 50 after seek back 20:
|
H A D | ftruncate_variation6.phpt | 297 File content after truncating file to 15 size : string(15) "line 306 File content after truncating file to 15 size : string(15) "line 315 File content after truncating file to 15 size : string(15) "line 324 File content after truncating file to 15 size : string(15) "line 333 File content after truncating file to 15 size : string(15) "line 342 File content after truncating file to 15 size : string(15) "line 351 File content after truncating file to 15 size : string(15) "line 360 File content after truncating file to 15 size : string(15) "line 369 File content after truncating file to 15 size : string(15) "line 378 File content after truncating file to 15 size : string(15) "line [all …]
|
H A D | ftruncate_variation6-win32.phpt | 297 File content after truncating file to 15 size : string(15) "line 306 File content after truncating file to 15 size : string(15) "line 315 File content after truncating file to 15 size : string(15) "line 324 File content after truncating file to 15 size : string(15) "line 333 File content after truncating file to 15 size : string(15) "line 342 File content after truncating file to 15 size : string(15) "line 351 File content after truncating file to 15 size : string(15) "line 360 File content after truncating file to 15 size : string(15) "line 369 File content after truncating file to 15 size : string(15) "line 378 File content after truncating file to 15 size : string(15) "line [all …]
|
/PHP-5.6/Zend/tests/generators/ |
H A D | yield_in_finally.phpt | 10 echo "after return\n"; 14 echo "after yield\n"; 17 echo "after finally\n"; 29 after yield
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | is_resource_basic.phpt | 50 echo "\nResource type..var_dump after file open returns\n"; 52 echo "Resource type..after file open is_resource() returns"; 60 echo "\nResource type..var_dump after file close returns\n"; 62 echo "Resource type..after file close is_resource() returns"; 85 Resource type..var_dump after file open returns 87 Resource type..after file open is_resource() returns TRUE 89 Resource type..var_dump after file close returns 91 Resource type..after file close is_resource() returns FALSE
|
/PHP-5.6/ext/spl/tests/ |
H A D | spl_heap_isempty.phpt | 12 echo "Checking after insert: "; 15 echo "Checking after extract: "; 20 Checking after insert: bool(false) 21 Checking after extract: bool(true)
|
/PHP-5.6/tests/lang/ |
H A D | foreachLoop.012.phpt | 82 --> State of array after loop: 97 --> State of array after loop: 115 --> State of array after loop: 136 --> State of array after loop: 151 --> State of array after loop: 166 --> State of array after loop: 184 --> State of array after loop: 205 --> State of array after loop: 220 --> State of array after loop: 235 --> State of array after loop: [all …]
|
/PHP-5.6/Zend/tests/ |
H A D | bug38220.phpt | 33 echo "after call $method\n"; 69 after call func1 77 after call close 84 after call func1 92 after call close
|
/PHP-5.6/ext/dom/tests/ |
H A D | DOMNode_normalize_basic.phpt | 43 echo "Number of child nodes of title after adding second title = "; 49 echo "Number of child nodes of title after normalizing author = "; 56 echo "Number of child nodes of title after normalizing title = "; 62 Number of child nodes of title after adding second title = int(2) 63 Number of child nodes of title after normalizing author = int(2) 64 Number of child nodes of title after normalizing title = int(1)
|