Home
last modified time | relevance | path

Searched refs:type (Results 176 – 200 of 2182) sorted by relevance

12345678910>>...88

/PHP-7.2/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_011w.phpt19type="xsd:int">4</whichFault><param1 xsi:type="xsd:string">Hello World</param1><param2 xsi:type="x…
21 …in response to 'echoMultipleFaults2'.</faultstring><detail><ns1:part4 xsi:type="xsd:float">12.345<…
/PHP-7.2/ext/soap/tests/schema/
H A Dschema032.phpt11 <element name="int" type="int"/>
12 <element name="str" type="string"/>
16 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5));
21 …org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd…
H A Dschema037.phpt11 <element name="str" type="string"/>
13 <attribute name="int" type="int"/>
16 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
21 …ncoding/"><SOAP-ENV:Body><ns1:test><testParam int="123" xsi:type="ns1:testType"><str xsi:type="xsd…
/PHP-7.2/ext/tidy/examples/
H A Ddumpit5.php25 function node_type($type) { argument
27 switch($type) {
61 do_leaf(" + $nodename (".node_type($node->type).")\n", $indent);
67 if($node->type == TIDY_NODETYPE_TEXT) {
/PHP-7.2/ext/standard/tests/file/
H A Dfgets_basic.phpt56 -- File content type : numeric --
66 -- File content type : text --
100 -- File content type : numeric --
110 -- File content type : text --
144 -- File content type : numeric --
154 -- File content type : text --
188 -- File content type : numeric --
198 -- File content type : text --
232 -- File content type : numeric --
242 -- File content type : text --
[all …]
H A Dfscanf_variation1.phpt2 Test fscanf() function: usage variations - return type without third argument
11 /* test fscanf() for its return type */
15 echo "*** Testing fscanf(): for its return type without third argument ***\n";
30 var_dump( is_array($return_value), $return_value); // return type is an array
42 *** Testing fscanf(): for its return type without third argument ***
H A Dfgets_variation4-win32.phpt72 -- File content type : numeric --
85 -- File content type : text --
128 -- File content type : numeric --
141 -- File content type : text --
197 -- File content type : text --
253 -- File content type : text --
309 -- File content type : text --
365 -- File content type : text --
421 -- File content type : text --
477 -- File content type : text --
[all …]
H A Dfgets_variation4.phpt72 -- File content type : numeric --
85 -- File content type : text --
128 -- File content type : numeric --
141 -- File content type : text --
197 -- File content type : text --
253 -- File content type : text --
309 -- File content type : text --
365 -- File content type : text --
421 -- File content type : text --
477 -- File content type : text --
[all …]
/PHP-7.2/ext/phar/tests/cache_list/
H A Dfrontcontroller12.phpt2 Phar front controller mime type unknown int [cache_list]
15 Content-type: text/html; charset=UTF-8
17 … error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a…
H A Dfrontcontroller13.phpt2 Phar front controller mime type not string/int [cache_list]
15 Content-type: text/html; charset=UTF-8
17 …aught PharException: Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar:…
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error() argument
38 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error()
62 switch (type) { in zend_accel_error()
91 switch (type) { in zend_accel_error()
/PHP-7.2/ext/phar/tests/
H A Dfrontcontroller13.phpt2 Phar front controller mime type not string/int
14 Content-type: text/html; charset=UTF-8
16 …aught PharException: Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar:…
/PHP-7.2/ext/phar/tests/tar/
H A Dfrontcontroller12.phar.phpt2 Phar front controller mime type unknown int tar-based
14 Content-type: text/html; charset=UTF-8
16 … error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a…
/PHP-7.2/ext/spl/tests/
H A Dunserialize.phpt8 foreach ($types as $type) {
10 $exp = serialize(new $type());
12 $str = sprintf('C:%d:"%s":0:{}', strlen($type), $type);
/PHP-7.2/Zend/
H A Dzend_modules.h29 #define INIT_FUNC_ARGS int type, int module_number
30 #define INIT_FUNC_ARGS_PASSTHRU type, module_number
31 #define SHUTDOWN_FUNC_ARGS int type, int module_number
32 #define SHUTDOWN_FUNC_ARGS_PASSTHRU type, module_number
98 unsigned char type; member
122 unsigned char type; /* dependency type */ member
/PHP-7.2/ext/session/tests/
H A Dsession_basic4.phpt60 …d="post"><input type="hidden" name="testvar1" value="testvalue1" /><input type="hidden" name="test…
64 …d="post"><input type="hidden" name="testvar1" value="testvalue1" /><input type="hidden" name="test…
/PHP-7.2/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_001p.phpt18 …><param0 xsi:type="SOAP-ENC:Struct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:ty…
20 …nse><outputString xsi:type="xsd:string">arg</outputString><outputInteger xsi:type="xsd:int">34</ou…
H A Dr2_groupB_001w.phpt19 …utStruct xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:typ…
21 …nse><outputString xsi:type="xsd:string">arg</outputString><outputInteger xsi:type="xsd:int">34</ou…
H A Dr2_groupB_002p.phpt18 …hoSimpleTypesAsStruct><param0 xsi:type="xsd:string">arg</param0><param1 xsi:type="xsd:int">34</par…
20 …><return xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:typ…
/PHP-7.2/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()
56 if(type == FORMAT_TYPE_DEFAULT) { in PHP_FUNCTION()
63 type = (sizeof(zend_long) == 8)?FORMAT_TYPE_INT64:FORMAT_TYPE_INT32; in PHP_FUNCTION()
65 type = FORMAT_TYPE_DOUBLE; in PHP_FUNCTION()
67 type = FORMAT_TYPE_INT32; 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.2/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_011s.phpt21 …ype="xsd:int[3]" xsi:type="ns2:ArrayOfint"><item xsi:type="xsd:int">1</item><item xsi:type="xsd:in…
23 …ype="xsd:int[3]" xsi:type="ns2:ArrayOfint"><item xsi:type="xsd:int">1</item><item xsi:type="xsd:in…
H A Dr2_base_013s.phpt23 …xsd:float[3]" xsi:type="ns2:ArrayOffloat"><item xsi:type="xsd:float">1.3223</item><item xsi:type="…
25 …xsd:float[3]" xsi:type="ns2:ArrayOffloat"><item xsi:type="xsd:float">1.3223</item><item xsi:type="…
H A Dr2_base_014s.phpt23 …utStruct xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:typ…
25 …utStruct xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:typ…
/PHP-7.2/ext/standard/tests/dir/
H A Dopendir_variation7.phpt90 resource(%d) of type (stream)
94 resource(%d) of type (stream)
98 resource(%d) of type (stream)
102 resource(%d) of type (stream)
106 resource(%d) of type (stream)
110 resource(%d) of type (stream)
114 resource(%d) of type (stream)
118 resource(%d) of type (stream)
122 resource(%d) of type (stream)
126 resource(%d) of type (stream)
/PHP-7.2/ext/standard/tests/general_functions/
H A Doutput_add_rewrite_var_basic1.phpt86 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /> </form>
87 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
88 <form action="//php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;V…
91 <form action="//www.php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&…
101 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /> </form>
102 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
116 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /><input type="hi…
117 …rm action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" …
118 …n="//php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" …
119 …tp://php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" …
[all …]

Completed in 38 milliseconds

12345678910>>...88