Home
last modified time | relevance | path

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

12345678910>>...81

/PHP-7.0/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.0/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.0/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.0/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.0/ext/standard/tests/file/
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.0/ext/soap/tests/schema/
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…
H A Dschema024.phpt13 <element name="x_item" type="int" maxOccurs="unbounded"/>
19 test_schema($schema,'type="tns:testType"',array(123,123.5));
24 …am SOAP-ENC:arrayType="xsd:int[2]" xsi:type="ns1:testType"><x_item xsi:type="xsd:int">123</x_item>…
H A Dschema043.phpt2 SOAP XML Schema 43: Extension of simple type (2)
12 <attribute name="int" type="int"/>
19 <attribute name="int2" type="int"/>
24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
29 …hemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType" int=…
H A Dschema045.phpt2 SOAP XML Schema 45: Restriction of simple type (2)
12 <attribute name="int" type="int"/>
19 <attribute name="int2" type="int"/>
24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
29 …hemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType" int2…
H A Dschema046.phpt2 SOAP XML Schema 46: Extension of complex type
12 <attribute name="int" type="int"/>
19 <attribute name="int2" type="int"/>
24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
29 …hemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType" int=…
H A Dschema048.phpt2 SOAP XML Schema 48: Restriction of complex type
12 <attribute name="int" type="int"/>
19 <attribute name="int2" type="int"/>
24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
29 …hemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType" int2…
H A Dschema074.phpt11 <element name="str" type="string"/>
13 <attribute name="int" type="int"/>
17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5), "rpc", "encoded…
22 …ing/"><SOAP-ENV:Body><ns1:test><testParam ns1:int="123" xsi:type="ns1:testType"><str xsi:type="xsd…
H A Dschema075.phpt10 <attribute name="int1" type="int"/>
11 <attribute name="int2" type="int" form="qualified"/>
12 <attribute name="int3" type="int" form="unqualified"/>
16 test_schema($schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc"…
21 …SOAP-ENV:Body><ns1:test><testParam ns1:int1="1" ns1:int2="2" int3="3" xsi:type="ns1:testType"/></n…
/PHP-7.0/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.0/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.0/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.0/ext/intl/formatter/
H A Dformatter_format.c36 zend_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(zend_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()
74 switch(type) { in PHP_FUNCTION()
122 php_error_docref(NULL, E_WARNING, "Unsupported format type %pd", type); in PHP_FUNCTION()
/PHP-7.0/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.0/ext/intl/collator/
H A Dcollator_locale.c36 zend_long type = 0; in PHP_FUNCTION() local
43 &object, Collator_ce_ptr, &type ) == FAILURE ) in PHP_FUNCTION()
65 co->ucoll, type, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()

Completed in 40 milliseconds

12345678910>>...81