/PHP-8.0/ext/dom/tests/ |
H A D | DOM4_DOMNode_before.phpt | 2 DOMNode::before() 15 $element->before( 16 $dom->createElement('inserted-before', 'content'), 17 'text inserted before' 20 $secondMark->before('text inserted before second'); 25 <inserted-before> 27 </inserted-before> 28 text inserted before 32 text inserted before second
|
H A D | bug79968.phpt | 2 dom: Bug #79968 - Crash when calling before without valid hierachy 11 $cdata->before("string");
|
/PHP-8.0/ext/intl/tests/ |
H A D | calendar_equals_before_after_basic.phpt | 2 IntlCalendar::equals(), ::before() and ::after() basic test 24 var_dump("1 before 2", $intlcal1->before($intlcal2)); 28 var_dump("1 before 3", $intlcal1->before($intlcal3)); 32 var_dump("3 before 2", intlcal_before($intlcal3, $intlcal2)); 42 string(10) "1 before 2" 48 string(10) "1 before 3" 54 string(10) "3 before 2"
|
H A D | calendar_before_after_error.phpt | 2 IntlCalendar::before()/after(): bad arguments 26 var_dump($c->before()); 37 var_dump($c->before(1)); 48 var_dump($c->before($c, 1)); 67 error: 0, IntlCalendar::before() expects exactly 1 argument, 0 given 71 error: 0, IntlCalendar::before(): Argument #1 ($other) must be of type IntlCalendar, int given 75 error: 0, IntlCalendar::before() expects exactly 1 argument, 2 given
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_get_client_stats_off.phpt | 16 $before = mysqli_get_client_stats(); 17 if (!is_array($before) || empty($before)) { 18 printf("[001] Expecting non-empty array, got %s.\n", gettype($before)); 19 var_dump($before); 27 if ($before !== $after) { 29 var_dump($before);
|
H A D | mysqli_get_connection_stats_off.phpt | 23 $before = mysqli_get_connection_stats($link); 24 if (!is_array($before) || empty($before)) { 25 printf("[002] Expecting non-empty array, got %s.\n", gettype($before)); 26 var_dump($before); 36 if ($before !== $after) { 38 var_dump($before);
|
H A D | mysqli_get_client_stats_skipped.phpt | 26 $before = mysqli_get_client_stats(); 27 printf("BEFORE: rows_skipped_normal = %d\n", $before['rows_skipped_normal']); 41 if ($after['rows_skipped_normal'] != $before['rows_skipped_normal'] + 1) 43 … "but before=%d after=%d\n", $before['rows_skipped_normal'], $after['rows_skipped_normal']);
|
/PHP-8.0/ext/pgsql/tests/ |
H A D | 08escape.phpt | 12 $before = "ABC\\ABC\'"; 15 $after = pg_escape_string($before); 21 var_dump($before); 27 $before = "ABC\\ABC"; 29 $after = pg_escape_bytea($before); 35 var_dump($before); 72 $before = "ABC\\ABC\'"; 74 $after = pg_escape_literal($before); 80 var_dump($before); 85 $before = "ABC\\ABC\'"; [all …]
|
/PHP-8.0/ext/mbstring/tests/ |
H A D | bug77454.phpt | 7 $str = "before\0after"; 16 before\0after 17 before\0after 18 before\0after
|
/PHP-8.0/ext/standard/tests/strings/ |
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-8.0/Zend/tests/generators/ |
H A D | yield_in_finally.phpt | 8 echo "before return\n"; 12 echo "before yield\n"; 26 before return 27 before yield
|
H A D | exception_during_shutdown.phpt | 8 echo "before yield\n"; 12 echo "before yield in finally\n"; 24 before yield 25 before yield in finally
|
/PHP-8.0/Zend/tests/generators/finally/ |
H A D | return_return.phpt | 9 echo "before return\n"; 13 echo "before return in inner finally\n"; 31 before return 32 before return in inner finally
|
/PHP-8.0/Zend/tests/ |
H A D | bug76502.phpt | 17 echo "before: ", get_class($example), ".previous == ", 26 before: Exception.previous == Exception 29 before: Error.previous == Error 32 before: Error.previous == Exception 35 before: Exception.previous == Error
|
H A D | bug38220.phpt | 30 echo "before call $method\n"; 63 before call func1 71 before call close 78 before call func1 86 before call close
|
/PHP-8.0/Zend/tests/type_declarations/ |
H A D | typed_properties_080.phpt | 2 Access to typed static properties before initialization 34 Typed static property Test::$a must not be accessed before initialization 35 Typed static property Test::$b must not be accessed before initialization 36 Typed static property Test::$c must not be accessed before initialization
|
/PHP-8.0/Zend/tests/generators/errors/ |
H A D | yield_in_force_closed_finally_error.phpt | 8 echo "before yield\n"; 12 echo "before yield in finally\n"; 26 before yield 27 before yield in finally
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | copy_variation18.phpt | 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 | copy_variation11.phpt | 18 echo "Size of source before copy operation => "; 19 var_dump( filesize($file) ); //size of source before copy 21 echo "Size of destination before copy operation => "; 22 var_dump( filesize($dir) ); //size of destination before copy 49 Size of source before copy operation => int(300) 50 Size of destination before copy operation => int(%d)
|
/PHP-8.0/tests/lang/ |
H A D | foreachLoop.012.phpt | 74 --> State of array before loop: 86 --> State of array before loop: 101 --> State of array before loop: 119 --> State of array before loop: 143 --> State of array before loop: 155 --> State of array before loop: 170 --> State of array before loop: 188 --> State of array before loop: 212 --> State of array before loop: 224 --> State of array before loop: [all …]
|
H A D | foreachLoop.014.phpt | 76 --> State of referenced array before loop: 88 --> State of referenced array before loop: 103 --> State of referenced array before loop: 121 --> State of referenced array before loop: 145 --> State of referenced array before loop: 157 --> State of referenced array before loop: 172 --> State of referenced array before loop: 190 --> State of referenced array before loop: 214 --> State of referenced array before loop: 226 --> State of referenced array before loop: [all …]
|
H A D | foreachLoop.013.phpt | 74 --> State of array before loop: 86 --> State of array before loop: 102 --> State of array before loop: 121 --> State of array before loop: 147 --> State of array before loop: 159 --> State of array before loop: 174 --> State of array before loop: 192 --> State of array before loop: 216 --> State of array before loop: 228 --> State of array before loop: [all …]
|
H A D | foreachLoop.015.phpt | 76 --> State of referenced array before loop: 88 --> State of referenced array before loop: 104 --> State of referenced array before loop: 123 --> State of referenced array before loop: 149 --> State of referenced array before loop: 161 --> State of referenced array before loop: 176 --> State of referenced array before loop: 194 --> State of referenced array before loop: 218 --> State of referenced array before loop: 230 --> State of referenced array before loop: [all …]
|
H A D | foreachLoopObjects.005.phpt | 2 Foreach loop tests - removing properties before and after the current property during the loop. 14 echo "\nRemoving properties before the current element from an iterated object.\n"; 29 echo "\nRemoving properties before the current element from an iterated object.\n"; 46 Removing properties before the current element from an iterated object. 62 Removing properties before the current element from an iterated object.
|
/PHP-8.0/ext/spl/tests/ |
H A D | arrayObject_clone_basic2.phpt | 9 $c->p1 = 'new prop added to c before clone'; 21 string(32) "new prop added to c before clone" 31 string(32) "new prop added to c before clone" 42 string(32) "new prop added to c before clone"
|