Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 249) sorted by relevance

12345678910

/PHP-7.1/ext/intl/tests/
H A Dcalendar_equals_before_after_basic.phpt2 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));
43 string(10) "1 before 2"
49 string(10) "1 before 3"
55 string(10) "3 before 2"
H A Dcalendar_before_after_error.phpt2 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: 2, IntlCalendar::before() expects exactly 1 parameter, 0 given
68 error: 2, IntlCalendar::before(): intlcal_before/after: bad arguments
72 error: 0, Argument 1 passed to IntlCalendar::before() must be an instance of IntlCalendar, integer …
77 error: 2, IntlCalendar::before() expects exactly 1 parameter, 2 given
78 error: 2, IntlCalendar::before(): intlcal_before/after: bad arguments
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_get_client_stats_off.phpt17 $before = mysqli_get_client_stats();
18 if (!is_array($before) || empty($before)) {
19 printf("[001] Expecting non-empty array, got %s.\n", gettype($before));
20 var_dump($before);
28 if ($before !== $after) {
30 var_dump($before);
H A Dmysqli_get_connection_stats_off.phpt24 $before = mysqli_get_connection_stats($link);
25 if (!is_array($before) || empty($before)) {
26 printf("[002] Expecting non-empty array, got %s.\n", gettype($before));
27 var_dump($before);
37 if ($before !== $after) {
39 var_dump($before);
H A Dmysqli_get_client_stats_skipped.phpt27 $before = mysqli_get_client_stats();
28 printf("BEFORE: rows_skipped_normal = %d\n", $before['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-7.1/ext/pgsql/tests/
H A D08escape.phpt12 $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-7.1/ext/standard/tests/strings/
H A Dbug21453.phpt7 <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-7.1/Zend/tests/generators/
H A Dyield_in_finally.phpt8 echo "before return\n";
12 echo "before yield\n";
26 before return
27 before yield
/PHP-7.1/Zend/tests/generators/finally/
H A Dreturn_return.phpt9 echo "before return\n";
13 echo "before return in inner finally\n";
31 before return
32 before return in inner finally
/PHP-7.1/Zend/tests/
H A Dbug76502.phpt17 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 Dbug38220.phpt30 echo "before call $method\n";
63 before call func1
71 before call close
78 before call func1
86 before call close
/PHP-7.1/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt8 echo "before yield\n";
12 echo "before yield in finally\n";
26 before yield
27 before yield in finally
/PHP-7.1/tests/lang/
H A DforeachLoop.012.phpt74 --> 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 DforeachLoop.014.phpt76 --> 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 DforeachLoop.015.phpt76 --> 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 DforeachLoop.013.phpt74 --> 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 DforeachLoopObjects.005.phpt2 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-7.1/ext/standard/tests/file/
H A Dcopy_variation18.phpt10 /* 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 => ";
51 *** Test copy() function: stat of file before and after copy ***
53 Comparing the stats of file before and after copy operation => bool(true)
H A Dcopy_variation11.phpt23 echo "Size of source before copy operation => ";
24 var_dump( filesize($file) ); //size of source before copy
26 echo "Size of destination before copy operation => ";
27 var_dump( filesize($dir) ); //size of destination before copy
54 Size of source before copy operation => int(300)
55 Size of destination before copy operation => int(%d)
/PHP-7.1/tests/basic/
H A Dtimeout_variation_6.phpt2 Timeout within function trowing exception before timeout reached
17 throw new Exception("exception before timeout");
25 Fatal error: Uncaught Exception: exception before timeout in %s:%d
/PHP-7.1/ext/spl/tests/
H A DarrayObject_clone_basic2.phpt9 $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"
H A DarrayObject_clone_basic3.phpt14 $wrappedObject->dynamic1 = 'new prop added to $wrappedObject before clone';
29 string(45) "new prop added to $wrappedObject before clone"
43 string(45) "new prop added to $wrappedObject before clone"
60 string(45) "new prop added to $wrappedObject before clone"
76 string(45) "new prop added to $wrappedObject before clone"
/PHP-7.1/ext/standard/tests/array/
H A Dshuffle_basic1.phpt14 * before and after shuffle() function is applied on it
27 // printing the input array with integers before the shuffle operation
28 echo "\n-- input array of integers before shuffle() function is applied --\n";
40 // printing the input array with strings before the shuffle operation
41 echo "\n-- input array of strings before shuffle() function is applied --\n";
56 -- input array of integers before shuffle() function is applied --
103 -- input array of strings before shuffle() function is applied --
/PHP-7.1/ext/oci8/tests/
H A Ddefine6.phpt61 echo "Test 3 - define before cursor execute\n";
74 echo "Test 4 - define before top level execute\n";
87 echo "Test 5 - define before bind\n";
129 Test 3 - define before cursor execute
131 Test 4 - define before top level execute
133 Test 5 - define before bind
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug31402.phpt29 $before = new TestY();
30 $ser = serialize($before);
33 var_dump($before, $after);

Completed in 37 milliseconds

12345678910