Home
last modified time | relevance | path

Searched refs:type (Results 126 – 150 of 3154) sorted by relevance

12345678910>>...127

/php-src/ext/standard/tests/file/
H A Dfgets_variation6.phpt63 -- File content type : numeric --
71 -- File content type : text --
97 -- File content type : numeric --
105 -- File content type : text --
139 -- File content type : text --
173 -- File content type : text --
207 -- File content type : text --
241 -- File content type : text --
275 -- File content type : text --
309 -- File content type : text --
[all …]
/php-src/ext/soap/tests/bugs/
H A Dbug30045.phpt11 function foo($type, $num) {
12 return new SoapVar($num, $type);
41 function test($type, $num) {
45 $ret = $soap->foo($type, new SoapVar($num, $type));
142 <param1 xsi:type="xsd:long">2147483647</param1>
145 <param1 xsi:type="xsd:long">2147483648</param1>
148 <param1 xsi:type="xsd:long">4294967296</param1>
151 <param1 xsi:type="xsd:long">8589934592</param1>
154 <param1 xsi:type="xsd:long">17179869184</param1>
159 <param1 xsi:type="xsd:unsignedLong">2147483647</param1>
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc3691 ir_type type = insn->type;
3818 ir_type type = insn->type;
3867 ir_type type = insn->type;
7325 ir_ref type = insn->type;
7381 ir_ref type = insn->type;
7400 ir_ref type = insn->type;
7480 ir_ref type = insn->type;
7519 ir_ref type = insn->type;
8514 type = arg_insn->type;
8582 type = arg_insn->type;
[all …]
H A Dir_aarch64.dasc1792 ir_type type = insn->type;
1941 ir_type type = insn->type;
2138 ir_type type = insn->type;
2175 ir_type type = insn->type;
3656 ir_ref type = insn->type;
3712 ir_ref type = insn->type;
3728 ir_ref type = insn->type;
3812 ir_ref type = insn->type;
3852 ir_ref type = insn->type;
4713 type = arg_insn->type;
[all …]
/php-src/ext/intl/tests/
H A Dgh8115.phpt31 Caught (8192): IntlDateFormatter::__construct(): Passing null to parameter #2 ($dateType) of type i…
32 Caught (8192): IntlDateFormatter::__construct(): Passing null to parameter #3 ($timeType) of type i…
33 …sedBreakIterator::__construct(): Passing null to parameter #1 ($rules) of type string is deprecated
34 …edBreakIterator::__construct(): Passing null to parameter #2 ($compiled) of type bool is deprecated
35 Caught (8192): Collator::__construct(): Passing null to parameter #1 ($locale) of type string is de…
36 Caught (8192): NumberFormatter::__construct(): Passing null to parameter #1 ($locale) of type strin…
37 Caught (8192): NumberFormatter::__construct(): Passing null to parameter #2 ($style) of type int is…
38 Caught (8192): MessageFormatter::__construct(): Passing null to parameter #1 ($locale) of type stri…
39 Caught (8192): MessageFormatter::__construct(): Passing null to parameter #2 ($pattern) of type str…
40 Caught (8192): ResourceBundle::__construct(): Passing null to parameter #3 ($fallback) of type bool…
/php-src/tests/output/
H A Dob_013.phpt65 [type] => 1
77 [type] => 0
88 [type] => 1
99 [type] => 1
110 [type] => 1
121 [type] => 1
132 [type] => 1
143 [type] => 1
154 [type] => 1
165 [type] => 1
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation1.phpt150 sprintf(): Argument #1 ($format) must be of type string, array given
151 sprintf(): Argument #1 ($format) must be of type string, array given
152 sprintf(): Argument #1 ($format) must be of type string, array given
155 sprintf(): Argument #1 ($format) must be of type string, array given
156 sprintf(): Argument #1 ($format) must be of type string, array given
157 sprintf(): Argument #1 ($format) must be of type string, array given
160 sprintf(): Argument #1 ($format) must be of type string, array given
161 sprintf(): Argument #1 ($format) must be of type string, array given
162 sprintf(): Argument #1 ($format) must be of type string, array given
165 sprintf(): Argument #1 ($format) must be of type string, array given
[all …]
H A Dprintf.phpt53 /* Float type variations */
72 /* Integer type variations */
91 /* Binary type variations */
104 /* Chararter type variations */
137 /* Octal type variations */
159 /* String type variations */
176 /* variations of %g type */
243 *** Output for float type ***
477 *** Output for char type ***
543 *** Output for octal type ***
[all …]
H A Dprintf_64bit.phpt53 /* Float type variations */
72 /* Integer type variations */
91 /* Binary type variations */
104 /* Chararter type variations */
137 /* Octal type variations */
159 /* String type variations */
176 /* variations of %g type */
243 *** Output for float type ***
477 *** Output for char type ***
543 *** Output for octal type ***
[all …]
/php-src/ext/standard/
H A Dtype.c24 zend_string *type; in PHP_FUNCTION() local
30 type = zend_zval_get_legacy_type(arg); in PHP_FUNCTION()
31 if (EXPECTED(type)) { in PHP_FUNCTION()
32 RETURN_INTERNED_STR(type); in PHP_FUNCTION()
88 zend_string *type; in PHP_FUNCTION() local
93 Z_PARAM_STR(type) in PHP_FUNCTION()
103 if (zend_string_equals_ci(type, ZSTR_KNOWN(ZEND_STR_INTEGER))) { in PHP_FUNCTION()
105 } else if (zend_string_equals_ci(type, ZSTR_KNOWN(ZEND_STR_INT))) { in PHP_FUNCTION()
127 if (zend_string_equals_ci(type, ZSTR_KNOWN(ZEND_STR_RESOURCE))) { in PHP_FUNCTION()
248 if (Z_TYPE_P(arg) == type) { in php_is_type()
[all …]
/php-src/ext/tidy/tests/
H A D012.phpt43 ["type"]=>
64 ["type"]=>
88 ["type"]=>
111 ["type"]=>
136 ["type"]=>
267 ["type"]=>
310 ["type"]=>
330 ["type"]=>
416 ["type"]=>
436 ["type"]=>
[all …]
/php-src/ext/standard/tests/array/
H A Darray_keys_variation_005.phpt6 echo "\n*** Testing array_keys() with resource type ***\n";
13 var_dump(array_keys($arr_resource, $resource1)); // loose type checking
14 var_dump(array_keys($arr_resource, $resource1, TRUE)); // strict type checking
15 var_dump(array_keys($arr_resource, $resource2)); // loose type checking
16 var_dump(array_keys($arr_resource, $resource2, TRUE)); // strict type checking
24 *** Testing array_keys() with resource type ***
H A Darray_search_variation2.phpt28 /* loop to do loose and strict type check of elements in
30 checking PHP type comparison tables
33 foreach($array_type as $type) {
35 //loose type checking
36 var_dump( array_search($type,$misc_array ) );
37 //strict type checking
38 var_dump( array_search($type,$misc_array,true) );
39 //loose type checking
40 var_dump( array_search($type,$misc_array,false) );
/php-src/ext/reflection/tests/
H A DReflectionNamedType.phpt15 $type = $function->getParameters()[0]->getType();
18 var_dump($type->getName());
19 var_dump((string) $type);
24 $type = $function->getParameters()[0]->getType();
27 var_dump($type->getName());
28 var_dump((string) $type);
/php-src/ext/gd/tests/
H A Dbug67248.phpt20 !! [TypeError] imageaffinematrixget(): Argument #1 ($type) must be of type array when using transla…
21 !! [TypeError] imageaffinematrixget(): Argument #1 ($type) must be of type array when using transla…
70 !! [ValueError] imageaffinematrixget(): Argument #1 ($type) must be a valid element type
71 !! [ValueError] imageaffinematrixget(): Argument #1 ($type) must be a valid element type
/php-src/ext/soap/tests/schema/
H A Dschema033.phpt12 <element name="int" type="int"/>
17 <element name="int" type="int"/>
18 <element name="nest" type="tns:testType2"/>
22 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"nest"=>array("int"=>123.5)));
27 …dy><ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">123</int><nest xsi:type="n…
H A Dschema035.phpt2 SOAP XML Schema 35: Nested complex types (element ref + anonymous type)
13 <element name="int" type="int"/>
19 <element name="int" type="int"/>
24 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
29 …<ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">123</int><testType2 xsi:type=…
H A Dschema051.phpt2 SOAP XML Schema 51: Array in complex type (maxOccurs > 1, array)
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"=>array(123.5,456.7)));
22 …<ns1:test><testParam xsi:type="ns1:testType"><int xsi:type="xsd:int">123</int><int2 xsi:type="xsd:…
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_pipes3.phpt39 resource(%d) of type (Unknown)
41 resource(%d) of type (Unknown)
43 resource(%d) of type (Unknown)
45 resource(%d) of type (Unknown)
51 resource(%d) of type (Unknown)
53 resource(%d) of type (Unknown)
55 resource(%d) of type (Unknown)
57 resource(%d) of type (Unknown)
/php-src/Zend/tests/
H A Ddynamic_class_const_fetch.phpt49 Cannot use value of type null as class constant name
52 Cannot use value of type null as class constant name
57 Cannot use value of type int as class constant name
58 Cannot use value of type int as class constant name
59 Cannot use value of type int as class constant name
60 Cannot use value of type int as class constant name
61 Cannot use value of type array as class constant name
62 Cannot use value of type array as class constant name
63 Cannot use value of type array as class constant name
64 Cannot use value of type array as class constant name
/php-src/ext/ffi/tests/
H A D036.phpt11 $type = $ffi->type("int*");
14 global $type;
16 //$buf = $ffi->new("int*[1]"); /* this loses type and crash */
17 $buf = $ffi->new(FFI::arrayType($type, [1]));
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/sapi/phpdbg/
H A Dphpdbg_parser.y85 $$.type = FILE_PARAM;
90 $$.type = NUMERIC_FILE_PARAM;
95 $$.type = FILE_PARAM;
105 $$.type = NUMERIC_FILE_PARAM;
115 $$.type = METHOD_PARAM;
120 $$.type = NUMERIC_METHOD_PARAM;
132 $$.type = COND_PARAM;
152 $$.type = EVAL_PARAM;
157 $$.type = SHELL_PARAM;
162 $$.type = RUN_PARAM;
[all …]
/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">…

Completed in 85 milliseconds

12345678910>>...127