Home
last modified time | relevance | path

Searched refs:an (Results 51 – 75 of 1281) sorted by relevance

12345678910>>...52

/PHP-8.0/Zend/tests/
H A Dinter_05.phpt2 Trying to inherit a class in an interface
10 Fatal error: a cannot implement Exception - it is not an interface in %s on line %d
H A Dshort_echo_as_identifier.phpt2 <?= cannot be used as an identifier
15 Parse error: Cannot use "<?=" as an identifier in %s on line %d
H A Dctor_promotion_abstract.phpt2 Constructor promotion cannot be used inside an abstract constructor
12 Fatal error: Cannot declare promoted property in an abstract constructor in %s on line %d
H A Dctor_promotion_interface.phpt2 Constructor promotion cannot be used inside an abstract constructor (interface variant)
12 Fatal error: Cannot declare promoted property in an abstract constructor in %s on line %d
H A Dbug41813.phpt2 Bug #41813 (segmentation fault when using string offset as an object)
12 Fatal error: Uncaught Error: Cannot use string offset as an object in %s:%d
H A Dbug72594.phpt2 Bug #72594 (Calling an earlier instance of an included anonymous class fatals)
H A Dthrowable_002.phpt2 Test using an Exception as the previous Throwable for an Error
H A Dthrowable_001.phpt2 Test using an Error as the previous Throwable for an Exception
/PHP-8.0/sapi/cli/tests/
H A Dbug61546.phpt5 // reference doc for getmyinode() on php.net states that it returns an integer or FALSE on error
7 // however, the implementation of getmyinode() (in pageinfo.c) returns an explicit FALSE in the
9 // of page_inode. therefore, an explicit 0 should be a passing value for this test.
11 // the ext/standard/tests/file/statpage.phpt test also tests getmyinode() returns an integer and wi…
/PHP-8.0/ext/standard/tests/array/
H A Darray_values_variation4.phpt9 * 3. Passed an infinitely recursive multi-dimensional array
22 // get an infinitely recursive array
24 echo "\n-- Array values of an infinitely recursive array --\n";
59 -- Array values of an infinitely recursive array --
/PHP-8.0/ext/mbstring/tests/
H A Dmb_substr_count_error2.phpt11 * Test behaviour of mb_substr_count() function when passed an unknown encoding
20 echo "\n-- Testing mb_substr_count() function with an unknown encoding --\n";
32 -- Testing mb_substr_count() function with an unknown encoding --
/PHP-8.0/ext/gmp/tests/
H A Dgmp_init.phpt41 gmp_init(): Argument #1 ($num) is not an integer string
42 gmp_init(): Argument #1 ($num) is not an integer string
43 gmp_init(): Argument #1 ($num) is not an integer string
/PHP-8.0/ext/opcache/tests/
H A Dbug70111.phpt2 Bug #70111 (Segfault when a function uses both an explicit return type and an explicit cast)
/PHP-8.0/Zend/tests/generators/errors/
H A Dresume_running_generator_error_002.phpt2 Memory leak when resume an already running generator
17 Cannot resume an already running generator
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_driver.phpt55 printf("[008] getMessage() has returned an empty string.\n");
57 printf("[009] getCode() has returned an empty string.\n");
59 printf("[010] getFile() has returned an empty string.\n");
61 printf("[011] getLine() has returned an empty string.\n");
64 printf("[012] getTrace() has returned an empty array.\n");
66 printf("[013] getTraceAsString() has returned an empty string.\n");
68 printf("[014] __toString() has returned an empty string.\n");
108 Warning: mysqli_query(): (%d/%d): You have an error in your SQL syntax; check the manual that corre…
/PHP-8.0/ext/spl/tests/
H A DSplFixedArray_construct_param_SplFixedArray.phpt2 Create an SplFixedArray using an SplFixedArray object.
H A DSplDoublyLinkedList_add_null_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
H A DSplDoublyLinkedList_add_invalid_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
/PHP-8.0/tests/classes/
H A Dinterface_constant_inheritance_001.phpt2 Ensure an interface may not shadow an inherited constant.
/PHP-8.0/ext/simplexml/tests/
H A Dbug41175.phpt2 Bug #41175 (addAttribute() fails to add an attribute with an empty value)
/PHP-8.0/ext/standard/tests/dir/
H A Dreaddir_variation2-win32-mb.phpt12 * Pass readdir() a directory handle pointing to an empty directory to test behaviour
21 echo "\n-- Pass an empty directory to readdir() --\n";
45 -- Pass an empty directory to readdir() --
/PHP-8.0/ext/standard/tests/versioning/
H A Dversion_compare_invalid_operator.phpt2 Ensures an exception is thrown if versions are compared with an invalid operator
/PHP-8.0/ext/standard/tests/file/
H A Dcopy_variation12-win32.phpt10 /* Test copy(): Trying to create a copy of an existing dir */
14 echo "*** Test copy() function: Trying to create a copy of an existing dir ***\n";
34 *** Test copy() function: Trying to create a copy of an existing dir ***
H A Dcopy_variation14.phpt5 /* Test copy(): Trying to create a copy of non-existing source in an existing destination
6 and an existing source in non-existing destination */
19 echo "\n*** Test copy() function: Trying to create copy of an existing source in non-existing desti…
36 *** Test copy() function: Trying to create copy of an existing source in non-existing destination *…
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_083.phpt63 string(71) "Cannot auto-initialize an array inside property Foo::$p of type ?string"
65 string(71) "Cannot auto-initialize an array inside property Foo::$p of type ?string"
71 string(71) "Cannot auto-initialize an array inside property Foo::$s of type ?string"
77 string(91) "Cannot auto-initialize an array inside a reference held by property Foo::$p of type ?st…
79 string(91) "Cannot auto-initialize an array inside a reference held by property Foo::$p of type ?st…

Completed in 23 milliseconds

12345678910>>...52