/PHP-8.2/ext/standard/tests/serialize/ |
H A D | serialization_miscTypes_001.phpt | 86 echo "after serialization => "; 90 echo "after unserialization => "; 142 after unserialization => int(342391) 150 after unserialization => array(0) { 155 after unserialization => array(5) { 170 after unserialization => array(16) { 217 after unserialization => array(7) { 240 after unserialization => NULL 244 after unserialization => NULL 332 after unserialization => NULL [all …]
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | str_repeat.phpt | 42 -- after repeating 0 times is => 43 -- after repeating 1 times is => a 44 -- after repeating 2 times is => aa 48 -- after repeating 0 times is => 54 -- after repeating 0 times is => 60 -- after repeating 0 times is => 66 -- after repeating 0 times is => 72 -- after repeating 0 times is => 78 -- after repeating 0 times is => 84 -- after repeating 0 times is => [all …]
|
H A D | stripslashes_variation2.phpt | 106 string(31) "The string after addslashes is:" 112 string(31) "The string after addslashes is:" 118 string(31) "The string after addslashes is:" 124 string(31) "The string after addslashes is:" 130 string(31) "The string after addslashes is:" 136 string(31) "The string after addslashes is:" 142 string(31) "The string after addslashes is:" 148 string(31) "The string after addslashes is:" 154 string(31) "The string after addslashes is:" 160 string(31) "The string after addslashes is:" [all …]
|
H A D | stripslashes_basic.phpt | 22 var_dump("The string after addslashes is:", $str_addslashes); 33 string(31) "The string after addslashes is:" 35 string(33) "The string after stripslashes is:" 37 string(31) "The string after addslashes is:" 39 string(33) "The string after stripslashes is:" 41 string(31) "The string after addslashes is:" 43 string(33) "The string after stripslashes is:" 45 string(31) "The string after addslashes is:" 47 string(33) "The string after stripslashes is:" 49 string(31) "The string after addslashes 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
|
H A D | str_replace_variation2.phpt | 67 -- String after replacing the search value is => -- 74 -- String after replacing the search value is => -- 81 -- String after replacing the search value is => -- 88 -- String after replacing the search value is => -- 95 -- String after replacing the search value is => -- 102 -- String after replacing the search value is => -- 109 -- String after replacing the search value is => -- 116 -- String after replacing the search value is => -- 123 -- String after replacing the search value is => -- 130 -- String after replacing the search value is => -- [all …]
|
/PHP-8.2/ext/dom/tests/ |
H A D | DOM4_DOMNode_after.phpt | 2 DOMNode::after() 15 $element->after( 16 'text inserted after', 17 $dom->createElement('inserted-after', 'content') 20 $secondMark->after('text inserted after second'); 28 text inserted after 29 <inserted-after> 31 </inserted-after> 35 text inserted after second
|
H A D | bug80602_2.phpt | 2 Bug #80602 (Segfault when using DOMChildNode::after()) 12 $target->after($target); 18 $target->after($target); 64 $target->after('bar','baz'); 70 $target->after('bar','baz'); 77 $target->after($target, 'bar','baz'); 83 $target->after('bar', $target, 'baz'); 89 $target->after('bar', 'baz', $target); 97 $target->after($target, 'bar','baz'); 103 $target->after('bar', $target, 'baz'); [all …]
|
/PHP-8.2/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 …]
|
H A D | bug79580.phpt | 20 Testing for 31 2020: A 'day of year' can only come after a year has been found 21 Testing for 60 2020: A 'day of year' can only come after a year has been found 22 Testing for 91 2020: A 'day of year' can only come after a year has been found 23 Testing for 121 2020: A 'day of year' can only come after a year has been found 24 Testing for 130 2020: A 'day of year' can only come after a year has been found
|
/PHP-8.2/ext/intl/tests/ |
H A D | calendar_equals_before_after_basic.phpt | 2 IntlCalendar::equals(), ::before() and ::after() basic test 23 var_dump("1 after 2", $intlcal1->after($intlcal2)); 27 var_dump("1 after 3", $intlcal1->after($intlcal3)); 31 var_dump("3 after 2", intlcal_after($intlcal3, $intlcal2)); 42 string(9) "1 after 2" 48 string(9) "1 after 3" 54 string(9) "3 after 2"
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | bug77454.phpt | 2 Bug #77454: mb_scrub() silently truncates after a null byte 7 $str = "before\0after"; 16 before\0after 17 before\0after 18 before\0after
|
/PHP-8.2/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 …]
|
/PHP-8.2/ext/pgsql/tests/ |
H A D | 08escape.phpt | 17 $after = pg_escape_string($before); 18 if ($expect === $after || $expect2 === $after) { 24 var_dump($after); 31 $after = pg_escape_bytea($before); 32 if ($expect === $after) { 38 var_dump($after); 76 $after = pg_escape_literal($db, $before); 77 if ($expect === $after) { 83 var_dump($after); 90 if ($expect === $after) { [all …]
|
/PHP-8.2/ext/opcache/tests/opt/ |
H A D | verify_return_type.phpt | 64 ; (after optimizer) 70 ; (after optimizer) 80 ; (after optimizer) 90 ; (after optimizer) 97 ; (after optimizer) 105 ; (after optimizer) 111 ; (after optimizer) 119 ; (after optimizer) 126 ; (after optimizer) 137 ; (after optimizer) [all …]
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | copy_variation18.phpt | 2 Test copy() function: usage variations - stat after copy 5 /* Test copy(): checking stat of file before and after after copy operation */ 11 echo "*** Test copy() function: stat of file before and after copy ***\n"; 35 echo "Comparing the stats of file before and after copy operation => "; 46 *** Test copy() function: stat of file before and after copy *** 48 Comparing the stats of file before and after copy operation => bool(true)
|
H A D | fseek_variation3.phpt | 18 echo "after -4 seek: ".bin2hex(fread($h,1))."\n"; 20 echo "after seek back 1: ".bin2hex(fread($h,1))."\n"; 22 echo "after seek back 20: ".bin2hex(fread($h,1))."\n"; 40 after -4 seek: 42 after seek back 1: 39 44 after seek back 20:
|
/PHP-8.2/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-8.2/ext/standard/tests/general_functions/ |
H A D | is_resource_basic.phpt | 45 echo "\nResource type..var_dump after file open returns\n"; 47 echo "Resource type..after file open is_resource() returns"; 55 echo "\nResource type..var_dump after file close returns\n"; 57 echo "Resource type..after file close is_resource() returns"; 79 Resource type..var_dump after file open returns 81 Resource type..after file open is_resource() returns TRUE 83 Resource type..var_dump after file close returns 85 Resource type..after file close is_resource() returns FALSE
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | array_pop.phpt | 50 Output after Pop is : 75 Output after Pop is : 92 Output after Pop is : 115 Output after Pop is : 132 Output after Pop is : 149 Output after Pop is : 166 Output after Pop is : 197 Output after Pop is : 212 Output after Pop is : 244 Output after Pop is : [all …]
|
H A D | 005.phpt | 77 Output after shift is : 102 Output after shift is : 119 Output after shift is : 142 Output after shift is : 159 Output after shift is : 176 Output after shift is : 193 Output after shift is : 224 Output after shift is : 239 Output after shift is : 271 Output after shift is : [all …]
|
/PHP-8.2/Zend/tests/fibers/ |
H A D | get-return-after-bailout.phpt | 2 Fiber::getReturn() after bailout 25 …ory size of %d bytes exhausted%s(tried to allocate %d bytes) %sget-return-after-bailout.php on lin… 27 …ot get fiber return value: The fiber exited with a fatal error in %sget-return-after-bailout.php:%d 29 #0 %sget-return-after-bailout.php(%d): Fiber->getReturn() 32 thrown in %sget-return-after-bailout.php on line %d
|
H A D | get-return-after-throwing.phpt | 2 Fiber::getReturn() after a fiber throws 20 …: Cannot get fiber return value: The fiber threw an exception in %sget-return-after-throwing.php:%d 22 #0 %sget-return-after-throwing.php(%d): Fiber->getReturn() 24 thrown in %sget-return-after-throwing.php on line %d
|
H A D | suspend-in-force-close-fiber-after-shutdown.phpt | 2 Suspend in force-closed fiber after shutdown 22 …ror: Cannot suspend in a force-closed fiber in %ssuspend-in-force-close-fiber-after-shutdown.php:%d 24 #0 %ssuspend-in-force-close-fiber-after-shutdown.php(%d): Fiber::suspend() 27 thrown in %ssuspend-in-force-close-fiber-after-shutdown.php on line %d
|
/PHP-8.2/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)
|