Home
last modified time | relevance | path

Searched refs:type (Results 501 – 525 of 2207) sorted by relevance

1...<<21222324252627282930>>...89

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29061.wsdl13 <part name="parameter" element="" type="xs:string"/>
16 <part name="String" element="" type="xs:string"/>
24 <binding name="bindingName" type="y:SOAPport">
H A Dbug35273.phpt23 …SOAP-ENV:Body><ns1:echoPerson><p xsi:type="ns2:Person"><name xsi:type="SOAP-ENC:string">Name</name…
/PHP-7.4/ext/oci8/tests/
H A Dlob_007.phpt50 resource(%d) of type (oci8 descriptor)
59 resource(%d) of type (oci8 descriptor)
64 resource(%d) of type (oci8 descriptor)
H A Dcoll_001.phpt25 resource(%d) of type (oci8 collection)
28 Warning: oci_new_collection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
H A Dcoll_005.phpt25 resource(%d) of type (oci8 collection)
28 Warning: ocinewcollection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
H A Dskipif.inc5 // Check the test file is valid for this DB type
13 die("skip Unknown database type $v\n");
H A Dlob_038.phpt130 resource(%d) of type (oci8 descriptor)
138 resource(%d) of type (oci8 descriptor)
146 resource(%d) of type (oci8 descriptor)
172 resource(%d) of type (oci8 descriptor)
180 resource(%d) of type (oci8 descriptor)
188 resource(%d) of type (oci8 descriptor)
H A Darray_bind_bdouble.phpt2 Unsupported type: oci_bind_array_by_name() and SQLT_BDOUBLE
7 if (!defined('SQLT_BDOUBLE')) die('skip SQLT_BDOUBLE type not available on older Oracle clients');
H A Darray_bind_bfloat.phpt2 Unsupported type: oci_bind_array_by_name() and SQLT_BFLOAT
7 if (!defined('SQLT_BFLOAT')) die('skip SQLT_BFLOAT type not available on older Oracle clients');
/PHP-7.4/tests/basic/
H A Drfc1867_empty_upload.phpt46 ["type"]=>
59 ["type"]=>
72 ["type"]=>
H A Drfc1867_max_file_size.phpt46 ["type"]=>
59 ["type"]=>
72 ["type"]=>
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_csr_new_basic.phpt21 // options type check
39 resource(%d) of type (OpenSSL X.509 CSR)
40 resource(%d) of type (OpenSSL X.509 CSR)
/PHP-7.4/ext/imap/tests/
H A Dbug80710_1.phpt16 $part1["type"] = TYPEMULTIPART;
19 $part2["type"] = TYPEAPPLICATION;
25 $part3["type"] = TYPETEXT;
H A Dbug32589.phpt12 $m_part1["type"] = TYPEMULTIPART;
14 $m_part2["type"] = TYPETEXT;
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_close_basic001.phpt19 resource(%d) of type (curl_multi)
21 resource(%d) of type (Unknown)
/PHP-7.4/Zend/tests/return_types/
H A D029.phpt2 return type with finally
24 Next TypeError: Return value of foo() must be of the type array, null returned in %s29.php:%d
/PHP-7.4/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc60 $type = 5; // Directory
62 $type = 0; // Regular
64 $type = 1; // Link
67 $type = 9; // Unknown
90 $type,
141 'unknown compression type ' . $this->compress);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_array.phpt9 echo "*** Testing is_array() on different type of arrays ***\n";
29 type of arrays, expected output bool(true) */
38 // get a resource type variable
96 foreach ($varient_arrays as $type ) {
98 var_dump( is_array ($type) );
114 *** Testing is_array() on different type of arrays ***
H A Derror_get_last.phpt22 ["type"]=>
34 ["type"]=>
/PHP-7.4/scripts/dev/
H A Dbless_tests.php105 if ($elem->type == DiffElem::TYPE_KEEP) {
107 } else if ($elem->type == DiffElem::TYPE_ADD) {
136 public $type; variable in DiffElem
142 public function __construct(int $type, $old, $new) { argument
143 $this->type = $type;
/PHP-7.4/ext/mysqli/tests/
H A D047.phpt86 ["type"]=>
115 ["type"]=>
146 ["type"]=>
174 ["type"]=>
204 ["type"]=>
232 ["type"]=>
/PHP-7.4/ext/reflection/tests/
H A DReflectionType_001.phpt67 echo "** Function/method return type $idx\n";
182 ** Function/method return type 0
184 ** Function/method return type 1
189 ** Function/method return type 2
194 ** Function/method return type 3
199 ** Function/method return type 4
204 ** Function/method return type 5
209 ** Function/method return type 6
/PHP-7.4/ext/gd/tests/
H A Dbug41442.phpt35 resource(%d) of type (gd)
36 resource(%d) of type (gd)
/PHP-7.4/ext/phar/tests/
H A Dfrontcontroller15.phpt2 Phar front controller mime type override, Phar::PHPS
14 Content-type: text/html; charset=UTF-8
/PHP-7.4/Zend/
H A Dzend_stack.h41 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element));
42 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(voi…

Completed in 40 milliseconds

1...<<21222324252627282930>>...89