Home
last modified time | relevance | path

Searched refs:type (Results 426 – 450 of 2207) sorted by relevance

1...<<11121314151617181920>>...89

/PHP-7.4/ext/soap/tests/schema/
H A Dschema003.phpt2 SOAP XML Schema 3: simpleType/restriction (reference to type, that is not defined yet)
16 test_schema($schema,'type="tns:testType"',123.5);
21 …hemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType">123<…
H A Dschema016.phpt2 SOAP XML Schema 16: simpleType/union (inline type)
25 test_schema($schema,'type="tns:testType"',123.5);
30 …hemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType">123.…
/PHP-7.4/ext/ffi/tests/
H A D033.phpt2 FFI 033: FFI::new(), FFI::free(), FFI::type(), FFI::typeof(), FFI::arrayType()
19 $t2 = FFI::type("uint16_t[2]");
24 $t2 = FFI::type("uint32_t");
/PHP-7.4/ext/phar/tests/tar/
H A Dfrontcontroller11.phar.phpt2 Phar front controller mime type extension is not a string tar-based
14 Content-type: text/html
/PHP-7.4/ext/oci8/tests/
H A Dold_oci_close.phpt20 resource(%d) of type (oci8 connection)
22 resource(%d) of type (oci8 statement)
/PHP-7.4/ext/curl/tests/
H A Dcurl_share_close_basic001.phpt18 resource(%d) of type (curl_share)
19 resource(%d) of type (Unknown)
H A Dbug48514.phpt24 resource(%d) of type (curl)
26 resource(%d) of type (curl_multi)
/PHP-7.4/Zend/tests/generators/
H A Dgenerator_with_type_check.phpt2 Generator wit type check
9 Fatal error: Uncaught TypeError: Argument 1 passed to gen() must be of the type array, int given, c…
/PHP-7.4/ext/standard/tests/array/
H A Dend.phpt72 /* Checking on OBJECTS type */
96 /* Checking on RESOURCE type */
97 echo "\n*** Testing end() on resource type ***\n";
98 //file type resource
101 //directory type resource
114 /* checking for unexpected type of arguments */
219 *** Testing end() on resource type ***
220 resource(%d) of type (stream)
221 resource(%d) of type (stream)
H A Dend_64bit.phpt72 /* Checking on OBJECTS type */
96 /* Checking on RESOURCE type */
97 echo "\n*** Testing end() on resource type ***\n";
98 //file type resource
101 //directory type resource
114 /* checking for unexpected type of arguments */
218 *** Testing end() on resource type ***
219 resource(%d) of type (stream)
220 resource(%d) of type (stream)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c133 switch (type) { in phpdbg_check_watch_diff()
160 switch (type) { in phpdbg_print_watch_diff()
304 watch->type = WATCH_ON_ZVAL;
318 switch (watch->type) {
369 ZEND_ASSERT(watch->type == WATCH_ON_ZVAL || watch->type == WATCH_ON_BUCKET);
458 if (watch->type == WATCH_ON_ZVAL || watch->type == WATCH_ON_BUCKET) {
999 switch (watch->type) {
1058 if (watch->type == WATCH_ON_ZVAL || watch->type == WATCH_ON_BUCKET) {
1328 switch (param->type) {
1358 switch (param->type) {
[all …]
/PHP-7.4/Zend/tests/type_declarations/
H A Darray_001.phpt2 Array type declaration
15 Fatal error: Uncaught TypeError: Argument 1 passed to foo() must be of the type array, int given, c…
H A Dtyped_properties_086.phpt7 // Class must have at least one property. Property must have a type.
13 // $x must be undefined or a non-string type
/PHP-7.4/ext/phar/tests/zip/
H A Dfrontcontroller14.phar.phpt2 Phar front controller mime type override, other zip-based
13 Content-type: foo/bar
H A Dfrontcontroller17.phar.phpt2 Phar front controller mime type unknown zip-based
13 Content-type: application/octet-stream
H A Dfrontcontroller16.phar.phpt2 Phar front controller mime type override, Phar::PHP zip-based
15 Content-type: text/html; charset=UTF-8
/PHP-7.4/Zend/tests/
H A Dbug35393.phpt9 static protected $type = array(0=>'main');
13 return self::$type;
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt15 Description: Set the type of variable var to type
19 settype() to object type.
22 get the current type of the variable
23 set the type of the variable to object type
25 get the new type of the variable
158 /* test conversion to object type */
159 $type = "object";
162 echo "\n-- Setting type of data to $type --\n";
167 // get the current data type
171 var_dump( settype($var, $type) );
[all …]
/PHP-7.4/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc60 $type = 2; // Symbolic Link
65 $type = 1; // Link
70 $type = 5; // Directory
72 $type = 0; // Regular
74 $type = 9; // Unknown
97 $type,
149 'unknown compression type ' . $this->compress);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_field_types.phpt2 mysqli_fetch_field() - data types/field->type
51 if ($field->type != $php_type) {
54 if ($k == $field->type) {
60 $php_type, $sql_type, $field->type, $code_name);
85 …MYSQLI_TYPE_BLOB => array("LONGBLOB", 'MySQL does not report proper type. Use Length to distinct B…
86 …MYSQLI_TYPE_BLOB => array("MEDIUMBLOB", 'MySQL does not report proper type. Use Length to distinct…
87 …MYSQLI_TYPE_BLOB => array("TINYBLOB", 'MySQL does not report proper type. Use Length to distinct B…
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller11.phpt2 Phar front controller mime type extension is not a string [cache_list]
15 Content-type: text/html; charset=UTF-8
/PHP-7.4/ext/standard/tests/streams/
H A Dbug75031.phpt6 function test_75031($type, $mode) {
7 $fp = fopen($type, $mode);
/PHP-7.4/ext/openssl/tests/
H A Dbug73711.phpt15 resource(%d) of type (OpenSSL key)
16 resource(%d) of type (OpenSSL key)
/PHP-7.4/Zend/tests/return_types/
H A Dbug71092.phpt2 Bug #71092 (Segmentation fault with return type hinting)
19 Fatal error: Uncaught TypeError: Return value of boom() must be of the type array, null returned in…
H A Dinternal_functions001.phpt2 Return type for internal functions
14 Fatal error: Return value of zend_test_array_return() must be of the type array, null returned in %…

Completed in 40 milliseconds

1...<<11121314151617181920>>...89