Home
last modified time | relevance | path

Searched refs:as (Results 351 – 375 of 3756) sorted by relevance

1...<<11121314151617181920>>...151

/PHP-7.4/Zend/tests/
H A Dbug70156.phpt21 foo1 as private;
24 foo2 as bar;
H A Dns_002.phpt13 use test\ns1\Foo as Bar;
14 use test\ns1 as ns2;
H A Dns_060.phpt6 use Bar\A as B;
13 use Foo\A as B;
H A Dbug30828.phpt9 foreach ($bt as $t) {
17 foreach ($bt as $t) {
25 foreach ($bt as $t) {
/PHP-7.4/ext/opcache/tests/
H A Dbug79412.phpt11 foreach ($foo as $bar) {
13 foreach ($runs as $run) {
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt2 Test chunk_split() function : usage variations - different heredoc strings as 'str' argument
12 * Passing different heredoc strings as 'str' argument to the chunk_split()
16 echo "*** Testing chunk_split() : heredoc strings as 'str' argument ***\n";
79 foreach($heredoc_arr as $str) {
88 *** Testing chunk_split() : heredoc strings as 'str' argument ***
/PHP-7.4/ext/standard/tests/array/
H A Drange.phpt10 echo "\n-- Integers as Low and High --\n";
16 echo "\n-- Numeric Strings as Low and High --\n";
22 echo "\n-- Chars as Low and High --\n";
32 echo "\n-- floats as Low and High --\n";
54 -- Integers as Low and High --
103 -- Numeric Strings as Low and High --
152 -- Chars as Low and High --
275 -- floats as Low and High --
/PHP-7.4/ext/imap/tests/
H A Dbug63126.phpt15 foreach ($errors as $err) {
32 foreach ($tests as $name => $testparams) {
37 foreach ($errors as $err) {
/PHP-7.4/ext/zlib/tests/
H A Dinflate_add_basic.phpt51 foreach ($modes as $modeKey => $mode) {
54 foreach ($flushSizes as $flushSize) {
55 foreach ($flushTypes as $flushTypeKey => $flushType) {
/PHP-7.4/ext/date/tests/
H A Dstrftime_variation4.phpt21 'Month as decimal' => "%m",
26 foreach($inputs as $key =>$value) {
45 --Month as decimal--
/PHP-7.4/tests/classes/
H A Diterators_006.phpt47 foreach ($array as $property => $value) {
60 foreach ($array as $property => $value) {
66 foreach ($array as $property => $value) {
H A Dproperty_override_protectedStatic_private.phpt2 Redeclare inherited protected static property as private.
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_protectedStatic_protected.phpt2 Redeclare inherited protected static property as protected.
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_protectedStatic_public.phpt2 Redeclare inherited protected static property as public.
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_publicStatic_private.phpt2 Redeclare inherited public static property as private.
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_publicStatic_protected.phpt2 Redeclare inherited public static property as protected.
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_publicStatic_public.phpt2 Redeclare inherited public static property as public.
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_public_protected.phpt2 Redeclare inherited public property as protected.
32 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
H A Dproperty_override_public_private.phpt2 Redeclare inherited public property as private.
32 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
/PHP-7.4/ext/ctype/tests/
H A Dctype_digit_variation4.phpt13 * Pass octal and hexadecimal values as $c argument to ctype_digit() to test behaviour
25 foreach($octal_values as $c) {
33 foreach($hex_values as $c) {
/PHP-7.4/ext/spl/tests/
H A DSplFileInfo_getExtension_basic.phpt7 foreach ($exts as $ext) {
17 foreach ($exts as $ext) {
H A Dbug51119.phpt11 foreach ($limitIterator as $item) {
20 foreach ($limitIterator as $item) {
H A Dobserver_009.phpt12 foreach ($storageA as $object) {
20 foreach ($storageB as $object) {
H A Drecursiveiteratoriterator_beginiteration_basic.phpt12 foreach ($iterator as $element) {
23 foreach ($iterator as $element) {
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite5.phar12 foreach ($phar2 as $name => $file) {
16 foreach ($arr as $name => $content) {

Completed in 51 milliseconds

1...<<11121314151617181920>>...151