Home
last modified time | relevance | path

Searched refs:as (Results 401 – 425 of 4292) sorted by relevance

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

/PHP-7.2/ext/standard/tests/strings/
H A Dmetaphone.phpt19 "The naked waste, as far as the eye could pierce, even to the distant menace of the mountains, was …
22 foreach($array as $str) {
/PHP-7.2/ext/ctype/tests/
H A Dctype_space_variation4.phpt13 * Pass octal and hexadecimal values as $c to ctype_space() to test behaviour
25 foreach($octal_values as $c) {
33 foreach($hex_values as $c) {
/PHP-7.2/ext/standard/tests/file/
H A Dtempnam_variation5-win32.phpt16 /* Passing an existing file as $prefix for tempnam() fn */
20 echo "*** Test tempnam() function: by passing an existing filename as prefix ***\n";
46 *** Test tempnam() function: by passing an existing filename as prefix ***
H A Dtempnam_variation5.phpt14 /* Passing an existing file as $prefix for tempnam() fn */
18 echo "*** Test tempnam() function: by passing an existing filename as prefix ***\n";
44 *** Test tempnam() function: by passing an existing filename as prefix ***
H A Dsymlink_link_linkinfo_is_link_variation9.phpt49 echo "lstat() returns lstat['dev'] as $s1[0]\n";
64 echo "lstat() returns lstat['dev'] as $s1[0]\n";
81 echo "lstat() returns lstat['dev'] as $s1[0]\n";
104 lstat() returns lstat['dev'] as %d
111 lstat() returns lstat['dev'] as %d
118 lstat() returns lstat['dev'] as %d
H A Dpathinfo_variaton.phpt38 /* pathname as boolean */
42 /* pathname as an array */
46 /* pathname as object */
49 /* pathname as spaces */
57 /* pathname as NULL */
61 /* filename as resource */
64 /* pathname as members of object */
71 /* pathname as member of array */
81 foreach($paths as $path) {
/PHP-7.2/ext/reflection/tests/
H A Dbug63399.phpt18 Trait1::run as execute;
21 Trait2::say as talk;
H A DReflectionObject_isInstantiable_variation.phpt65 foreach($reflectionObjects as $reflectionObject ) {
72 Deprecated: Methods with the same name as their class will not be constructors in a future version …
74 Deprecated: Methods with the same name as their class will not be constructors in a future version …
76 Deprecated: Methods with the same name as their class will not be constructors in a future version …
/PHP-7.2/Zend/tests/
H A Dbug62991.phpt25 foreach($generator as $something) {
29 foreach($generator() as $something) {
H A Dns_012.phpt11 use test\ns1 as ns2;
12 use test as ns3;
H A Dclass_name_as_scalar.phpt2 class name as scalar from ::class keyword
36 use Bee\Bop as Moo,
41 var_dump(Moo::CLASS); // resolve from use as
43 $class = One::class; // assign class as scalar to var
/PHP-7.2/ext/spl/tests/
H A Diterator_005.phpt17 foreach(new IteratorIterator($it) as $v)
33 foreach(new IteratorIterator($it) as $v)
/PHP-7.2/tests/classes/
H A Dproperty_override_protected_private.phpt2 Redeclare inherited protected property as private (duplicates Zend/tests/errmsg_023.phpt).
32 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 18
H A Dproperty_recreate_private.phpt27 echo "\nUnset superclass's private property, and recreate it as public in subclass:\n";
33 echo "\nUnset superclass's private property, and recreate it as public at global scope:\n";
60 Unset superclass's private property, and recreate it as public in subclass:
66 Unset superclass's private property, and recreate it as public at global scope:
/PHP-7.2/tests/output/
H A Dob_end_clean_basic_001.phpt2 Test return type and value, as well as basic behaviour, for ob_end_clean()
/PHP-7.2/ext/date/tests/
H A Dbug52668.phpt10 foreach($dp as $dt) {
14 foreach($dp as $dt) {
H A Dbug63740.phpt2 Bug #63740 (strtotime seems to use both sunday and monday as start of week)
19 foreach ( $dates as $date )
H A Ddate_sun_info_003.phpt9 foreach ($sun_info as $key => $elem ) {
16 foreach ($sun_info as $key => $elem ) {
/PHP-7.2/ext/mbstring/tests/
H A Dmb_stripos_basic2.phpt57 foreach ($ascii_needles as $needle) {
58 foreach ($ascii_haystacks as $haystack) {
65 foreach ($greek_needles as $needle) {
66 foreach ($greek_haystacks as $haystack) {
/PHP-7.2/ext/standard/tests/array/
H A Darray_key_exists.phpt30 foreach ($search_arrays as $search_array) {
43 foreach ($search_arrays as $search_array) {
62 foreach ($search_arrays_v as $search_array) {
74 // first args as array
76 // second args as string
80 // second args as NULL
82 // second args as boolean
84 // first args as boolean
86 // second args as float
90 // first argument as floating point value
[all …]
/PHP-7.2/ext/spl/internal/
H A Dmultipleiterator.inc75 foreach($this->iterators as $iter)
109 foreach($this->iterators as $iter)
127 // The following code is an optimized version that executes as few
128 // valid() calls as necessary and that only checks the flags once.
130 foreach($this->iterators as $iter)
145 foreach($this->iterators as $iter)
164 foreach($this->iterators as $iter)
206 foreach($this->iterators as $iter)
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dwrite5.phar.inc18 foreach ($phar2 as $name => $file) {
22 foreach ($arr as $name => $content) {
H A Dwrite6.phar13 foreach ($phar2 as $name => $file) {
17 foreach ($arr as $name => $content) {
/PHP-7.2/tests/lang/
H A DforeachLoop.011.phpt8 foreach ($a as $v) {
18 foreach ($a as $v) {
/PHP-7.2/ext/simplexml/tests/
H A D028.phpt15 foreach($xml->attributes() as $attr => $value)
20 foreach($xml->children() as $node)

Completed in 25 milliseconds

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