Home
last modified time | relevance | path

Searched refs:as (Results 151 – 175 of 3880) sorted by relevance

12345678910>>...156

/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_subpatterns_named.phpt26 other {{host} invites {guest} as one of the # people invited to her party.}}}
31 other {{host} invites {guest} as one of the # people invited to his party.}}}
36 other {{host} invites {guest} as one of the # people invited to their party.}}}}
54 foreach ($args as $arg) {
74 'Alice invites Bob as one of the 26 people invited to her party.'
75 'Alice invites Bob as one of the 26 people invited to her party.'
H A Ddateformat_format_variant3.phpt87 foreach( $time_arr as $timestamp_entry){
91 foreach( $locale_arr as $locale_entry ){
92 foreach( $datetype_arr as $datetype_entry )
102 //Test format with input as a localtime :array
103 foreach( $localtime_arr as $localtime_entry){
106 foreach( $localtime_entry as $key => $value){
111 foreach( $locale_arr as $locale_entry ){
112 foreach( $datetype_arr as $datetype_entry )
126 foreach($dates as $date_entry) {
127 foreach( $locale_arr as $locale_entry ){
[all …]
H A Ddateformat_format_variant2.phpt87 foreach( $time_arr as $timestamp_entry){
91 foreach( $locale_arr as $locale_entry ){
92 foreach( $datetype_arr as $datetype_entry )
102 //Test format with input as a localtime :array
103 foreach( $localtime_arr as $localtime_entry){
106 foreach( $localtime_entry as $key => $value){
111 foreach( $locale_arr as $locale_entry ){
112 foreach( $datetype_arr as $datetype_entry )
126 foreach($dates as $date_entry) {
127 foreach( $locale_arr as $locale_entry ){
[all …]
/PHP-5.5/ext/standard/tests/array/
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 --
H A Dbug54459.phpt7 foreach (range(90, 100, .1) as $i => $v){
10 foreach (range("90", "100", .1) as $i => $v){
H A Dbug21918.phpt9 foreach($a as $k => $v) {
18 foreach($b as $k => $v) {
26 foreach($c as $k => $v) {
/PHP-5.5/ext/standard/tests/strings/
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 postive integer as hexadecimal
27 0x7FFFFFFF, // max postive 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 postive integer as hexadecimal
27 0x7FFFFFFF, // max postive 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-5.5/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-5.5/ext/standard/tests/file/
H A Dbug66509.phpt2 Bug #66509 (copy() showing $context parameter as required)
8 foreach($r->getParameters() as $p) {
/PHP-5.5/Zend/tests/
H A Dbug39017.phpt2 Bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)
6 foreach(($a=(object)new A()) as $v);
H A Dbug67111.phpt9 foreach ($array1 as $x) {
10 foreach ($array2 as $y) {
H A Dbug35106.phpt7 foreach($a as $i){
9 foreach($a as $p);
H A Dns_065.phpt5 use X\Y as test, X\Z as test2;
H A Dbug41351.phpt2 Bug #41351 (Invalid opcode with foreach ($a[] as $b))
8 foreach($a[] as $b) {
/PHP-5.5/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 Dbug68128.phpt9 foreach ($regex as $match) {
17 foreach ($rRegexIterator as $key1 => $value1) {
23 foreach ($rRegexIterator->getChildren() as $key => $value) {
/PHP-5.5/ext/mcrypt/tests/
H A Dbug37595.phpt11 foreach($skey as $t) {
17 foreach($sstr as $s) {
34 foreach ($data as $val) {
/PHP-5.5/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-5.5/ext/zlib/tests/
H A Dreadgzfile_variation10.phpt27 foreach ( $variation as $var ) {
37 as it turns around
44 as it turns around
57 as it turns around
64 as it turns around
/PHP-5.5/tests/lang/
H A Dbug29893.phpt2 Bug #29893 (segfault when using array as index)
10 Warning: Cannot use a scalar value as an array in %sbug29893.php on line %d
/PHP-5.5/Zend/tests/traits/
H A Dlanguage018.phpt10 T1::foo as abstract;
15 Fatal error: Cannot use 'abstract' as method modifier in %s on line %d
H A Dlanguage019.phpt10 T1::foo as final;
15 Fatal error: Cannot use 'final' as method modifier in %s on line %d

Completed in 52 milliseconds

12345678910>>...156