/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | proc_open_pipes1.phpt | 22 resource(%d) of type (Unknown) 24 resource(%d) of type (Unknown) 26 resource(%d) of type (Unknown) 28 resource(%d) of type (Unknown) 30 resource(%d) of type (Unknown) 32 resource(%d) of type (Unknown) 34 resource(%d) of type (Unknown) 36 resource(%d) of type (Unknown) 38 resource(%d) of type (Unknown) 40 resource(%d) of type (Unknown) [all …]
|
H A D | gettype_settype_variation5.phpt | 12 settype() to resource type. 16 set the type of the variable to resource type 133 $type = "resource"; 136 echo "\n-- Setting type of data to $type --\n"; 141 // get the current data type 166 Cannot convert to resource type 171 Cannot convert to resource type 176 Cannot convert to resource type 181 Cannot convert to resource type 186 Cannot convert to resource type [all …]
|
/PHP-8.2/ext/standard/tests/class_object/ |
H A D | get_class_variation_001.phpt | 81 Arg value: 0 (type: integer) 84 Arg value: 1 (type: integer) 123 Arg value: (type: NULL) 126 Arg value: (type: NULL) 129 Arg value: 1 (type: boolean) 132 Arg value: (type: boolean) 138 Arg value: (type: boolean) 141 Arg value: (type: string) 144 Arg value: (type: string) 153 Arg value: (type: NULL) [all …]
|
/PHP-8.2/ext/soap/tests/bugs/ |
H A D | bug37083.phpt | 19 …type="ns3:SearchResponseItem" xmlns:ns3="urn:java:de.pangaea.metadataportal.search.SearchService" … 29 …type="ns13:Map" xmlns:ns13="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 30 …type="ns14:Map" xmlns:ns14="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 31 …type="ns15:Map" xmlns:ns15="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 32 …type="ns16:Map" xmlns:ns16="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 33 …type="ns17:Map" xmlns:ns17="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 34 …type="ns18:Map" xmlns:ns18="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 35 …type="ns19:Map" xmlns:ns19="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 36 …type="ns20:Map" xmlns:ns20="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… 37 …type="ns21:Map" xmlns:ns21="http://xml.apache.org/xml-soap" xmlns:soapenc="http://schemas.xmlsoap.… [all …]
|
/PHP-8.2/Zend/tests/type_declarations/union_types/ |
H A D | type_checking_strict.phpt | 2 Behavior of union type checks (strict) 18 function test(string $type, array $values) { 21 echo "\nType $type:\n"; 22 $fn = eval("return function($type \$arg) { return \$arg; };"); 69 "42" => Argument ... must be of type int|float, string given 70 "42.0" => Argument ... must be of type int|float, string given 74 true => Argument ... must be of type int|float, bool given 75 false => Argument ... must be of type int|float, bool given 76 null => Argument ... must be of type int|float, null given 77 [] => Argument ... must be of type int|float, array given [all …]
|
H A D | type_checking_weak.phpt | 2 Behavior of union type checks (weak) 16 function test(string $type, array $values) { 19 echo "\nType $type:\n"; 20 $fn = eval("return function($type \$arg) { return \$arg; };"); 69 "42x" => Argument ... must be of type int|float, string given 70 "x" => Argument ... must be of type int|float, string given 71 "" => Argument ... must be of type int|float, string given 74 null => Argument ... must be of type int|float, null given 75 [] => Argument ... must be of type int|float, array given 122 null => Argument ... must be of type int|bool, null given [all …]
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | fgetc_basic.phpt | 68 resource(%d) of type (stream) 72 resource(%d) of type (stream) 76 resource(%d) of type (stream) 80 resource(%d) of type (stream) 84 resource(%d) of type (stream) 88 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) [all …]
|
/PHP-8.2/ext/dom/tests/ |
H A D | bug38474.phpt | 15 pre:type="bar" type="foo" ><sub /></node>'; 18 echo $dom->firstChild->getAttribute('type')."\n"; 21 $dom->firstChild->setAttribute('pre:type', 'bar2'); 22 $dom->firstChild->setAttribute('type', 'foo2'); 23 $dom->firstChild->setAttribute('post:type', 'baz'); 24 $dom->firstChild->setAttribute('new:type', 'baz2'); 26 echo $dom->firstChild->getAttribute('type')."\n"; 30 $dom->firstChild->removeAttribute('pre:type'); 31 $dom->firstChild->removeAttribute('type'); 33 echo $dom->firstChild->getAttribute('type')."\n"; [all …]
|
/PHP-8.2/ext/ffi/ |
H A D | ffi.c | 488 cdata->type = type; in zend_ffi_cdata_to_zval_slow() 501 cdata->type = type; in zend_ffi_cdata_to_zval_slow_ptr() 518 cdata->type = type; in zend_ffi_cdata_to_zval_slow_ret() 1221 type = ZEND_FFI_TYPE(type->pointer.type); in zend_ffi_cdata_read_field() 1253 type = ZEND_FFI_TYPE(type->pointer.type); in zend_ffi_cdata_read_field() 1437 type = ZEND_FFI_TYPE(type->array.type); in zend_ffi_cdata_write_dim() 1447 type = ZEND_FFI_TYPE(type->pointer.type); in zend_ffi_cdata_write_dim() 1603 type = ZEND_FFI_TYPE(type->array.type); in zend_ffi_ctype_name() 2133 type = ZEND_FFI_TYPE(type->pointer.type); in zend_ffi_cdata_get_closure() 6259 type->pointer.type = dcl->type; [all …]
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | array_diff_ukey_variation2.phpt | 12 //Initialize key_comp_func of type callback 118 array_diff_ukey(): Argument #2 must be of type array, int given 119 array_diff_ukey(): Argument #2 must be of type array, int given 122 array_diff_ukey(): Argument #2 must be of type array, int given 123 array_diff_ukey(): Argument #2 must be of type array, int given 126 array_diff_ukey(): Argument #2 must be of type array, int given 127 array_diff_ukey(): Argument #2 must be of type array, int given 130 array_diff_ukey(): Argument #2 must be of type array, int given 131 array_diff_ukey(): Argument #2 must be of type array, int given 154 array_diff_ukey(): Argument #2 must be of type array, null given [all …]
|
H A D | array_intersect_assoc_variation2.phpt | 118 array_intersect_assoc(): Argument #2 must be of type array, int given 121 array_intersect_assoc(): Argument #2 must be of type array, int given 124 array_intersect_assoc(): Argument #2 must be of type array, int given 127 array_intersect_assoc(): Argument #2 must be of type array, int given 130 array_intersect_assoc(): Argument #2 must be of type array, float given 145 array_intersect_assoc(): Argument #2 must be of type array, null given 148 array_intersect_assoc(): Argument #2 must be of type array, null given 151 array_intersect_assoc(): Argument #2 must be of type array, bool given 154 array_intersect_assoc(): Argument #2 must be of type array, bool given 157 array_intersect_assoc(): Argument #2 must be of type array, bool given [all …]
|
H A D | array_intersect_variation2.phpt | 118 array_intersect(): Argument #2 must be of type array, int given 121 array_intersect(): Argument #2 must be of type array, int given 124 array_intersect(): Argument #2 must be of type array, int given 127 array_intersect(): Argument #2 must be of type array, int given 130 array_intersect(): Argument #2 must be of type array, float given 145 array_intersect(): Argument #2 must be of type array, null given 148 array_intersect(): Argument #2 must be of type array, null given 151 array_intersect(): Argument #2 must be of type array, bool given 154 array_intersect(): Argument #2 must be of type array, bool given 157 array_intersect(): Argument #2 must be of type array, bool given [all …]
|
H A D | array_diff_key_variation1.phpt | 106 array_diff_key(): Argument #1 ($array) must be of type array, int given 107 array_diff_key(): Argument #1 ($array) must be of type array, int given 110 array_diff_key(): Argument #1 ($array) must be of type array, int given 111 array_diff_key(): Argument #1 ($array) must be of type array, int given 114 array_diff_key(): Argument #1 ($array) must be of type array, int given 115 array_diff_key(): Argument #1 ($array) must be of type array, int given 118 array_diff_key(): Argument #1 ($array) must be of type array, int given 119 array_diff_key(): Argument #1 ($array) must be of type array, int given 142 array_diff_key(): Argument #1 ($array) must be of type array, null given 143 array_diff_key(): Argument #1 ($array) must be of type array, null given [all …]
|
H A D | array_diff_key_variation2.phpt | 107 array_diff_key(): Argument #2 must be of type array, int given 108 array_diff_key(): Argument #2 must be of type array, int given 111 array_diff_key(): Argument #2 must be of type array, int given 112 array_diff_key(): Argument #2 must be of type array, int given 115 array_diff_key(): Argument #2 must be of type array, int given 116 array_diff_key(): Argument #2 must be of type array, int given 119 array_diff_key(): Argument #2 must be of type array, int given 120 array_diff_key(): Argument #2 must be of type array, int given 143 array_diff_key(): Argument #2 must be of type array, null given 144 array_diff_key(): Argument #2 must be of type array, null given [all …]
|
H A D | array_intersect_key_variation2.phpt | 111 array_intersect_key(): Argument #2 must be of type array, int given 112 array_intersect_key(): Argument #2 must be of type array, int given 115 array_intersect_key(): Argument #2 must be of type array, int given 116 array_intersect_key(): Argument #2 must be of type array, int given 119 array_intersect_key(): Argument #2 must be of type array, int given 120 array_intersect_key(): Argument #2 must be of type array, int given 123 array_intersect_key(): Argument #2 must be of type array, int given 124 array_intersect_key(): Argument #2 must be of type array, int given 147 array_intersect_key(): Argument #2 must be of type array, null given 148 array_intersect_key(): Argument #2 must be of type array, null given [all …]
|
H A D | array_intersect_uassoc_variation2.phpt | 118 array_intersect_uassoc(): Argument #2 must be of type array, int given 119 array_intersect_uassoc(): Argument #2 must be of type array, int given 122 array_intersect_uassoc(): Argument #2 must be of type array, int given 123 array_intersect_uassoc(): Argument #2 must be of type array, int given 126 array_intersect_uassoc(): Argument #2 must be of type array, int given 127 array_intersect_uassoc(): Argument #2 must be of type array, int given 130 array_intersect_uassoc(): Argument #2 must be of type array, int given 131 array_intersect_uassoc(): Argument #2 must be of type array, int given 154 array_intersect_uassoc(): Argument #2 must be of type array, null given 155 array_intersect_uassoc(): Argument #2 must be of type array, null given [all …]
|
H A D | array_intersect_ukey_variation2.phpt | 116 array_intersect_ukey(): Argument #2 must be of type array, int given 117 array_intersect_ukey(): Argument #2 must be of type array, int given 120 array_intersect_ukey(): Argument #2 must be of type array, int given 121 array_intersect_ukey(): Argument #2 must be of type array, int given 124 array_intersect_ukey(): Argument #2 must be of type array, int given 125 array_intersect_ukey(): Argument #2 must be of type array, int given 128 array_intersect_ukey(): Argument #2 must be of type array, int given 129 array_intersect_ukey(): Argument #2 must be of type array, int given 152 array_intersect_ukey(): Argument #2 must be of type array, null given 153 array_intersect_ukey(): Argument #2 must be of type array, null given [all …]
|
H A D | array_diff_ukey_variation1.phpt | 114 array_diff_ukey(): Argument #1 ($array) must be of type array, int given 115 array_diff_ukey(): Argument #1 ($array) must be of type array, int given 118 array_diff_ukey(): Argument #1 ($array) must be of type array, int given 119 array_diff_ukey(): Argument #1 ($array) must be of type array, int given 122 array_diff_ukey(): Argument #1 ($array) must be of type array, int given 123 array_diff_ukey(): Argument #1 ($array) must be of type array, int given 126 array_diff_ukey(): Argument #1 ($array) must be of type array, int given 127 array_diff_ukey(): Argument #1 ($array) must be of type array, int given 150 array_diff_ukey(): Argument #1 ($array) must be of type array, null given 151 array_diff_ukey(): Argument #1 ($array) must be of type array, null given [all …]
|
H A D | array_intersect_key_variation1.phpt | 110 array_intersect_key(): Argument #1 ($array) must be of type array, int given 111 array_intersect_key(): Argument #1 ($array) must be of type array, int given 114 array_intersect_key(): Argument #1 ($array) must be of type array, int given 115 array_intersect_key(): Argument #1 ($array) must be of type array, int given 118 array_intersect_key(): Argument #1 ($array) must be of type array, int given 119 array_intersect_key(): Argument #1 ($array) must be of type array, int given 122 array_intersect_key(): Argument #1 ($array) must be of type array, int given 123 array_intersect_key(): Argument #1 ($array) must be of type array, int given 146 array_intersect_key(): Argument #1 ($array) must be of type array, null given 147 array_intersect_key(): Argument #1 ($array) must be of type array, null given [all …]
|
H A D | array_intersect_uassoc_variation1.phpt | 118 array_intersect_uassoc(): Argument #1 ($array) must be of type array, int given 119 array_intersect_uassoc(): Argument #1 ($array) must be of type array, int given 122 array_intersect_uassoc(): Argument #1 ($array) must be of type array, int given 123 array_intersect_uassoc(): Argument #1 ($array) must be of type array, int given 126 array_intersect_uassoc(): Argument #1 ($array) must be of type array, int given 127 array_intersect_uassoc(): Argument #1 ($array) must be of type array, int given 130 array_intersect_uassoc(): Argument #1 ($array) must be of type array, int given 131 array_intersect_uassoc(): Argument #1 ($array) must be of type array, int given 154 array_intersect_uassoc(): Argument #1 ($array) must be of type array, null given 155 array_intersect_uassoc(): Argument #1 ($array) must be of type array, null given [all …]
|
H A D | array_intersect_ukey_variation1.phpt | 116 array_intersect_ukey(): Argument #1 ($array) must be of type array, int given 117 array_intersect_ukey(): Argument #1 ($array) must be of type array, int given 120 array_intersect_ukey(): Argument #1 ($array) must be of type array, int given 121 array_intersect_ukey(): Argument #1 ($array) must be of type array, int given 124 array_intersect_ukey(): Argument #1 ($array) must be of type array, int given 125 array_intersect_ukey(): Argument #1 ($array) must be of type array, int given 128 array_intersect_ukey(): Argument #1 ($array) must be of type array, int given 129 array_intersect_ukey(): Argument #1 ($array) must be of type array, int given 152 array_intersect_ukey(): Argument #1 ($array) must be of type array, null given 153 array_intersect_ukey(): Argument #1 ($array) must be of type array, null given [all …]
|
H A D | array_intersect_assoc_variation1.phpt | 117 array_intersect_assoc(): Argument #1 ($array) must be of type array, int given 120 array_intersect_assoc(): Argument #1 ($array) must be of type array, int given 123 array_intersect_assoc(): Argument #1 ($array) must be of type array, int given 126 array_intersect_assoc(): Argument #1 ($array) must be of type array, int given 129 array_intersect_assoc(): Argument #1 ($array) must be of type array, float given 132 array_intersect_assoc(): Argument #1 ($array) must be of type array, float given 144 array_intersect_assoc(): Argument #1 ($array) must be of type array, null given 147 array_intersect_assoc(): Argument #1 ($array) must be of type array, null given 150 array_intersect_assoc(): Argument #1 ($array) must be of type array, bool given 153 array_intersect_assoc(): Argument #1 ($array) must be of type array, bool given [all …]
|
H A D | array_intersect_variation1.phpt | 117 array_intersect(): Argument #1 ($array) must be of type array, int given 120 array_intersect(): Argument #1 ($array) must be of type array, int given 123 array_intersect(): Argument #1 ($array) must be of type array, int given 126 array_intersect(): Argument #1 ($array) must be of type array, int given 129 array_intersect(): Argument #1 ($array) must be of type array, float given 144 array_intersect(): Argument #1 ($array) must be of type array, null given 147 array_intersect(): Argument #1 ($array) must be of type array, null given 150 array_intersect(): Argument #1 ($array) must be of type array, bool given 153 array_intersect(): Argument #1 ($array) must be of type array, bool given 156 array_intersect(): Argument #1 ($array) must be of type array, bool given [all …]
|
/PHP-8.2/Zend/tests/ |
H A D | settype_resource.phpt | 44 Cannot convert to resource type 46 Cannot convert to resource type 48 Cannot convert to resource type 50 Cannot convert to resource type 52 Cannot convert to resource type 54 Cannot convert to resource type 56 Cannot convert to resource type 59 Cannot convert to resource type 68 Cannot convert to resource type 70 Cannot convert to resource type [all …]
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_cleanup.c | 11 int type; member 18 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument 28 c->type = type; in fpm_cleanup_add() 36 void fpm_cleanups_run(int type) /* {{{ */ in fpm_cleanups_run() argument 42 if (c->type & type) { in fpm_cleanups_run() 43 c->cleanup(type, c->arg); in fpm_cleanups_run()
|