Home
last modified time | relevance | path

Searched refs:as (Results 451 – 475 of 4292) sorted by relevance

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

/PHP-7.2/Zend/tests/
H A Dbug39449.phpt21 foreach ($a->arr as $k => $v) {
27 foreach ($a->arr as $k => $v) {
H A Dbug30820.phpt24 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
27 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
H A Dtemporary_cleaning_005.phpt11 foreach ([$a, [new stdClass]] as $b) {
28 foreach ([$a, [new stdClass]] as $b) {
/PHP-7.2/ext/spl/tests/
H A Drecursiveiteratoriterator_nextelement_basic.phpt12 foreach ($iterator as $element) {
22 foreach ($iterator as $element) {
/PHP-7.2/Zend/tests/traits/
H A Dnoctor001.phpt2 Don't mark trait methods as constructor
26 Deprecated: Methods with the same name as their class will not be constructors in a future version …
/PHP-7.2/ext/ftp/tests/
H A Dbug39583-2.phpt26 echo "Uploaded $source_file as $destination_file";
34 Uploaded %sbug39583-2.php as bug39583-2.php
H A Dbug39583.phpt27 echo "Uploaded $source_file as $destination_file";
35 Uploaded %sbug39583.php as bug39583.php
/PHP-7.2/tests/lang/operators/
H A Dpostdec_variationStr.phpt2 Test N-- operator : various numbers as strings
12 foreach ($strVals as $strVal) {
H A Dpostinc_variationStr.phpt2 Test N++ operator : various numbers as strings
12 foreach ($strVals as $strVal) {
H A DbitwiseNot_variationStr.phpt2 Test ~N operator : various numbers as strings
12 foreach ($strVals as $strVal) {
/PHP-7.2/ext/standard/tests/array/
H A Darray_diff_assoc_variation4.phpt2 Test array_diff_assoc() function : usage variations - arrays with different data types as keys
13 * as keys
29 //Different data types as keys to be passed to $arr1 argument
94 foreach($inputs as $key => $input) {
H A Darray_intersect_key.phpt16 foreach ($a_f as $k=> &$a_f_el) { $a_f_el =$k*2;}
17 foreach ($b_f as $k=> &$b_f_el) { $b_f_el =$k*2;}
18 foreach ($c_f as $k=> &$c_f_el) { $c_f_el =$k*2;}
19 foreach ($d_f as $k=> &$d_f_el) { $d_f_el =$k*2;}
H A Darray_unique_variation6.phpt12 * array having reference variables as values.
22 // input array containing elements as reference variables
/PHP-7.2/ext/mbstring/tests/
H A Dmb_strripos_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/general_functions/
H A Dis_callable_basic1.phpt9 * Description: Verify that the contents of a variable can be called as a function
19 foreach($functions as $func) {
41 /* function name as NULL */
61 * expected: true as it is valid callback
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dwrite6.phar.inc19 foreach ($phar2 as $name => $file) {
23 foreach ($arr as $name => $content) {
/PHP-7.2/ext/reflection/tests/
H A DReflectionParameter_export_error2.phpt13 foreach($params as $key => $value) {
21 foreach($params as $key => $value) {
/PHP-7.2/ext/xml/tests/
H A Dxml_closures_001.phpt2 XML parser test using closures as callbacks
13 foreach ($attribs as $k => $v) {
/PHP-7.2/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_error2.phpt4 Verifies that an error message is showed if an empty string is passed as argument
21 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): Empty string supplied as input %s
/PHP-7.2/ext/filter/tests/
H A D031.phpt21 foreach ($floats as $float) {
35 foreach ($floats as $float => $dec) {
/PHP-7.2/ext/pcre/tests/
H A Dpreg_replace_variation1.phpt12 $string = 'This is a string. It contains numbers (0-9) as well as parentheses and some other things…
/PHP-7.2/sapi/fpm/tests/
H A Dproc-user-ignored.phpt2 FPM: Process user setting ignored when FPM is not running as root
30 "'user' directive is ignored when FPM is not running as root",
/PHP-7.2/ext/opcache/tests/
H A Dbug78185.phpt17 foreach (glob($pattern) as $p) {
28 foreach (glob($pattern) as $p) {
/PHP-7.2/ext/posix/tests/
H A Dposix_seteuid_variation2.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
28 foreach ( $variation_array as $var ) {
/PHP-7.2/ext/intl/tests/
H A Dformatter_get_locale_variant4.phpt28 foreach( $locales as $locale )
32 foreach( $loc_types as $loc_type => $loc_type_name )

Completed in 22 milliseconds

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