Home
last modified time | relevance | path

Searched refs:ALL (Results 1 – 25 of 41) sorted by relevance

12

/PHP-8.3/ext/imap/tests/
H A Dimap_clearflag_full_uid.phpt30 echo 'ALL: ';
31 var_dump(imap_search($imap_mail_box, 'ALL'));
32 echo 'ALL (with UID correspondance): ';
33 var_dump(imap_search($imap_mail_box, 'ALL', SE_UID));
53 ALL: array(6) {
67 ALL (with UID correspondance): array(6) {
H A Dimap_setflag_full_uid.phpt31 echo 'ALL: ';
32 var_dump(imap_search($imap_mail_box, 'ALL'));
33 echo 'ALL (with UID correspondance): ';
34 var_dump(imap_search($imap_mail_box, 'ALL', SE_UID));
57 ALL: array(6) {
71 ALL (with UID correspondance): array(6) {
H A Dimap_setflag_full_basic.phpt25 echo 'ALL: ';
26 var_dump(imap_search($imap_mail_box, 'ALL'));
45 ALL: array(10) {
H A Dimap_search_basic.phpt16 var_dump(imap_search($imap_mail_box, 'ALL', SE_UID));
H A Dimap_undelete_uid.phpt20 var_dump(imap_search($imap_mail_box, 'ALL', SE_UID));
H A Dimap_delete_uid.phpt23 var_dump(imap_search($imap_mail_box, 'ALL', SE_UID));
H A Dbug80438.phpt17 $message_number_array = imap_search($mail_box, 'ALL', SE_UID);
/PHP-8.3/ext/mysqli/tests/
H A Dgh9841.phpt20 UNION ALL
26 UNION ALL
33 UNION ALL
44 UNION ALL
53 UNION ALL
64 UNION ALL
H A Dmysqli_pconn_max_links.phpt24 mysqli_query($link, 'REVOKE ALL PRIVILEGES, GRANT OPTION FROM pcontest');
25 mysqli_query($link, 'REVOKE ALL PRIVILEGES, GRANT OPTION FROM pcontest@localhost');
33 mysqli_query($link, 'REVOKE ALL PRIVILEGES, GRANT OPTION FROM pcontest');
34 mysqli_query($link, 'REVOKE ALL PRIVILEGES, GRANT OPTION FROM pcontest@localhost');
189 mysqli_query($link, 'REVOKE ALL PRIVILEGES, GRANT OPTION FROM pcontest');
203 mysqli_query($link, 'REVOKE ALL PRIVILEGES, GRANT OPTION FROM pcontest');
204 mysqli_query($link, 'REVOKE ALL PRIVILEGES, GRANT OPTION FROM pcontest@localhost');
/PHP-8.3/Zend/tests/type_declarations/variance/internal_parent/
H A Dmissing_return_type.phpt7 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod…
13 …imeZone::ALL, ?string $countryCode = null) should either be compatible with DateTimeZone::listIden…
H A Dincompatible_return_type.phpt7 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod…
16 …one::ALL, ?string $countryCode = null): string should either be compatible with DateTimeZone::list…
H A Dcompatible_return_type.phpt7 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod…
/PHP-8.3/ext/reflection/tests/
H A DReflectionMethod_tentative_return_type.phpt9 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod…
37 Parameter #0 [ <optional> int $timezoneGroup = DateTimeZone::ALL ]
52 Parameter #0 [ <optional> int $timezoneGroup = DateTimeZone::ALL ]
/PHP-8.3/ext/date/tests/
H A Dbug75928.phpt6 var_dump(is_array(DateTimeZone::listIdentifiers(\DateTimeZone::ALL, null)));
/PHP-8.3/Zend/tests/parameter_default_values/
H A Dinternal_declaration_error_class_const.phpt13 …ible with DateTimeZone::listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCo…
/PHP-8.3/sapi/cli/tests/
H A D006.phpt34 Entry [ pcre.backtrack_limit <ALL> ]
37 Entry [ pcre.recursion_limit <ALL> ]
40 Entry [ pcre.jit <ALL> ]
/PHP-8.3/ext/reflection/tests/internal_parameter_default_value/
H A DReflectionParameter_toString_Internal.phpt27 Parameter #0 [ <optional> int $timezoneGroup = DateTimeZone::ALL ]
H A DReflectionParameter_getDefaultValueConstantName_Internal.phpt52 string(17) "DateTimeZone::ALL"
/PHP-8.3/ext/mbstring/tests/
H A Dbug49536.phpt17 // This input string is invalid in ALL the candidate encodings:
H A Dhtmlent.phpt26 // Using UTF-8 internally allows to encode/decode ALL characters.
/PHP-8.3/ext/pgsql/tests/
H A Dbug37100.phpt29 $sql = "BEGIN; DECLARE mycursor BINARY CURSOR FOR SELECT binfield FROM test_bug; FETCH ALL IN mycur…
H A Dbug37100_9.phpt28 $sql = "BEGIN; DECLARE mycursor BINARY CURSOR FOR SELECT binfield FROM test_bug; FETCH ALL IN mycur…
/PHP-8.3/ext/date/
H A Dphp_date.stub.php239 function timezone_identifiers_list(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = n…
598 public const ALL = UNKNOWN; define in DateTimeZone
650 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod…
/PHP-8.3/.github/workflows/
H A Dpush.yml305 … mysql -uroot -proot -e "GRANT ALL PRIVILEGES ON *.* TO 'wordpress'@'localhost' WITH GRANT OPTION;"
/PHP-8.3/
H A DREADME.REDIST.BINS367 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
368 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

Completed in 47 milliseconds

12