Searched refs:as (Results 151 – 175 of 4273) sorted by relevance
12345678910>>...171
/PHP-7.1/ext/intl/tests/ |
H A D | dateformat_format.phpt | 87 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-7.1/ext/zlib/tests/ |
H A D | gzfile_variation11.phpt | 24 foreach ( $variation as $var ) { 44 string(19) "as it turns around 64 string(19) "as it turns around 84 string(19) "as it turns around 104 string(19) "as it turns around 124 string(19) "as it turns around
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | array_walk_variation8.phpt | 2 Test array_walk() function : usage variations - buit-in function as callback 11 * Passing different buit-in functionns as callback function 17 echo "*** Testing array_walk() : built-in function as callback ***\n"; 33 *** Testing array_walk() : built-in function as callback ***
|
H A D | array_change_key_case_variation6.phpt | 20 echo "\n-- Pass a two-dimensional array as \$input argument --\n"; 23 echo "\n-- Pass a sub-arry as \$input argument --\n"; 31 -- Pass a two-dimensional array as $input argument -- 62 -- Pass a sub-arry as $input argument --
|
H A D | array_walk_recursive_variation8.phpt | 2 Test array_walk_recursive() function : usage variations - buit-in function as callback 11 * Passing different buit-in functionns as callback function 17 echo "*** Testing array_walk_recursive() : built-in function as callback ***\n"; 33 *** Testing array_walk_recursive() : built-in function as callback ***
|
/PHP-7.1/ext/dom/tests/ |
H A D | dom005.phpt | 9 print "--- save as XML\n"; 12 print "--- save as HTML\n"; 20 --- save as XML 27 --- save as HTML
|
/PHP-7.1/Zend/tests/ |
H A D | foreach_004.phpt | 25 foreach(['rewind', 'valid', 'key', 'next'] as $trap) { 29 foreach ($obj as $key => &$val) echo "$val\n"; 37 foreach (new IT($trap) as $key => &$val) echo "$val\n"; 44 foreach ((object)new IT($trap) as $key => &$val) echo "$val\n";
|
H A D | this_as_parameter.phpt | 2 $this as parameter 11 Fatal error: Cannot use $this as parameter in %sthis_as_parameter.php on line 2
|
H A D | special_name_error1.phpt | 2 Cannot use special class name as namespace 10 Fatal error: Cannot use 'self' as namespace name in %s on line %d
|
H A D | foreach_005.phpt | 6 foreach($a as &$x) { 7 foreach($a as &$y) {
|
/PHP-7.1/ext/spl/tests/ |
H A D | bug50579.phpt | 17 foreach ($i as $name=>$value) { 22 foreach ($i as $name=>$value) { 29 foreach ($i as $name=>$value) {
|
H A D | observer_003.phpt | 18 foreach(array(1,"2","foo",true) as $value) 25 foreach($storage as $object) 37 foreach($storage2 as $object)
|
H A D | iterator_024.phpt | 8 foreach(new RecursiveIteratorIterator(new ArrayObject($ar, 0, "RecursiveArrayIterator")) as $v) ech… 15 foreach(new RecursiveIteratorIterator(new ArrayObject($ar)) as $v) echo "$v\n"; 26 foreach(new RecursiveIteratorIterator($it) as $v) echo "$v\n";
|
H A D | array_013.phpt | 16 foreach($it as $key => $val) 26 foreach(new NoRewindIterator($it) as $key => $val) 45 foreach($it as $key => $val) 55 foreach(new NoRewindIterator($it) as $key => $val)
|
H A D | pqueue_001.phpt | 18 foreach ($pq as $k=>$v) { 31 foreach ($pq1 as $k=>$v) { 44 foreach ($pq2 as $k=>$v) { 57 foreach ($pq3 as $k=>$v) {
|
/PHP-7.1/Zend/tests/use_const/ |
H A D | self_parent.phpt | 7 use const self as foo; 8 use const parent as bar;
|
/PHP-7.1/Zend/tests/use_function/ |
H A D | self_parent.phpt | 7 use function self as foo; 8 use function parent as bar;
|
/PHP-7.1/ext/pdo/tests/ |
H A D | bug_72788.phpt | 22 echo "Statement failed as expected\n"; 31 Statement failed as expected 32 Statement failed as expected
|
/PHP-7.1/tests/lang/ |
H A D | foreachLoop.004.phpt | 2 Foreach loop tests - using an array element as the $value 8 foreach($a as $v[0]) { 17 foreach($a as $k=>$v[0]) {
|
/PHP-7.1/ext/pdo_firebird/tests/ |
H A D | bug_76488.phpt | 11 with recursive r(n) as ( 17 cast(lpad(\'A\', 8000, \'A\') as BLOB sub_type TEXT) as SRC
|
/PHP-7.1/ext/reflection/tests/ |
H A D | bug38465.phpt | 23 foreach ($clazz->getMethods() as $method) { 24 foreach ($method->getParameters() as $param) { 36 foreach ($clazz->getMethods() as $method) { 37 foreach ($method->getParameters() as $param) {
|
/PHP-7.1/ext/standard/tests/dir/ |
H A D | scandir_variation9-win32-mb.phpt | 2 Test scandir() function : usage variations - different ints as $sorting_order arg 17 * Pass different integers as $sorting_order argument to test how scandir() 31 // different ints to pass as $sorting_order argument 34 foreach($ints as $sorting_order) {
|
/PHP-7.1/ext/simplexml/tests/ |
H A D | 006.phpt | 36 foreach($sxe as $name => $data) { 43 foreach(clone $sxe as $name => $data) { 50 foreach($sxe->elem11 as $name => $data) { 57 foreach($sxe->elem1 as $name => $data) {
|
H A D | 019.phpt | 36 foreach($sxe->children() as $name => $data) { 43 foreach(clone $sxe->children() as $name => $data) { 50 foreach($sxe->elem11->children() as $name => $data) { 57 foreach($sxe->elem1->children() as $name => $data) {
|
/PHP-7.1/ext/standard/tests/general_functions/ |
H A D | intval_binary_prefix.phpt | 36 foreach ($goodInputs as $input) { 44 foreach ($goodInputs as $input) { 52 foreach ($goodInputs as $input) { 60 foreach ($badInputs as $input) {
|
Completed in 101 milliseconds
12345678910>>...171