Home
last modified time | relevance | path

Searched refs:type (Results 151 – 175 of 3256) sorted by relevance

12345678910>>...131

/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_004w.phpt27type="xsd:int">1</whichFault><param1 xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">ar…
29type="ns1:SOAPStructFault"><soapStruct xsi:type="ns1:SOAPStruct"><varString xsi:type="xsd:string">…
H A Dr4_groupH_complex_rpcenc_006w.phpt27type="xsd:int">3</whichFault><param1 xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">ar…
29type="ns1:SOAPStructFault"><soapStruct xsi:type="ns1:SOAPStruct"><varString xsi:type="xsd:string">…
H A Dr4_groupH_complex_rpcenc_003w.phpt31type="ns2:ExtendedStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><shortMessage xs…
33type="ns1:ExtendedStruct"><floatMessage xsi:type="xsd:float">12.345</floatMessage><shortMessage xs…
H A Dr4_groupH_complex_rpcenc_005w.phpt27type="xsd:int">2</whichFault><param1 xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">ar…
29 …ng><detail><ns2:part2 xsi:type="ns1:BaseStruct"><floatMessage xsi:type="xsd:float">12.345</floatMe…
H A Dr4_groupH_simple_rpcenc_010w.phpt19type="xsd:int">3</whichFault><param1 xsi:type="xsd:string">Hello World</param1><param2 xsi:type="x…
21 …xsd:string[3]" xsi:type="ns1:ArrayOfString"><item xsi:type="xsd:string">one</item><item xsi:type="…
/php-src/ext/ffi/tests/
H A D046.phpt9 $x = FFI::type("uint8_t");
14 $x = FFI::type("enum __attribute__((packed)) {a2, b2}");
18 $x = FFI::type("char[5]");
24 $x = FFI::type("void*");
28 $x = FFI::type("struct {double x; double y;}");
37 $x = FFI::type("union {double x; double y;}");
46 $x = FFI::type("void (*)(double,int32_t)");
55 Deprecated: Calling FFI::type() statically is deprecated in %s on line %d
60 Deprecated: Calling FFI::type() statically is deprecated in %s on line %d
64 Deprecated: Calling FFI::type() statically is deprecated in %s on line %d
[all …]
/php-src/ext/bcmath/tests/number/methods/
H A Dcalc_methods_num_arg_error.phpt27 foreach ($args as [$val, $type]) {
28 echo "{$type}:\n";
43 BcMath\Number::add(): Argument #1 ($num) must be of type int, string, or BcMath\Number, array given
45 BcMath\Number::add(): Argument #1 ($num) must be of type int, string, or BcMath\Number, stdClass gi…
57 BcMath\Number::sub(): Argument #1 ($num) must be of type int, string, or BcMath\Number, array given
59 BcMath\Number::sub(): Argument #1 ($num) must be of type int, string, or BcMath\Number, stdClass gi…
71 BcMath\Number::mul(): Argument #1 ($num) must be of type int, string, or BcMath\Number, array given
73 BcMath\Number::mul(): Argument #1 ($num) must be of type int, string, or BcMath\Number, stdClass gi…
85 BcMath\Number::div(): Argument #1 ($num) must be of type int, string, or BcMath\Number, array given
87 BcMath\Number::div(): Argument #1 ($num) must be of type int, string, or BcMath\Number, stdClass gi…
[all …]
/php-src/ext/opcache/tests/
H A Dbug73789.phpt15 $type = self::T_NONE;
19 $type = constant($name);
20 if ($type > 100) {
21 return $type;
28 return $type;
/php-src/ext/dom/parentnode/
H A Dtree.c111 if (contextNode->type == XML_DOCUMENT_NODE || contextNode->type == XML_HTML_DOCUMENT_NODE) { in dom_doc_from_context_node()
161 } else if (iter->type == XML_TEXT_NODE || iter->type == XML_CDATA_SECTION_NODE) { in dom_fragment_common_hierarchy_check_part()
232 && parent->type != XML_ELEMENT_NODE in php_dom_pre_insert_is_parent_invalid()
261 || node->type == XML_ATTRIBUTE_NODE in dom_is_pre_insert_valid_without_step_1()
263 node->type == XML_ENTITY_REF_NODE in dom_is_pre_insert_valid_without_step_1()
264 || node->type == XML_ENTITY_NODE in dom_is_pre_insert_valid_without_step_1()
265 || node->type == XML_NOTATION_NODE in dom_is_pre_insert_valid_without_step_1()
266 || node->type == XML_DOCUMENT_NODE in dom_is_pre_insert_valid_without_step_1()
275 if (parent_is_document && (node->type == XML_TEXT_NODE || node->type == XML_CDATA_SECTION_NODE)) { in dom_is_pre_insert_valid_without_step_1()
433 if (type == IS_OBJECT) { in dom_sanity_check_node_list_types()
[all …]
/php-src/ext/standard/tests/array/
H A Din_array_variation2.phpt27 /* loop to do loose and strict type check of elements in
29 checking PHP type comparison tables
32 foreach($array_type as $type) {
34 //loose type checking
35 var_dump( in_array($type,$misc_array ) );
36 //strict type checking
37 var_dump( in_array($type,$misc_array,true) );
38 //loose type checking
39 var_dump( in_array($type,$misc_array,false) );
H A Dsizeof_object2.phpt106 Default Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test given
107 COUNT_NORMAL Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test given
108 COUNT_RECURSIVE Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test given
110 Default Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test1 given
111 COUNT_NORMAL Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test1 given
112 COUNT_RECURSIVE Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test1 given
114 Default Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test2 given
115 COUNT_NORMAL Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test2 given
116 COUNT_RECURSIVE Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test2 given
118 Default Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, child_test2 given
[all …]
H A Darray_sum_variation7.phpt64 Warning: array_sum(): Addition is not supported on type string in %s on line %d
66 Warning: array_sum(): Addition is not supported on type string in %s on line %d
68 Warning: array_sum(): Addition is not supported on type string in %s on line %d
70 Warning: array_sum(): Addition is not supported on type string in %s on line %d
72 Warning: array_sum(): Addition is not supported on type string in %s on line %d
80 Warning: array_sum(): Addition is not supported on type array in %s on line %d
82 Warning: array_sum(): Addition is not supported on type array in %s on line %d
84 Warning: array_sum(): Addition is not supported on type array in %s on line %d
98 Warning: array_sum(): Addition is not supported on type string in %s on line %d
100 Warning: array_sum(): Addition is not supported on type string in %s on line %d
[all …]
/php-src/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-src/ext/soap/tests/schema/
H A Dschema034.phpt10 <element name="testType2" type="tns:testType2"/>
13 <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=…
H A Dschema049.phpt2 SOAP XML Schema 49: Restriction of complex type (2)
12 <element name="int" type="int"/>
13 <element name="int2" type="int"/>
20 <element name="int2" type="int"/>
26 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
31 …rg/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType"><int2 xsi:type="xsd…
H A Dschema050.phpt2 SOAP XML Schema 50: Array in complex type (maxOccurs > 1, one value)
12 <element name="int" type="int"/>
13 <element name="int2" type="int" maxOccurs="unbounded"/>
17 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>123.5));
22 …/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">123</int><i…
/php-src/ext/dom/
H A Dnode.c86 switch (nodep->type) { in dom_node_node_name_read()
631 …if (nodep->type == XML_ELEMENT_NODE || nodep->type == XML_ATTRIBUTE_NODE || nodep->type == XML_NAM… in dom_node_local_name_read()
681 int type = nodep->type; in dom_skip_text_content() local
682 if (type != XML_DOCUMENT_FRAG_NODE && type != XML_ELEMENT_NODE && type != XML_ATTRIBUTE_NODE in dom_skip_text_content()
683 …&& type != XML_TEXT_NODE && type != XML_CDATA_SECTION_NODE && type != XML_COMMENT_NODE && type != … in dom_skip_text_content()
722 int type = nodep->type; in dom_node_text_content_write() local
730 if (type == XML_DOCUMENT_FRAG_NODE || type == XML_ELEMENT_NODE || type == XML_ATTRIBUTE_NODE) { in dom_node_text_content_write()
842 if (child->type == XML_TEXT_NODE && (refp->type == XML_TEXT_NODE || in dom_node_insert_before_legacy()
1659 if (this->type != other->type) { in php_dom_node_is_equal_node()
1683 …} else if (this->type == XML_TEXT_NODE || this->type == XML_COMMENT_NODE || this->type == XML_CDAT… in php_dom_node_is_equal_node()
[all …]
/php-src/ext/standard/tests/general_functions/
H A Dtype.phpt48 foreach ($types as $type) {
163 Error: Cannot convert to resource type
172 Error: Cannot convert to resource type
174 Error: Cannot convert to resource type
183 Error: Cannot convert to resource type
194 resource(%d) of type (Unknown)
196 resource(%d) of type (stream)
249 resource(%d) of type (Unknown)
254 resource(%d) of type (stream)
308 resource(%d) of type (Unknown)
[all …]
/php-src/ext/opcache/tests/jit/
H A Dsend_val_001.phpt11 function foo($type) {
13 is_array($type) ? \implode('_', $type) : $type .
/php-src/sapi/phpdbg/
H A Dphpdbg_out.c43 int phpdbg_process_print(int fd, int type, const char *msg, int msglen) { in phpdbg_process_print() argument
47 switch (type) { in phpdbg_process_print()
123 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *strfmt, va_list args) { in phpdbg_vprint() argument
135 if (PHPDBG_G(err_buf).active && type != P_STDOUT && type != P_STDERR) { in phpdbg_vprint()
138 PHPDBG_G(err_buf).type = type; in phpdbg_vprint()
149 len = phpdbg_process_print(fd, type, msg, msglen); in phpdbg_vprint()
160 if (PHPDBG_G(err_buf).type == 0) { in phpdbg_free_err_buf()
166 PHPDBG_G(err_buf).type = 0; in phpdbg_free_err_buf()
185 len = phpdbg_vprint(PHPDBG_G(err_buf).type, PHPDBG_G(err_buf).fd, strfmt, args); in phpdbg_output_err_buf()
194 PHPDBG_API int phpdbg_print(int type, int fd, const char *strfmt, ...) { in phpdbg_print() argument
[all …]
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dstate.c389 switch (token->type) { in lxb_css_selectors_state_relative_handler()
506 switch (token->type) { in lxb_css_selectors_state_complex_end()
659 switch (token->type) { in lxb_css_selectors_state_compound_handler()
770 switch (token->type) { in lxb_css_selectors_state_compound_sub()
968 switch (token->type) { in lxb_css_selectors_state_simple_handler()
1185 switch (token->type) { in lxb_css_selectors_state_attribute()
1260 switch (token->type) { in lxb_css_selectors_state_attribute()
1497 selector->u.pseudo.type = pseudo->id; in lxb_css_selectors_state_pseudo_class()
1553 selector->u.pseudo.type = func->id; in lxb_css_selectors_state_pseudo_class_function()
1659 selector->u.pseudo.type = func->id; in lxb_css_selectors_state_pseudo_element_function()
[all …]
/php-src/ext/standard/tests/math/
H A Dabs_variation.phpt86 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
91 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
107 abs(): Argument #1 ($num) must be of type int|float, string given
110 abs(): Argument #1 ($num) must be of type int|float, string given
113 abs(): Argument #1 ($num) must be of type int|float, array given
116 abs(): Argument #1 ($num) must be of type int|float, string given
119 abs(): Argument #1 ($num) must be of type int|float, string given
122 abs(): Argument #1 ($num) must be of type int|float, string given
125 abs(): Argument #1 ($num) must be of type int|float, classA given
129 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
[all …]
H A Dceil_variation1.phpt79 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
84 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
100 ceil(): Argument #1 ($num) must be of type int|float, string given
103 ceil(): Argument #1 ($num) must be of type int|float, string given
106 ceil(): Argument #1 ($num) must be of type int|float, array given
109 ceil(): Argument #1 ($num) must be of type int|float, string given
112 ceil(): Argument #1 ($num) must be of type int|float, string given
115 ceil(): Argument #1 ($num) must be of type int|float, string given
118 ceil(): Argument #1 ($num) must be of type int|float, classA given
122 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
[all …]
H A Dfloor_variation1.phpt79 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
84 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
100 floor(): Argument #1 ($num) must be of type int|float, string given
103 floor(): Argument #1 ($num) must be of type int|float, string given
106 floor(): Argument #1 ($num) must be of type int|float, array given
109 floor(): Argument #1 ($num) must be of type int|float, string given
112 floor(): Argument #1 ($num) must be of type int|float, string given
115 floor(): Argument #1 ($num) must be of type int|float, string given
118 floor(): Argument #1 ($num) must be of type int|float, classA given
122 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
[all …]
H A Dround_variation1.phpt123 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
128 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
144 round(): Argument #1 ($num) must be of type int|float, string given
147 round(): Argument #1 ($num) must be of type int|float, string given
150 round(): Argument #1 ($num) must be of type int|float, array given
153 round(): Argument #1 ($num) must be of type int|float, string given
156 round(): Argument #1 ($num) must be of type int|float, string given
159 round(): Argument #1 ($num) must be of type int|float, string given
162 round(): Argument #1 ($num) must be of type int|float, classA given
166 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
[all …]

Completed in 42 milliseconds

12345678910>>...131