Home
last modified time | relevance | path

Searched refs:as (Results 301 – 325 of 4292) sorted by relevance

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

/PHP-7.2/Zend/tests/generators/
H A Dgenerator_method.phpt14 foreach ($this->data as $value) {
21 foreach ($test as $value) {
H A Dgenerator_method_by_ref.phpt18 foreach ($this->data as $key => &$value) {
25 foreach ($test as &$value) {
/PHP-7.2/Zend/tests/
H A Dstrict_002.phpt2 assigning static property as non static
22 Notice: Accessing static property test::$foo as non static in %s on line %d
H A Dbug40509.phpt10 foreach ($c as $v) {}
18 foreach ($arr["v"] as $k => $v) {
H A Dclone_004.phpt2 Testing usage of object as array on clone statement
20 Fatal error: Uncaught Error: Cannot use object of type foo as array in %s:%d
/PHP-7.2/ext/spl/tests/
H A Diterator_029.phpt8 foreach(new RegexIterator(new ArrayIterator($ar), "/2/") as $k => $v)
17 foreach(new RegexIterator(new ArrayIterator($ar), "/2/", 0, RegexIterator::USE_KEY) as $k => $v)
H A Diterator_033.phpt8 foreach(new RecursiveIteratorIterator($it) as $k=>$v)
16 foreach(new RecursiveIteratorIterator($it, 1) as $k=>$v)
H A Darray_011.phpt7 //foreach (new ArrayIterator($a) as $k => $v)
8 foreach (new LimitIterator(new ArrayIterator($a), 1, 3) as $k => $v)
H A Dheap_003.phpt22 foreach ($in as $i) {
26 foreach ($h as $out) {
/PHP-7.2/ext/standard/tests/array/
H A Darray_search_variation3.phpt2 Test array_search() function : usage variations - haystack as sub-array/object
35 //error: as wrong datatype for second argument
37 //error: as wrong datatype for second argument
39 //element found as "one" exists in array $array_var
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.2/ext/phar/tests/zip/
H A Dmetadata_write_commit.phpt25 foreach($files as $name => $cont) {
38 foreach($files as $name => $cont) {
47 foreach($files as $name => $cont) {
51 foreach($files as $name => $cont) {
/PHP-7.2/ext/mbstring/tests/
H A Dbug28220.phpt13 foreach ($coderange as $r) {
15 foreach ($r as $c) {
/PHP-7.2/tests/classes/
H A Diterators_005.phpt11 foreach($obj as $v);
17 Fatal error: Class test must implement interface Traversable as part of either Iterator or Iterator…
/PHP-7.2/ext/date/tests/
H A Dgmstrftime_variation4.phpt20 'Month as decimal' => "%m",
25 foreach($inputs as $key =>$value) {
44 --Month as decimal--
H A Dbug46874.phpt7 foreach ($dp as $date) {
14 foreach ($dp as $date) {
/PHP-7.2/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 ***
H A Dsprintf_variation34_64bit.phpt23 0x123B, // integer as hexadecimal
27 -0x80000000, // max negative integer as hexadecimal
28 0x7fffffff, // max positive integer as hexadecimal
29 0x7FFFFFFF, // max positive integer as hexadecimal
30 0123, // integer as octal
32 -020000000000, // max negative integer as octal
33 017777777777 // max positive integer as octal
45 foreach($integer_values as $integer_value) {
48 foreach($hexa_formats as $format) {
/PHP-7.2/Zend/tests/traits/
H A Dbug54441.phpt12 bar as dontKnow;
13 dontKnow as protected;
H A Dlanguage004.phpt2 Use instead to solve a conflict and as to access the method.
22 World::saySomething as sayWorld;
H A Dbug60165c.phpt16 foo as fooB;
17 baz as foobar;
/PHP-7.2/Zend/tests/try/
H A Dtry_finally_016.phpt16 foreach ([0] as $_) {
17 foreach (new A as $value) {
/PHP-7.2/ext/opcache/tests/
H A Dbug75608.phpt17 foreach ($reactionRatings as $ratingData) {
23 foreach ($queue as $userId) {
/PHP-7.2/ext/standard/tests/file/
H A D003.phpt16 foreach ($funcs as $test) {
24 foreach ($funcs as $test) {
/PHP-7.2/ext/imap/tests/
H A Dbug63126.phpt15 foreach ($errors as $err) {
32 foreach ($tests as $name => $testparams) {
37 foreach ($errors as $err) {

Completed in 33 milliseconds

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