Home
last modified time | relevance | path

Searched refs:following (Results 1 – 25 of 204) sorted by relevance

123456789

/php-src/ext/standard/tests/math/
H A Dpow_basic2.phpt10 echo "\n-- The following all result in INF --\n";
15 echo "\n\n-- The following all result in 0 --\n";
21 echo "\n\n-- The following all result in -0 --\n";
24 echo "\n\n-- The following all result in -INF --\n";
30 -- The following all result in INF --
36 -- The following all result in 0 --
43 -- The following all result in -0 --
47 -- The following all result in -INF --
/php-src/ext/intl/tests/
H A Dbreakiter_following_basic.phpt2 IntlBreakIterator::following(): basic test
13 var_dump($bi->following(5));
14 var_dump($bi->following(50));
15 var_dump($bi->following(-1));
/php-src/ext/date/tests/
H A Dstrtotime_basic.phpt12 * This is parsed as the "first following Monday OR the current day if it is a Monday"
16 * This is parsed as the "second following Monday OR the first following
21 * This is parsed as the "third following Monday OR the second following
26 * This is parsed as the "first following Monday after the first Monday in December"
30 * This is parsed as the "second following Monday after the first Monday in December"
34 * This is parsed as the "third following Monday after the first Monday in December"
H A DDateTime_compare_basic1.phpt27 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";
55 -- All the following tests should compare equal --
64 -- The following test should still compare equal --
67 -- All the following tests should now compare NOT equal --
72 -- All the following tests should again compare equal --
H A Dbug28088.phpt7 echo "The following line rightly shows the correct date time:\n";
10 echo "But the following line fails to show the correct date time:\n";
14 The following line rightly shows the correct date time:
16 But the following line fails to show the correct date time:
H A Dcheckdate_basic1.phpt10 echo "-- The following are all valid dates --\n";
20 echo "-- The following are all invalid dates --\n";
31 -- The following are all valid dates --
40 -- The following are all invalid dates --
/php-src/tests/lang/
H A Dcompare_objects_basic1.phpt33 echo "\n-- The following compare should return TRUE --\n";
36 echo "\n-- All the following compares should return FALSE --\n";
48 -- The following compare should return TRUE --
51 -- All the following compares should return FALSE --
/php-src/Zend/
H A DLICENSE7 modification, is permitted provided that the following conditions
11 notice, this list of conditions and the following disclaimer.
14 copyright notice, this list of conditions and the following
34 5. Redistributions of any form whatsoever must retain the following
40 software must display the following acknowledgment:
/php-src/ext/mysqli/tests/
H A Dbug36802.phpt16 /* following operations should not work */
33 /* following operations should work */
/php-src/sapi/fpm/
H A DLICENSE5 modification, are permitted provided that the following conditions
8 notice, this list of conditions and the following disclaimer.
10 notice, this list of conditions and the following disclaimer in the
/php-src/ext/standard/libavifinfo/
H A DLICENSE4 modification, are permitted provided that the following conditions
8 notice, this list of conditions and the following disclaimer.
11 notice, this list of conditions and the following disclaimer in
/php-src/ext/pdo_mysql/tests/
H A DREADME.md3 You must set the following environment variables to run the tests:
38 database, plus the following additional permissions:
/php-src/tests/output/
H A Dob_start_basic_unerasable_002.phpt13 echo "All of the following calls will fail to clean/remove the topmost buffer:\n";
22 [callback:1]All of the following calls will fail to clean/remove the topmost buffer:
/php-src/
H A DREADME.REDIST.BINS86 this list of conditions and the following disclaimer.
129 modification, are permitted provided that the following conditions
132 notice, this list of conditions and the following disclaimer.
168 general public under the following terms:
230 notice, this list of conditions and the following disclaimer.
312 freely, subject to the following restrictions:
335 notice, this list of conditions and the following disclaimer.
340 must display the following acknowledgement:
388 notice, this list of conditions and the following disclaimer.
396 software must display the following acknowledgment:
[all …]
H A DLICENSE7 modification, is permitted provided that the following conditions
11 notice, this list of conditions and the following disclaimer.
14 notice, this list of conditions and the following disclaimer in
39 6. Redistributions of any form whatsoever must retain the following
/php-src/ext/session/tests/
H A Dsession_name_variation1.phpt48 Warning: session_start(): session.name cannot contain any of the following '=,;.[ \t\r\n\013\014' i…
57 Warning: session_start(): session.name cannot contain any of the following '=,;.[ \t\r\n\013\014' i…
/php-src/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt26 /* Without enabling SKIP_PASV_IP flag, the following output will be seen..
32 /* After enabling SKIP_PASV_IP flag, the following output will be seen..
/php-src/Zend/tests/generators/
H A Dgenerator_returns_generator.phpt7 // execution is suspended here, so the following never gets run:
/php-src/pear/
H A Dinstall-pear.txt2 | The installation process is not complete. The following resources |
/php-src/TSRM/
H A DLICENSE5 modification, are permitted provided that the following conditions are
9 this list of conditions and the following disclaimer.
/php-src/ext/opcache/tests/opt/
H A Dgh10008.phpt15 … // The following line triggers narrowing during type inference of ZEND_ADD_ARRAY_ELEMENT.
/php-src/Zend/asm/
H A DLICENSE8 do so, all subject to the following:
11 the above license grant, this restriction and the following disclaimer,
/php-src/ext/standard/tests/general_functions/
H A Dbug78569.phpt9 // We are searching for the following line:
/php-src/ext/pdo_firebird/tests/
H A Dtestdb.inc3 // Test defaults, assumes the following:
/php-src/Zend/tests/try/
H A Dtry_finally_024.phpt2 Exception in finally inside finally following try/catch containing throwing try/finally

Completed in 32 milliseconds

123456789