Home
last modified time | relevance | path

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

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

/PHP-7.2/ext/date/tests/
H A Dstrftime_variation10.phpt27 'Weekday as decimal' => "%u",
32 foreach($inputs as $key =>$value) {
47 --Weekday as decimal--
H A Dstrftime_variation9.phpt27 'Weekday as decimal' => "%u",
32 foreach($inputs as $key =>$value) {
47 --Weekday as decimal--
/PHP-7.2/ext/standard/tests/strings/
H A Dstrrchr_variation4.phpt31 $heredoc_needle, //needle as heredoc string
32 $special_chars_str //needle as haystack
36 foreach($needles as $needle) {
H A Dstr_split_variation5.phpt2 Test str_split() function : usage variations - different heredoc strings as 'str' argument
14 * Passing different heredoc strings as 'str' argument to the str_split()
18 echo "*** Testing str_split() : heredoc strings as 'str' argument ***\n";
81 foreach($heredoc_array as $str) {
90 *** Testing str_split() : heredoc strings as 'str' argument ***
/PHP-7.2/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt24 /* Variation 1 : Creating links across directories where linkname is stored as an object and array …
36 echo "*** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members in a…
64 // check if link is soft link; expected: false as the link is a hardlink
71 echo "\n*** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members of…
94 // check if link is soft link; expected: false as this is a hardlink
113 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members in an obje…
125 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members of an arra…
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dwrite5.phar12 foreach ($phar2 as $name => $file) {
16 foreach ($arr as $name => $content) {
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt12 foreach ($constants as $group => $consts) {
13 foreach ($consts as $name => $value) {
H A Dbug74021.phpt18 $res = $link->query("SELECT RPAD('1',9000000,'1') as a,RPAD('1',9000000,'1') as b");
/PHP-7.2/Zend/tests/
H A Dbug67633.phpt17 foreach(id($array) as &$v) {
22 foreach(ref_id($array) as &$v) {
H A Dbug72057.phpt12 (function (int $i) { bar(); })("7as");
17 #1 %s(%d): {closure}('7as')
/PHP-7.2/ext/spl/tests/
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) {
H A DSplFileInfo_getExtension_basic.phpt7 foreach ($exts as $ext) {
17 foreach ($exts as $ext) {
/PHP-7.2/tests/classes/
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_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
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
/PHP-7.2/ext/reflection/tests/
H A DReflectionObject_getConstructor_basic.phpt54 foreach ($classes as $class) {
67 Deprecated: Methods with the same name as their class will not be constructors in a future version …
69 Deprecated: Methods with the same name as their class will not be constructors in a future version …
71 Deprecated: Methods with the same name as their class will not be constructors in a future version …
H A DReflectionClass_getConstructor_basic.phpt54 foreach ($classes as $class) {
67 Deprecated: Methods with the same name as their class will not be constructors in a future version …
69 Deprecated: Methods with the same name as their class will not be constructors in a future version …
71 Deprecated: Methods with the same name as their class will not be constructors in a future version …
/PHP-7.2/ext/sysvmsg/tests/
H A D005.phpt10 foreach ($tests as $q) {
21 echo "Using '$q' as queue resource:\n";
41 Using 'Resource id #4' as queue resource:
53 Using 'foo' as queue resource:

Completed in 31 milliseconds

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