Home
last modified time | relevance | path

Searched refs:as (Results 376 – 400 of 4292) sorted by relevance

1...<<11121314151617181920>>...172

/PHP-7.2/ext/zlib/tests/
H A Ddeflate_init_reuse.phpt12 foreach (range("a", "z") as $char) {
19 foreach (range("a", "z") as $char) {
/PHP-7.2/ext/simplexml/tests/
H A D026.phpt17 foreach($xml->attributes() as $attr => $value)
22 foreach($xml->children() as $node)
/PHP-7.2/Zend/tests/
H A Darray_literal_next_element_error.phpt15 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
21 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
H A Dns_078.phpt21 use test\ns1\Foo as Bar;
23 use \test\ns1\Foo2 as Bar2;
/PHP-7.2/Zend/tests/traits/
H A Dbug64235.phpt28 TestTrait::method as methodAlias;
34 Fatal error: Class TestParentClass is not a trait, Only traits may be used in 'as' and 'insteadof' …
H A Dlanguage005.phpt2 Use instead to solve a conflict and as to access the method.
29 B::bigTalk as talk;
/PHP-7.2/ext/spl/tests/
H A Dbug44615.phpt14 foreach (new RecursiveIteratorIterator($rai) as $t) {
19 foreach (new RecursiveIteratorIterator($rai) as $t) {
H A Drecursiveiteratoriterator_enditeration_basic.phpt12 foreach ($iterator as $element) {
22 foreach ($iterator as $element) {
H A DCallbackFilterIteratorTest.phpt36 foreach($tests as $name => $test) {
44 foreach($it as $value) {
54 foreach($it as $value) {
/PHP-7.2/ext/sqlite3/tests/
H A Dbug73333.phpt2 Bug #73333 (2147483647 is fetched as string)
13 foreach ([PHP_INT_MIN, PHP_INT_MAX] as $value) {
/PHP-7.2/ext/fileinfo/tests/
H A Dbug57547.phpt2 Bug #57547 Settings options on file doesn't give same result as constructor options
12 foreach ($filenames as $filename) {
/PHP-7.2/tests/classes/
H A Dproperty_override_protectedStatic_privateStatic.phpt2 Redeclare inherited protected static property as private static.
30 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 18
H A Dproperty_override_protected_privateStatic.phpt2 Redeclare inherited protected property as private static.
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 18
H A Dproperty_override_protected_protectedStatic.phpt2 Redeclare inherited protected property as protected static.
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 18
H A Dproperty_override_protected_publicStatic.phpt2 Redeclare inherited protected property as public static.
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 18
H A Dproperty_override_publicStatic_privateStatic.phpt2 Redeclare inherited public static property as private static.
30 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
H A Dproperty_override_publicStatic_protectedStatic.phpt2 Redeclare inherited public static property as protected static.
30 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
H A Dproperty_override_public_privateStatic.phpt2 Redeclare inherited public property as private static.
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 18
H A Dproperty_override_public_protectedStatic.phpt2 Redeclare inherited public property as protected static.
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 18
H A Dproperty_override_public_publicStatic.phpt2 Redeclare inherited public property as public static.
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 18
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_spki_new_basic.phpt13 foreach ($key_sizes as $key_size) {
32 foreach ($pkeys as $pkey) {
35 foreach ($algo as $value) {
/PHP-7.2/ext/reflection/tests/
H A DReflectionParameter_001.phpt27 foreach($parameters as $parameter) {
36 foreach($parameters as $parameter) {
47 foreach($parameters as $parameter) {
/PHP-7.2/ext/phar/tests/
H A Dmetadata_write.phpt23 foreach($files as $name => $cont) {
33 foreach($files as $name => $cont) {
39 foreach($files as $name => $cont) {
/PHP-7.2/ext/standard/tests/streams/
H A Dbug70198.phpt2 Bug #70198 Checking liveness does not work as expected
12 - as soon as client connects, close connection and exit
/PHP-7.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic3.phpt2 Test get_html_translation_table() function : basic functionality - table as HTML_SPECIALCHARS
10 /* test get_html_translation_table() when $table argument is specified as HTML_SPECIALCHARS */
14 // $table as HTML_SEPCIALCHARS and different quote style

Completed in 23 milliseconds

1...<<11121314151617181920>>...172