Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.3/win32/
H A Dstrtoi64.c13 int neg, any; in _strtoi64() local
43 acc = any = 0; in _strtoi64()
47 *endptr = (char *)(any ? s - 1 : nptr); in _strtoi64()
97 if ( (any < 0) /* already noted an over/under flow - short circuit */ in _strtoi64()
100 any = -1; /* once noted, over/underflows never go away */ in _strtoi64()
106 any = 1; in _strtoi64()
110 if (any < 0) { in _strtoi64()
113 } else if (!any) { in _strtoi64()
118 *endptr = (char *)(any ? s - 1 : nptr); in _strtoi64()
/PHP-5.3/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-5.3/ext/intl/collator/
H A Dcollator_is_numeric.c38 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-5.3/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-5.3/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-5.3/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-5.3/tests/output/
H A Dflush_basic_001.phpt19 echo "Outside of any user buffers\n";
25 Outside of any user buffers
/PHP-5.3/ext/ereg/regex/
H A DCOPYRIGHT2 This software is not subject to any license of the American Telephone
5 Permission is granted to anyone to use this software for any purpose on
6 any computer system, and to alter it and redistribute it, subject
/PHP-5.3/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)
H A Darray_diff_ukey_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_udiff_variation5.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
13 // Initialise function arguments not being substituted (if any)
/PHP-5.3/ext/mysql/tests/
H A Dmysql_thread_id.phpt21 printf("[002] Expecting int/any but zero, got %s/%s. [%d] %s\n",
25 printf("[003] Expecting int/any but zero, got %s/%s. [%d] %s\n",
/PHP-5.3/ext/date/tests/
H A Ddate_default_timezone_get-1.phpt16 …zone setting or the date_default_timezone_set() function. In case you used any of those methods an…
19 …zone setting or the date_default_timezone_set() function. In case you used any of those methods an…
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug30106.phpt12 "any"=>"<test>Hello World!</test><test>Bye World!</test>"));
57 <anyXML> any;
69 ["any"]=>
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_thread_safe.phpt11 printf("[001] Expecting boolean/any, got %s/%s.\n", gettype($tmp), $tmp);
H A Dmysqli_driver.phpt29 printf("[004] Expecting int/any, got %s/%s\n",
37 printf("[005] Expecting int/any, got %s/%s\n",
98 printf("[019] Expecting boolean/any, got %s/%s\n",
107 printf("[020] Expecting boolean/any, got %s/%s\n",
/PHP-5.3/ext/json/
H A DREADME17 value can be any type except a resource.
23 any objects as associative arrays.

Completed in 32 milliseconds

12345678910>>...25