Home
last modified time | relevance | path

Searched refs:type (Results 26 – 50 of 1876) sorted by last modified time

12345678910>>...76

/PHP-5.5/tests/classes/
H A Dtostring_001.phpt116 string(19) "Illegal offset type"
H A Dtype_hinting_001.phpt2 ZE2 class type hinting
H A Dtype_hinting_002.phpt2 ZE2 class type hinting non existing class
H A Dtype_hinting_003.phpt2 ZE2 class type hinting with arrays
60 Catchable fatal error: Argument 1 passed to Test::f1() must be of the type array, integer given, ca…
H A Dtype_hinting_004.phpt2 Ensure type hints are enforced for functions invoked as callbacks.
H A Dtype_hinting_005a.phpt2 Check type hint compatibility in overrides with array hints.
H A Dtype_hinting_005b.phpt2 Check type hint compatibility in overrides with array hints.
H A Dtype_hinting_005c.phpt2 Check type hint compatibility in overrides with array hints.
H A Dtype_hinting_005d.phpt2 Check type hint compatibility in overrides with array hints.
H A Dinterface_method_private.phpt15 Fatal error: Access type for interface method if_a::err() must be omitted in %s on line %d
H A Dautoload_009.phpt2 Ensure type hints for unknown types do not trigger autoload.
/PHP-5.5/tests/basic/
H A D026.phpt2 Registration of HTTP_RAW_POST_DATA due to unknown content-type
6 Content-Type: unknown/type
H A D029.phpt38 ["type"]=>
H A Dbug55500.phpt16 Content-Disposition: form-data; name="file[[type]"; filename="file2.txt"
45 [%u|b%"type"]=>
H A Drfc1867_anonymous_upload.phpt33 [%u|b%"type"]=>
46 [%u|b%"type"]=>
H A Drfc1867_array_upload.phpt45 [%u|b%"type"]=>
H A Drfc1867_empty_upload.phpt48 [%u|b%"type"]=>
61 [%u|b%"type"]=>
74 [%u|b%"type"]=>
H A Drfc1867_max_file_size.phpt48 [%u|b%"type"]=>
61 [%u|b%"type"]=>
74 [%u|b%"type"]=>
H A Drfc1867_max_file_uploads_empty_files.phpt49 ["type"]=>
62 ["type"]=>
75 ["type"]=>
88 ["type"]=>
H A Drfc1867_max_file_uploads_empty_files_debug.phpt51 ["type"]=>
64 ["type"]=>
77 ["type"]=>
90 ["type"]=>
H A Drfc1867_missing_boundary_2.phpt26 [%u|b%"type"]=>
H A Drfc1867_post_max_filesize.phpt44 [%u|b%"type"]=>
57 [%u|b%"type"]=>
70 [%u|b%"type"]=>
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php9 public static function write($name, $string, $type, $count = 0) { argument
10 if ($type == 'b') {
14 if ($type == 'e') {
18 if ($type == 'v') {
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCase.php15 * @param string $type
18 public static function getInstance($optionalSections, $type = 'function') { argument
19 if($type == 'function') {
22 if($type =='method') {
H A DgtErrorTestCase.php16 * @param string $type
19 public static function getInstance($optionalSections, $type = 'function') { argument
21 if($type == 'function') {
24 if($type =='method') {

Completed in 29 milliseconds

12345678910>>...76