Home
last modified time | relevance | path

Searched refs:type (Results 76 – 100 of 2182) sorted by relevance

12345678910>>...88

/PHP-7.2/ext/reflection/tests/
H A DReflectionNamedType.phpt15 $type = $function->getParameters()[0]->getType();
18 var_dump($type->getName());
19 var_dump((string) $type);
24 $type = $function->getParameters()[0]->getType();
27 var_dump($type->getName());
28 var_dump((string) $type);
/PHP-7.2/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-7.2/ext/oci8/tests/
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-7.2/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-7.2/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:…
H A Dschema034.phpt9 <element name="testType2" type="tns:testType2"/>
12 <element name="int" type="int"/>
17 <element name="int" type="int"/>
22 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
27 …<ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">123</int><testType2 xsi:type=…
H A Dschema035.phpt2 SOAP XML Schema 35: Nested complex types (element ref + anonymous type)
12 <element name="int" type="int"/>
18 <element name="int" type="int"/>
23 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
28 …<ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">123</int><testType2 xsi:type=…
/PHP-7.2/ext/standard/tests/array/
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-7.2/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-7.2/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCase.php15 * @param string $type
18 public static function getInstance($optionalSections, $type = 'function') { argument
19 if($type == 'function') {
22 if($type =='method') {
H A DgtErrorTestCase.php16 * @param string $type
19 public static function getInstance($optionalSections, $type = 'function') { argument
21 if($type == 'function') {
24 if($type =='method') {
/PHP-7.2/ext/standard/tests/file/
H A Dbug69442.phpt31 foreach ($pipes as $type => $pipe) {
33 echo 'type ' . $type . ' ';
39 type 0 string(5) "foo
41 type 1 string(0) ""
42 type 2 string(0) ""
43 type 3 string(3) "42
/PHP-7.2/ext/enchant/tests/
H A Dbug13181.phpt38 resource(%d) of type (enchant_dict)
39 resource(%d) of type (enchant_dict)
40 resource(%d) of type (enchant_broker)
41 resource(%d) of type (enchant_broker)
42 resource(%d) of type (enchant_dict)
43 resource(%d) of type (enchant_dict)
/PHP-7.2/ext/soap/
H A Dphp_schema.c440 if (type) {efree(type);} in schema_list()
536 if (type) {efree(type);} in schema_union()
653 if (type) {efree(type);} in schema_restriction_simpleContent()
758 if (type) {efree(type);} in schema_restriction_complexContent()
883 if (type) {efree(type);} in schema_extension_simpleContent()
938 if (type) {efree(type);} in schema_extension_complexContent()
1103 if (type) {efree(type);} in schema_group()
1535 if (type) {efree(type);} in schema_element()
1660 if (type) { in schema_element()
1807 if (type) { in schema_attribute()
[all …]
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug47049.phpt19type="ns1:host"><uuid xsi:type="xsd:string">foo</uuid></host><software_list xsi:type="ns1:software…
/PHP-7.2/ext/standard/tests/general_functions/
H A Dproc_open_pipes3.phpt44 resource(%d) of type (Unknown)
46 resource(%d) of type (Unknown)
48 resource(%d) of type (Unknown)
50 resource(%d) of type (Unknown)
56 resource(%d) of type (Unknown)
58 resource(%d) of type (Unknown)
60 resource(%d) of type (Unknown)
62 resource(%d) of type (Unknown)
/PHP-7.2/ext/opcache/tests/
H A Dbug73789.phpt14 $type = self::T_NONE;
18 $type = constant($name);
19 if ($type > 100) {
20 return $type;
27 return $type;
/PHP-7.2/ext/snmp/tests/
H A Dsnmp2_set.phpt60 echo "Multiple OID, single type & value\n";
94 echo "Multiple OID, 1st wrong type\n";
100 echo "Multiple OID, 2nd wrong type\n";
155 Warning: snmp2_set(): Could not add variable: OID='%s' type='q' value='%i': Bad variable type ("q")…
174 Multiple OID, single type & value
181 Multiple OID, single type, multiple value
201 Multiple OID, 1st wrong type
207 Multiple OID, 2nd wrong type
219 Multiple OID & type, singe value in array
239 Warning: snmp2_set(): Could not add variable: OID='%s' type='q' value='%s': Bad variable type ("q")…
[all …]
H A Dsnmpset.phpt60 echo "Multiple OID, single type & value\n";
94 echo "Multiple OID, 1st wrong type\n";
100 echo "Multiple OID, 2nd wrong type\n";
155 Warning: snmpset(): Could not add variable: OID='%s' type='q' value='%i': Bad variable type ("q") i…
174 Multiple OID, single type & value
181 Multiple OID, single type, multiple value
201 Multiple OID, 1st wrong type
207 Multiple OID, 2nd wrong type
219 Multiple OID & type, singe value in array
239 Warning: snmpset(): Could not add variable: OID='%s' type='q' value='%s': Bad variable type ("q") i…
[all …]
/PHP-7.2/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);
46 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
47 res_search(dname, class, type, answer, anslen)
H A Ddl.c109 PHPAPI int php_load_extension(char *filename, int type, int start_now) in php_load_extension() argument
119 if (type == MODULE_PERSISTENT) { in php_load_extension()
125 if (type == MODULE_TEMPORARY) { in php_load_extension()
134 if (type == MODULE_TEMPORARY) { in php_load_extension()
219 module_entry->type = type; in php_load_extension()
228 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
233 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension()
234 if (module_entry->request_startup_func(type, module_entry->module_number) == FAILURE) { in php_load_extension()
246 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl() argument
249 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
[all …]
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c111 type = XMLRPC_GetValueTypeEasy(xIter); in get_array_soap_type()
120 type = xmlrpc_type_none; in get_array_soap_type()
127 switch (type) { in get_array_soap_type()
255 type = el->name; in xml_element_to_SOAP_REQUEST_worker()
269 type = attr_iter->val; in xml_element_to_SOAP_REQUEST_worker()
340 type = parent_array->kids_type; in xml_element_to_SOAP_REQUEST_worker()
342 if (!type || !strcmp(type, TOKEN_STRING)) { in xml_element_to_SOAP_REQUEST_worker()
352 !strcmp(type, TOKEN_FLOAT)) { in xml_element_to_SOAP_REQUEST_worker()
373 if (!type || !strcmp(type, TOKEN_STRUCT)) { in xml_element_to_SOAP_REQUEST_worker()
443 switch (type) { in SOAP_to_xml_element_worker()
[all …]
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.y89 $$.type = FILE_PARAM;
94 $$.type = NUMERIC_FILE_PARAM;
99 $$.type = FILE_PARAM;
109 $$.type = NUMERIC_FILE_PARAM;
119 $$.type = METHOD_PARAM;
124 $$.type = NUMERIC_METHOD_PARAM;
136 $$.type = COND_PARAM;
156 $$.type = EVAL_PARAM;
161 $$.type = SHELL_PARAM;
166 $$.type = RUN_PARAM;
[all …]

Completed in 40 milliseconds

12345678910>>...88