Home
last modified time | relevance | path

Searched refs:any (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/PHP-7.4/ext/standard/tests/strings/
H A Dbug39621.phpt8 $replace = "any text";
16 $replace = "any text";
24 $replace = "any text";
32 $replace = "any text";
43 string(8) "any text"
44 string(8) "any text"
/PHP-7.4/ext/intl/collator/
H A Dcollator_is_numeric.c27 int any = 0; in collator_u_strtod() local
39 any = 1; in collator_u_strtod()
46 any = 1; in collator_u_strtod()
51 if ((c == 0x65 /*'e'*/ || c == 0x45 /*'E'*/) && any) { in collator_u_strtod()
70 if (any) { in collator_u_strtod()
126 register int neg = 0, any, cutlim; local
179 for (acc = 0, any = 0;; c = *s++) {
192 any = -1;
194 any = 1;
199 if (any < 0) {
[all …]
/PHP-7.4/ext/intl/tests/
H A Dtransliterator_create_basic.phpt8 $t = Transliterator::create("any-latin");
11 $t = transliterator_create("any-latin");
16 any-latin
17 any-latin
H A Dtransliterator_clone.phpt10 $t = Transliterator::create("hex-any");
18 hex-any: a 万
19 hex-any: a 万
/PHP-7.4/ext/intl/
H A Dintl_error.c249 int any = 0; in intl_parse_error_to_string() local
258 any = 1; in intl_parse_error_to_string()
261 if( any ) in intl_parse_error_to_string()
268 any = 1; in intl_parse_error_to_string()
272 if( any ) in intl_parse_error_to_string()
286 any = 1; in intl_parse_error_to_string()
291 if( any ) in intl_parse_error_to_string()
306 any = 1; in intl_parse_error_to_string()
309 if( !any ) in intl_parse_error_to_string()
/PHP-7.4/ext/soap/tests/
H A Dany.phpt2 SOAP handling of <any>
23 $struct = $x->inputAny->any["SOAPComplexType"];
25 …return array("return" => array("any" => array("SOAPComplexType"=>new SoapVar($struct, SOAP_ENC_OBJ…
53 …"any"=>new SoapVar($struct, SOAP_ENC_OBJECT, "SOAPComplexType", "http://soapinterop.org/xsd", "SOA…
62 ["any"]=>
79 ["any"]=>
/PHP-7.4/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/PHP-7.4/Zend/tests/
H A Derrmsg_015.phpt2 errmsg: __clone() cannot accept any arguments
14 Fatal error: Method test::__clone() cannot accept any arguments in %s on line %d
/PHP-7.4/ext/phar/tests/bug64931/
H A Dbug64931.phpt53 CAUGHT: Cannot create any files in magic ".phar" directory
54 CAUGHT: Cannot create any files in magic ".phar" directory
55 CAUGHT: Cannot create any files in magic ".phar" directory
56 CAUGHT: Cannot create any files in magic ".phar" directory
/PHP-7.4/ext/imap/tests/
H A Dimap_errors_basic.phpt21 echo "List any errors\n";
27 echo "List any errors\n";
36 List any errors
50 List any errors
/PHP-7.4/tests/output/
H A Dflush_basic_001.phpt19 echo "Outside of any user buffers\n";
25 Outside of any user buffers
/PHP-7.4/ext/phar/tests/
H A Dbug65414.phpt32 .phar/injected-1.txt:Cannot create any files in magic ".phar" directory
33 /.phar/injected-2.txt:Cannot create any files in magic ".phar" directory
35 /.phar/:Cannot create any files in magic ".phar" directory
/PHP-7.4/ext/opcache/tests/opt/
H A Dprop_types.phpt61 #3.T1 [any] = FETCH_OBJ_R #1.CV0($test) [object (instanceof Test)] string("protected")
62 SEND_VAL #3.T1 [any] 2
63 #4.T1 [any] = FETCH_OBJ_R #1.CV0($test) [object (instanceof Test)] string("private")
64 SEND_VAL #4.T1 [any] 3
113 #2.T0 [array of [any, ref]] = FETCH_OBJ_R THIS string("private")
114 SEND_VAL #2.T0 [array of [any, ref]] 3
/PHP-7.4/ext/standard/tests/network/
H A Dbug69948.phpt13 Warning: Cookie paths cannot contain any of the following ',; \t\r\n\013\014' in %s on line %d
15 Warning: Cookie domains cannot contain any of the following ',; \t\r\n\013\014' in %s on line %d
/PHP-7.4/ext/standard/tests/ini_info/
H A Dphp_ini_scanned_files.phpt9 // Empty env value disables any config option
13 // Env value without path separator overrides any config option
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_key_variation5.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
12 // Initialise function arguments not being substituted (if any)
H A Darray_diff_ukey_variation7.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
12 // Initialise function arguments not being substituted (if any)
H A Darray_diff_key_variation6.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
12 // Initialise function arguments not being substituted (if any)
H A Darray_diff_key_variation8.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
12 // Initialise function arguments not being substituted (if any)
H A Darray_diff_ukey_variation8.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
12 // Initialise function arguments not being substituted (if any)
H A Darray_diff_key_variation4.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
12 // Initialise function arguments not being substituted (if any)
H A Darray_diff_ukey_variation6.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
12 // Initialise function arguments not being substituted (if any)
H A Darray_diff_ukey_variation9.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
12 // Initialise function arguments not being substituted (if any)
H A Darray_diff_key_variation7.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
12 // Initialise function arguments not being substituted (if any)
/PHP-7.4/ext/standard/tests/ini_info/scandir/
H A D0.ini2 ; any scanned ini output

Completed in 76 milliseconds

12345678910>>...17