/PHP-7.0/ext/standard/tests/strings/ |
H A D | bug39621.phpt | 8 $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.0/ext/intl/collator/ |
H A D | collator_is_numeric.c | 38 int any = 0; in collator_u_strtod() local 51 any = 1; in collator_u_strtod() 58 any = 1; in collator_u_strtod() 63 if ((c == 0x65 /*'e'*/ || c == 0x45 /*'E'*/) && any) { in collator_u_strtod() 82 if (any) { in collator_u_strtod() 137 register int neg = 0, any, cutlim; local 190 for (acc = 0, any = 0;; c = *s++) { 203 any = -1; 205 any = 1; 210 if (any < 0) { [all …]
|
/PHP-7.0/ext/intl/tests/ |
H A D | transliterator_create_basic.phpt | 8 $t = Transliterator::create("any-latin"); 11 $t = transliterator_create("any-latin"); 17 any-latin 18 any-latin
|
H A D | transliterator_clone.phpt | 10 $t = Transliterator::create("hex-any"); 19 hex-any: a 万 20 hex-any: a 万
|
/PHP-7.0/ext/intl/ |
H A D | intl_error.c | 249 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.0/ext/soap/tests/ |
H A D | any.phpt | 2 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.0/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 31 "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.0/Zend/tests/ |
H A D | errmsg_015.phpt | 2 errmsg: __clone() cannot accept any arguments 14 Fatal error: Method test::__clone() cannot accept any arguments in %s on line %d
|
/PHP-7.0/ext/imap/tests/ |
H A D | imap_errors_basic.phpt | 21 echo "List any errors\n"; 27 echo "List any errors\n"; 36 List any errors 50 List any errors
|
/PHP-7.0/ext/phar/tests/bug64931/ |
H A D | bug64931.phpt | 53 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.0/tests/output/ |
H A D | flush_basic_001.phpt | 19 echo "Outside of any user buffers\n"; 25 Outside of any user buffers
|
/PHP-7.0/ext/standard/tests/array/ |
H A D | array_diff_key_variation5.phpt | 6 …* 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 D | array_diff_ukey_variation7.phpt | 6 …* 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 D | array_diff_key_variation6.phpt | 6 …* 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 D | array_diff_key_variation8.phpt | 6 …* 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 D | array_diff_ukey_variation8.phpt | 6 …* 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 D | array_diff_key_variation4.phpt | 6 …* 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 D | array_diff_ukey_variation6.phpt | 6 …* 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 D | array_diff_ukey_variation9.phpt | 6 …* 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 D | array_diff_key_variation7.phpt | 6 …* 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 D | array_diff_ukey_variation5.phpt | 6 …* 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.0/ext/soap/tests/bugs/ |
H A D | bug30106.phpt | 12 "any"=>"<test>Hello World!</test><test>Bye World!</test>")); 57 <anyXML> any; 69 ["any"]=>
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_thread_safe.phpt | 11 printf("[001] Expecting boolean/any, got %s/%s.\n", gettype($tmp), $tmp);
|
/PHP-7.0/Zend/tests/generators/ |
H A D | unused_return_value.phpt | 2 There shouldn't be any leaks when the genertor's return value isn't used
|
/PHP-7.0/ext/reflection/tests/ |
H A D | ReflectionFunction_isDeprecated_basic.phpt | 8 // We currently don't have any deprecated functions :/
|