Home
last modified time | relevance | path

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

12345678910>>...76

/PHP-5.5/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-5.5/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-5.5/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-5.5/Zend/
H A Dzend_indent.c63 token.type = 0; in zend_indent()
70 token.type = 0; in zend_indent()
82 if (token.type==0) { in zend_indent()
135 if (token.type == IS_STRING) { in zend_indent()
146 token.type = 0; in zend_indent()
H A Dzend_modules.h29 #define INIT_FUNC_ARGS int type, int module_number TSRMLS_DC
30 #define INIT_FUNC_ARGS_PASSTHRU type, module_number TSRMLS_CC
31 #define SHUTDOWN_FUNC_ARGS int type, int module_number TSRMLS_DC
32 #define SHUTDOWN_FUNC_ARGS_PASSTHRU type, module_number TSRMLS_CC
98 unsigned char type; member
122 unsigned char type; /* dependency type */ member
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller12.phpt2 Phar front controller mime type unknown int
14 Content-type: text/html; charset=UTF-8
16 …n 'PharException' with message 'Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a…
H A Dfrontcontroller13.phpt2 Phar front controller mime type not string/int
14 Content-type: text/html; charset=UTF-8
16 …ption' with message 'Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar:…
/PHP-5.5/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-5.5/
H A D.gdbinit101 set $type = $zvalue->type
137 printf "unknown type %d", $type
174 set $type = $zvalue->type
181 if $type == 0
184 if $type == 1
187 if $type == 2
190 if $type == 3
198 if $type == 4
214 if $type == 5
265 if $type > 9
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error() argument
39 if (type > ZCG(accel_directives).log_verbosity_level) { in zend_accel_error()
65 switch (type) { in zend_accel_error()
87 switch (type) { in zend_accel_error()
/PHP-5.5/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 …n 'PharException' with message 'Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a…
/PHP-5.5/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 …n 'PharException' with message 'Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a…
/PHP-5.5/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-5.5/ext/intl/formatter/
H A Dformatter_format.c36 long type = FORMAT_TYPE_DEFAULT; in PHP_FUNCTION() local
44 &object, NumberFormatter_ce_ptr, &number, &type ) == FAILURE ) in PHP_FUNCTION()
55 if(type == FORMAT_TYPE_DEFAULT) { in PHP_FUNCTION()
62 type = (sizeof(long) == 8)?FORMAT_TYPE_INT64:FORMAT_TYPE_INT32; in PHP_FUNCTION()
64 type = FORMAT_TYPE_DOUBLE; in PHP_FUNCTION()
66 type = FORMAT_TYPE_INT32; in PHP_FUNCTION()
75 switch(type) { in PHP_FUNCTION()
123 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported format type %ld", type); in PHP_FUNCTION()
/PHP-5.5/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_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…
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="…
/PHP-5.5/ext/dom/
H A Dtext.c118 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
123 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
163 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_FUNCTION()
194 nnode->type = XML_ELEMENT_NODE; in PHP_FUNCTION()
196 nnode->type = XML_TEXT_NODE; in PHP_FUNCTION()
/PHP-5.5/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)

Completed in 46 milliseconds

12345678910>>...76