Home
last modified time | relevance | path

Searched refs:type (Results 51 – 75 of 1876) sorted by relevance

12345678910>>...76

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug30045.phpt13 function foo($type, $num) {
14 return new SoapVar($num, $type);
42 function test($type, $num) {
46 $ret = $soap->foo($type, new SoapVar($num, $type));
143 <param1 xsi:type="xsd:long">2147483647</param1>
146 <param1 xsi:type="xsd:long">2147483648</param1>
149 <param1 xsi:type="xsd:long">4294967296</param1>
152 <param1 xsi:type="xsd:long">8589934592</param1>
155 <param1 xsi:type="xsd:long">17179869184</param1>
160 <param1 xsi:type="xsd:unsignedLong">2147483647</param1>
[all …]
/PHP-5.5/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_003s.phpt28type="ns2:ArrayOfString2D"><item SOAP-ENC:arrayType="xsd:string[3]" xsi:type="SOAP-ENC:Array"><ite…
30type="ns2:ArrayOfString2D"><item xsi:type="xsd:string">row0col0</item><item xsi:type="xsd:string">…
/PHP-5.5/ext/standard/tests/strings/
H A Dprintf.phpt50 /* Float type variations */
69 /* Integer type variations */
88 /* Binary type variations */
101 /* Chararter type variations */
134 /* Octal type variations */
156 /* String type variations */
173 /* variations of %g type */
241 *** Output for float type ***
475 *** Output for char type ***
541 *** Output for octal type ***
[all …]
H A Dprintf_64bit.phpt50 /* Float type variations */
69 /* Integer type variations */
88 /* Binary type variations */
101 /* Chararter type variations */
134 /* Octal type variations */
156 /* String type variations */
173 /* variations of %g type */
241 *** Output for float type ***
475 *** Output for char type ***
541 *** Output for octal type ***
[all …]
/PHP-5.5/ext/standard/tests/url/
H A Dget_headers_error_002.phpt2 Test get_headers() function: wrong type for argument format
17 // Format argument as type String
18 echo "\n-- Testing get_headers() function with format argument as type string --\n";
21 // Format argument as type Array
22 echo "\n-- Testing get_headers() function with format argument as type array --\n";
25 // Format argument as type Object
31 echo "\n-- Testing get_headers() function with format argument as type object --\n";
40 -- Testing get_headers() function with format argument as type string --
45 -- Testing get_headers() function with format argument as type array --
50 -- Testing get_headers() function with format argument as type object --
/PHP-5.5/ext/oci8/tests/
H A Dlob_028.phpt53 resource(%d) of type (oci8 descriptor)
57 resource(%d) of type (oci8 descriptor)
61 resource(%d) of type (oci8 descriptor)
65 resource(%d) of type (oci8 descriptor)
69 resource(%d) of type (oci8 descriptor)
73 resource(%d) of type (oci8 descriptor)
76 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
79 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
82 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
85 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
H A Dpersistent.phpt20 resource(%d) of type (oci8 persistent connection)
21 resource(%d) of type (oci8 persistent connection)
22 resource(%d) of type (oci8 persistent connection)
23 resource(%d) of type (oci8 connection)
24 resource(%d) of type (oci8 connection)
25 resource(%d) of type (oci8 connection)
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainer.php25 * @param string $type
28 public static function getInstance ($optionalSections, $type = 'function') { argument
30 if($type == 'function') {
33 if($type =='method') {
H A DgtBasicTestCase.php15 * @param string $type
18 public static function getInstance($optionalSections, $type = 'function') { argument
19 if($type == 'function') {
22 if($type =='method') {
/PHP-5.5/ext/tidy/tests/
H A D012.phpt43 ["type"]=>
64 ["type"]=>
88 ["type"]=>
111 ["type"]=>
136 ["type"]=>
261 ["type"]=>
302 ["type"]=>
320 ["type"]=>
402 ["type"]=>
420 ["type"]=>
[all …]
/PHP-5.5/ext/intl/doc/
H A Dformatter_api.php180 …* @param [integer] $type Type of the formatting - one of TYPE constants. If not specified, …
183 public function format($number, $type = 0) {} argument
189 * @param [integer] $type Type of the formatting - one of TYPE constants.
196 public function parse($string, $type, &$position) {} argument
305 * @param [integer] $type One of ULocDataLocaleType values
308 public function getLocale($type = 0) {} argument
353 function numfmt_format($formatter, $number, $type = null) {} argument
362 * @param [integer] $type Type of the formatting - one of TYPE constants.
366 function numfmt_parse($formatter, $string, $type, &$position) {} argument
481 * @param [integer] $type One of ULocDataLocaleType values
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_search_variation4.phpt12 echo "*** Testing resource type with array_search() ***\n";
13 //file type resource
16 //directory type resource
22 // search for resouce type in the resource array
24 //checking for (int) type resource
29 //matching "Good" in array(0,"hello"), result:true in loose type check
34 //matching integer 0 in array("this"), result:true in loose type check
39 //matching string "this" in array(0), result:true in loose type check
44 //checking for type FALSE in multidimensional array with loose checking, result:false in loose type
52 //matching string having integer in beginning, result:true in loose type check
[all …]
H A Darray_keys_variation_005.phpt6 echo "\n*** Testing array_keys() with resource type ***\n";
13 var_dump(array_keys($arr_resource, $resource1)); // loose type checking
14 var_dump(array_keys($arr_resource, $resource1, TRUE)); // strict type checking
15 var_dump(array_keys($arr_resource, $resource2)); // loose type checking
16 var_dump(array_keys($arr_resource, $resource2, TRUE)); // strict type checking
24 *** Testing array_keys() with resource type ***
H A Din_array_variation4.phpt15 echo "*** Testing resource type with in_array() ***\n";
16 //file type resource
19 //directory type resource
25 // search for resouce type in the resource array
27 //checking for (int) type resource
32 //matching "Good" in array(0,"hello"), result:true in loose type check
37 //matching integer 0 in array("this"), result:true in loose type check
42 //matching string "this" in array(0), result:true in loose type check
47 //checking for type FALSE in multidimensional array with loose checking, result:false in loose type
55 //matching string having integer in beginning, result:true in loose type check
[all …]
/PHP-5.5/ext/ereg/regex/
H A Dregex.h12 #define API_EXPORT(type) __declspec(dllexport) type __stdcall argument
14 #define API_EXPORT(type) __attribute__ ((visibility("default"))) type
16 #define API_EXPORT(type) type
/PHP-5.5/ext/soap/
H A Dphp_schema.c440 if (type) {efree(type);} in schema_list()
535 if (type) {efree(type);} in schema_union()
651 if (type) {efree(type);} in schema_restriction_simpleContent()
756 if (type) {efree(type);} in schema_restriction_complexContent()
881 if (type) {efree(type);} in schema_extension_simpleContent()
936 if (type) {efree(type);} in schema_extension_complexContent()
1101 if (type) {efree(type);} in schema_group()
1533 if (type) {efree(type);} in schema_element()
1658 if (type) { in schema_element()
1805 if (type) { in schema_attribute()
[all …]
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php9 public static function write($name, $string, $type, $count = 0) { argument
10 if ($type == 'b') {
14 if ($type == 'e') {
18 if ($type == 'v') {
/PHP-5.5/ext/soap/tests/schema/
H A Dschema033.phpt11 <element name="int" type="int"/>
16 <element name="int" type="int"/>
17 <element name="nest" type="tns:testType2"/>
21 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"nest"=>array("int"=>123.5)));
26 …dy><ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">123</int><nest xsi:type="n…
H A Dschema051.phpt2 SOAP XML Schema 51: Array in complex type (maxOccurs > 1, array)
11 <element name="int" type="int"/>
12 <element name="int2" type="int" maxOccurs="unbounded"/>
16 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>array(123.5,456.7)));
21 …<ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">123</int><int2 xsi:type="xsd:…
/PHP-5.5/ext/xml/tests/
H A Dxml_parse_into_struct_variation.phpt64 [type] => open
71 [type] => open
78 [type] => complete
86 [type] => close
93 [type] => open
100 [type] => complete
108 [type] => close
115 [type] => close
/PHP-5.5/Zend/
H A Dzend_highlight.c95 token.type = 0; in zend_highlight()
119 token.type = 0; in zend_highlight()
123 if (token.type == 0) { in zend_highlight()
143 if (token.type == IS_STRING) { in zend_highlight()
157 token.type = 0; in zend_highlight()
173 token.type = 0; in zend_strip()
184 token.type = 0; in zend_strip()
195 token.type = 0; in zend_strip()
203 if (token.type == IS_STRING) { in zend_strip()
218 prev_space = token.type = 0; in zend_strip()
H A Dzend_list.c35 ZEND_API int zend_list_insert(void *ptr, int type TSRMLS_DC) in zend_list_insert()
41 le.type=type; in zend_list_insert()
72 *type = le->type; in _zend_list_find()
75 *type = -1; in _zend_list_find()
102 rsrc_result->type = IS_RESOURCE; in zend_register_resource()
126 } else if ((*passed_id)->type != IS_RESOURCE) { in zend_fetch_resource()
175 switch (ld->type) { in list_entry_destructor()
201 switch (ld->type) { in plist_entry_destructor()
244 if (le->type == *resource_id) { in clean_module_resource()
282 lde.type = ZEND_RESOURCE_LIST_TYPE_STD; in zend_register_list_destructors()
[all …]
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_004w.phpt34type="xsd:int">1</whichFault><param1 xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">ar…
36type="ns1:SOAPStructFault"><soapStruct xsi:type="ns1:SOAPStruct"><varString xsi:type="xsd:string">…
H A Dr4_groupH_complex_rpcenc_006w.phpt34type="xsd:int">3</whichFault><param1 xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">ar…
36type="ns1:SOAPStructFault"><soapStruct xsi:type="ns1:SOAPStruct"><varString xsi:type="xsd:string">…
/PHP-5.5/ext/standard/
H A Dphp_dns.h27 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
28 ((int)dns_search(res, dname, class, type, answer, anslen, (struct sockaddr *)&from, &fromsize))
33 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
34 res_nsearch(res, dname, class, type, answer, anslen);
40 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
41 res_search(dname, class, type, answer, anslen)

Completed in 45 milliseconds

12345678910>>...76