Home
last modified time | relevance | path

Searched refs:type (Results 251 – 275 of 2207) sorted by relevance

1...<<11121314151617181920>>...89

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug37013.phpt58type="SOAP-ENC:Struct"><parent id="ref2" xsi:type="SOAP-ENC:Struct"><parent xsi:nil="true"/><id xs…
H A Dbug38536.phpt22 <xsd:Result xsi:type="ns1:ClientType">
23 <id xsi:type="xsd:int">2</id>
27 <xsd:address id="i2" xsi:type="ns1:ClientAddressType" SOAP-ENC:root="0">
28 <idClient xsi:type="xsd:long">2</idClient>
31 <address xsi:type="xsd:string" id="i3" SOAP-ENC:root="0">Test</address>
H A Dbug30994.phpt19 <system xsi:type="xsd:string">XXX</system>
20 <function xsi:type="xsd:string">TASKTEST</function>
28 <tns:Item id="id2" xsi:type="tns:Item">
29 <key xsi:type="xsd:string">ABCabc123</key>
30 <val xsi:type="xsd:string">123456</val>
47 …soap.org/soap/encoding/"><SOAP-ENV:Body><ns1:bassCallResponse><return xsi:type="xsd:string">ok</re…
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.h39 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) PHP_ATTRIBUTE_FORMAT(type, idx, first) argument
41 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) argument
54 #define phpdbg_script(type, fmt, ...) phpdbg_print(type , PHPDBG_G(io)[PH… argument
63 #define phpdbg_script_ex(out, type, fmt, ...) phpdbg_print(type , out, NULL, NULL… argument
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt72 resource(%d) of type (stream)
74 resource(%d) of type (stream)
79 resource(%d) of type (stream)
81 resource(%d) of type (stream)
86 resource(%d) of type (stream)
88 resource(%d) of type (stream)
/PHP-7.4/ext/session/tests/
H A Dsession_basic5.phpt125 <input type="text" name="test2" />
129 <input type="text" name="test2" />
133 <input type="text" name="test2" />
137 <input type="text" name="test2" />
141 <input type="text" name="test2" />
145 <input type="text" name="test2" />
149 <input type="text" name="test2" />
206 <input type="text" name="test2" />
210 <input type="text" name="test2" />
214 <input type="text" name="test2" />
[all …]
/PHP-7.4/ext/spl/tests/
H A Dbug42364.phpt13 $type = gettype($e->getRealPath());
14 if ($type != "string" && $type != "unicode") {
/PHP-7.4/ext/standard/tests/strings/
H A Dfprintf_variation_005.phpt13 /* %e type variations */
14 fprintf($fp, "\n*** Testing fprintf() for scientific type ***\n");
29 *** Testing fprintf() for scientific type ***
/PHP-7.4/ext/soap/tests/schema/
H A Dschema068.phpt10 <attribute name="str" type="string"/>
11 <attribute name="int" type="int" fixed="5"/>
14 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>4));
H A Dschema078.phpt11 <element name="int1" type="int"/>
12 <element name="int2" type="int" form="qualified"/>
13 <element name="int3" type="int" form="unqualified"/>
18 test_schema($schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc"…
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h89 XMLRPC_VALUE_TYPE type; /* data type of this value */ member
124 XMLRPC_VECTOR_TYPE type; /* vector type */ member
164 const char* type_to_str(XMLRPC_VALUE_TYPE type, XMLRPC_VECTOR_TYPE vtype);
/PHP-7.4/ext/ffi/tests/
H A Dbug79576.phpt2 Bug #79576 ("TYPE *" shows unhelpful message when type is not defined)
32 FFI\ParserException: undefined C type 'oid' at line 1
33 FFI\ParserException: undefined C type 'oid' at line 1
34 FFI\ParserException: undefined C type 'some_not_declared_type' at line 3
/PHP-7.4/Zend/tests/
H A Ddebug_backtrace_options.phpt109 [type] => ->
124 [type] => ::
173 [type] => ->
188 [type] => ::
233 [type] => ->
248 [type] => ::
297 [type] => ->
312 [type] => ::
345 [type] => ->
354 [type] => ::
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Dopendir_variation4-win32-mb.phpt92 resource(%d) of type (stream)
96 resource(%d) of type (stream)
99 resource(%d) of type (stream)
103 resource(%d) of type (stream)
106 resource(%d) of type (stream)
110 resource(%d) of type (stream)
114 resource(%d) of type (stream)
/PHP-7.4/ext/soap/tests/
H A Dclassmap.wsdl6 <xsd:element name="a" type="xsd:string"/>
7 <xsd:element name="b" type="xsd:string"/>
13 <part name="dotestReturn" type="tns:book"/>
16 <part name="res" type="xsi:string"/>
19 <part name="dotest2" type="xsi:string"/>
22 <part name="res" type="tns:book"/>
34 <binding name="testBinding" type="tns:testPortType">
/PHP-7.4/ext/intl/formatter/
H A Dformatter_format.c37 zend_long type = FORMAT_TYPE_DEFAULT; in PHP_FUNCTION() local
45 &object, NumberFormatter_ce_ptr, &number, &type ) == FAILURE ) in PHP_FUNCTION()
62 if(type == FORMAT_TYPE_DEFAULT) { in PHP_FUNCTION()
66 type = (sizeof(zend_long) == 8)?FORMAT_TYPE_INT64:FORMAT_TYPE_INT32; in PHP_FUNCTION()
69 type = FORMAT_TYPE_DOUBLE; in PHP_FUNCTION()
75 switch(type) { in PHP_FUNCTION()
123 php_error_docref(NULL, E_WARNING, "Unsupported format type " ZEND_LONG_FMT, type); in PHP_FUNCTION()
/PHP-7.4/ext/odbc/tests/
H A Dodbc_columnprivileges_001.phpt23 resource(%d) of type (odbc result)
25 resource(%d) of type (odbc result)
27 resource(%d) of type (odbc result)
H A Dodbc_tables_001.phpt24 resource(%d) of type (odbc result)
26 resource(%d) of type (odbc result)
28 resource(%d) of type (odbc result)
H A Dodbc_columns_001.phpt23 resource(%d) of type (odbc result)
25 resource(%d) of type (odbc result)
27 resource(%d) of type (odbc result)
/PHP-7.4/Zend/tests/generators/
H A Dgenerator_with_type_check_2.phpt2 Generator wit type check
21 Argument 1 passed to gen() must be of the type array, int given, called in %sgenerator_with_type_ch…
22 Argument 1 passed to gen() must be of the type array, int given, called in %sgenerator_with_type_ch…
/PHP-7.4/Zend/
H A Dzend_stream.c56 ZEND_ASSERT(file_handle->type == ZEND_HANDLE_STREAM); in zend_stream_fsize()
65 handle->type = ZEND_HANDLE_FP; in zend_stream_init_fp()
72 handle->type = ZEND_HANDLE_FILENAME; in zend_stream_init_filename()
126 if (file_handle->type == ZEND_HANDLE_FILENAME) { in zend_stream_fixup()
132 if (file_handle->type == ZEND_HANDLE_FP) { in zend_stream_fixup()
137 file_handle->type = ZEND_HANDLE_STREAM; in zend_stream_fixup()
204 switch (fh->type) { in zend_file_handle_dtor()
237 if (fh1->type != fh2->type) { in zend_compare_file_handles()
240 switch (fh1->type) { in zend_compare_file_handles()
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_006w.phpt18 …AP-ENC:arrayType="xsd:string[2]" xsi:type="ns2:ArrayOfstring"><item xsi:type="xsd:string">good</it…
20 …AP-ENC:arrayType="xsd:string[2]" xsi:type="ns2:ArrayOfstring"><item xsi:type="xsd:string">good</it…
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_063.phpt66 Cannot assign string to reference held by property class@anonymous::$foo of type int
70 Cannot decrement a reference held by property class@anonymous::$foo of type int past its minimal va…
72 Cannot decrement a reference held by property class@anonymous::$foo of type int past its minimal va…
74 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…
76 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…
78 Cannot assign array to reference held by property class@anonymous::$foo of type int
/PHP-7.4/ext/pgsql/tests/
H A Dpg_meta_data_001.phpt35 ["type"]=>
52 ["type"]=>
71 ["type"]=>
88 ["type"]=>
107 ["type"]=>
132 ["type"]=>
/PHP-7.4/ext/oci8/tests/
H A Dbug42134.phpt65 Warning: oci_new_collection(): OCI-22303: type ""."ABC" not found in %s on line %d
71 string(34) "OCI-22303: type ""."ABC" not found"
78 Warning: oci_new_collection(): OCI-22303: type ""."DEF" not found in %s on line %d
84 string(34) "OCI-22303: type ""."DEF" not found"
91 Warning: oci_new_collection(): OCI-22303: type ""."GHI" not found in %s on line %d
97 string(34) "OCI-22303: type ""."GHI" not found"

Completed in 60 milliseconds

1...<<11121314151617181920>>...89