Home
last modified time | relevance | path

Searched refs:as (Results 226 – 250 of 3756) sorted by relevance

12345678910>>...151

/PHP-7.4/ext/filter/tests/
H A D033_run.inc22 foreach(filter_list() as $filter) {
24 …foreach($data as $k=>$d) $result[$k] = filter_var($d,filter_id($filter),array("options"=>array("re…
26 foreach($data as $k=>$d) $result[$k] = filter_var($d,filter_id($filter),array("options"=>"test"));
/PHP-7.4/ext/standard/tests/array/
H A Dbug21918.phpt9 foreach($a as $k => $v) {
18 foreach($b as $k => $v) {
26 foreach($c as $k => $v) {
H A Dshuffle_variation5.phpt45 // defining array with values as heredoc strings
55 // defining array with keys as heredoc strings
65 // test shuffle() with array containing heredoc strings as values
71 // test shuffle() with array containing heredoc strings as its keys
72 echo "\n-- with array having heredoc strings as keys --\n";
101 -- with array having heredoc strings as keys --
/PHP-7.4/ext/spl/tests/
H A Diterator_011.phpt8 foreach(new LimitIterator(new InfiniteIterator(new EmptyIterator()), 0, 3) as $key=>$val)
18 foreach($it as $val=>$key)
29 foreach($it as $val=>$key)
H A Diterator_018.phpt8 foreach(new LimitIterator(new InfiniteIterator(new EmptyIterator()), 0, 3) as $key=>$val)
18 foreach($it as $val=>$key)
29 foreach($it as $val=>$key)
H A Darray_004.phpt9 foreach($obj as $ak=>$av) {
10 foreach($obj as $bk=>$bv) {
H A Dheap_005.phpt10 foreach($input as $i) {
14 foreach ($h as $k => $o) {
H A Dheap_006.phpt10 foreach($input as $i) {
14 foreach ($h as $k => $o) {
/PHP-7.4/ext/standard/tests/strings/
H A Dstrpos_number.phpt5 // Integer is handles as an octal representation, so nothing to match
13 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an expli…
16 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an expli…
H A Dstripos.phpt49 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
52 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
55 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
58 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
61 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
64 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
H A Dsha1_file.phpt43 echo "\n-- Scalar value as filename --\n";
46 echo "\n-- NULL as filename --\n";
55 echo "\n-- Hexadecimal Output for Empty file as Argument --\n";
58 echo "\n-- Raw Binary Output for Empty file as Argument --\n";
88 -- Scalar value as filename --
93 -- NULL as filename --
108 -- Hexadecimal Output for Empty file as Argument --
111 -- Raw Binary Output for Empty file as Argument --
H A Dsprintf_variation19.phpt21 0x123B, // integer as hexadecimal
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max positive integer as hexadecimal
27 0x7FFFFFFF, // max positive integer as hexadecimal
28 0123, // integer as octal
30 -020000000000, // max negative integer as octal
31 017777777777 // max positive integer as octal
43 foreach($integer_values as $integer_value) {
46 foreach($string_formats as $format) {
H A Dsprintf_variation21.phpt21 0x123B, // integer as hexadecimal
25 -0x80000000, // max negative integer as hexadecimal
26 0x7fffffff, // max positive integer as hexadecimal
27 0x7FFFFFFF, // max positive integer as hexadecimal
28 0123, // integer as octal
30 -020000000000, // max negative integer as octal
31 017777777777 // max positive integer as octal
43 foreach($integer_values as $integer_value) {
46 foreach($char_formats as $format) {
/PHP-7.4/tests/classes/
H A Dvisibility_005.phpt14 foreach($this as $k=>$v) {
29 foreach($o as $k=>$v) {
38 foreach($o as $k=>$v) {
/PHP-7.4/Zend/tests/array_unpack/
H A Dalready_occupied.phpt19 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
27 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
35 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_relative_typehint_disallowed.phpt14 Fatal error: Cannot use 'bar\int' as class name as it is reserved in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_format_subpatterns_named.phpt24 other {{host} invites {guest} as one of the # people invited to her party.}}}
29 other {{host} invites {guest} as one of the # people invited to his party.}}}
34 other {{host} invites {guest} as one of the # people invited to their party.}}}}
52 foreach ($args as $arg) {
72 'Alice invites Bob as one of the 26 people invited to her party.'
73 'Alice invites Bob as one of the 26 people invited to her party.'
/PHP-7.4/ext/opcache/tests/
H A Dbug75570.phpt9 foreach ($parents as $p) {
10 foreach ($graph as $v) {
H A Dbug72762.phpt14 foreach ($a as $a) {
15 foreach ($b as $k => $v) {
/PHP-7.4/ext/ffi/tests/
H A Dbug80186.phpt10 foreach ($ffi as $_) { }
11 foreach ($ffi as &$_) { }
/PHP-7.4/ext/mysqli/tests/
H A Dreflection_tools.inc23 foreach ($methods as $method)
27 foreach ($tmp as $method)
33 foreach ($properties as $prop)
36 foreach ($tmp as $prop)
43 foreach ($properties as $name => $v)
49 foreach ($properties as $name => $v)
55 foreach ($constant as $name => $value)
94 foreach ($params as $k => $param)
98 foreach ($tmp as $param)
/PHP-7.4/Zend/tests/
H A Dns_030.phpt8 use A\B as Foo;
12 Fatal error: Cannot use A\B as Foo because the name is already in use in %sns_030.php on line 5
/PHP-7.4/Zend/tests/try/
H A Dtry_finally_014.phpt8 foreach ($array as $value) {
9 foreach ($array as $value) {
/PHP-7.4/tests/lang/
H A Dbug24783.phpt2 Bug #24783 ($key not binary safe in "foreach($arr as $key => $val)")
7 foreach ($arr as $key => $val) {
/PHP-7.4/tests/output/
H A Dob_get_clean_basic_001.phpt2 Test return type and value, as well as basic behaviour, of ob_get_clean()

Completed in 41 milliseconds

12345678910>>...151