Home
last modified time | relevance | path

Searched refs:as (Results 501 – 525 of 4292) sorted by relevance

1...<<21222324252627282930>>...172

/PHP-7.2/ext/zlib/tests/
H A Dgzpassthru_basic.phpt13 // the same as fpassthru
28 as it turns around
/PHP-7.2/ext/standard/tests/array/
H A Darray_count_values_variation.phpt6 * Description: Return the value as key and the frequency of that value in input as value
/PHP-7.2/ext/intl/tests/
H A Dformatter_get_locale_variant3.phpt29 foreach( $locales as $locale )
33 foreach( $loc_types as $loc_type => $loc_type_name )
H A Dresourcebundle_iterator.phpt12 foreach ($r as $onekey => $oneval) {
31 foreach ($r as $onekey => $oneval) {
H A Dformatter_get_locale_variant2.phpt29 foreach( $locales as $locale )
33 foreach( $loc_types as $loc_type => $loc_type_name )
/PHP-7.2/ext/mbstring/tests/
H A Dbug30549.phpt14 foreach($map as $fromc => $toc) {
16 foreach (unpack('Nc', $ustr) as $unic);
/PHP-7.2/ext/phar/tests/
H A Dphar_buildfromdirectory6.phpt12 foreach(range(1, 4) as $i) {
31 foreach(range(1, 4) as $i) {
/PHP-7.2/Zend/tests/
H A Dlsb_019.phpt2 ZE2 Late Static Binding properties and methods declared as protected and overridden as public.
H A Dlsb_020.phpt2 ZE2 Late Static Binding properties and methods declared as public and overridden as public.
/PHP-7.2/ext/spl/tests/
H A Darray_012.phpt12 foreach($it as $key => $val)
34 foreach($it as $key => $val)
H A Drecursive_tree_iterator_setpostfix.phpt40 foreach($it as $k => $v) {
50 foreach($it as $k => $v) {
/PHP-7.2/tests/output/
H A Dob_start_basic_002.phpt25 // Use each of the above functions as an output buffering callback:
29 foreach ($callbacks as $callback) {
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dbug54977.phpt24 foreach ($paths as $d) {
35 foreach ($paths as $d) {
/PHP-7.2/ext/curl/tests/
H A Dbug77946.phpt19 foreach ($urls as $i => $url) {
34 foreach ($urls as $i => $url) {
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dphar_test.inc10 foreach($files as $name => $cont)
26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
59 foreach($files as $cont)
/PHP-7.2/ext/phar/tests/files/
H A Dphar_test.inc10 foreach($files as $name => $cont)
26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
59 foreach($files as $cont)
/PHP-7.2/ext/pdo/tests/
H A Dpdo_013.phpt27 foreach ($stmt as $data)
42 foreach ($db->query($SELECT, PDO::FETCH_CLASS, 'Test') as $data)
51 foreach($stmt as $data)
/PHP-7.2/tests/classes/
H A Dinheritance_002.phpt58 Deprecated: Methods with the same name as their class will not be constructors in a future version …
60 Deprecated: Methods with the same name as their class will not be constructors in a future version …
62 Deprecated: Methods with the same name as their class will not be constructors in a future version …
/PHP-7.2/ext/standard/tests/math/
H A Dabs_variation.phpt2 Test abs() function : usage variations - different data types as $number arg
11 * Pass different data types as $number argument to abs() to test behaviour
74 foreach($inputs as $input) {
/PHP-7.2/ext/com_dotnet/tests/
H A Dbug77177.phpt12 foreach ([$com, $dotnet, $variant] as $object) {
21 foreach ($strings as $string) {
30 foreach ($strings as $string) {
/PHP-7.2/ext/standard/tests/file/
H A Dreadlink_realpath_variation3.phpt20 echo "\n*** Testing readlink() and realpath() with linkname as empty string, NULL and single space …
22 /* linkname as spaces */
46 *** Testing readlink() and realpath() with linkname as empty string, NULL and single space ***
/PHP-7.2/ext/pdo_mysql/tests/
H A Dbug_38546.phpt52 foreach ($db->query('SELECT * from test') as $row) {
78 foreach ($db->query('SELECT * from test') as $row) {
104 foreach ($db->query('SELECT * from test') as $row) {
131 foreach ($db->query('SELECT * from test') as $row) {
135 // Null should not be treated as false
158 foreach ($db->query('SELECT * from test') as $row) {
185 foreach ($db->query('SELECT * from test') as $row) {
/PHP-7.2/tests/lang/
H A DforeachLoopObjects.003.phpt16 foreach ($obj as $k=>$v) {
24 foreach ($obj as $k=>$v) {
32 foreach ($obj as $k=>&$v) {
40 foreach ($obj as $v) {
54 foreach ($obj as &$v) {
67 foreach ($obj as $v) {
77 foreach ($obj as &$v) {
/PHP-7.2/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt32 0x123B, // integer as hexadecimal
38 0x7FFFFFFF, // max positive integer as hexadecimal
39 '0123', // integer as octal
42 017777777777, // max positive integer as octal
47 foreach($valid_ints as $int_value) {
71 foreach($valid_bool as $bool_value) {
109 foreach($valid_floats as $float_value) {
142 foreach($valid_strings as $str) {
175 foreach($valid_arrays as $arr) {
270 foreach($valid_objects as $obj) {
[all …]
H A Dvar_export-locale_32.phpt32 0x123B, // integer as hexadecimal
38 0x7FFFFFFF, // max positive integer as hexadecimal
39 '0123', // integer as octal
42 017777777777, // max positive integer as octal
47 foreach($valid_ints as $int_value) {
71 foreach($valid_bool as $bool_value) {
109 foreach($valid_floats as $float_value) {
142 foreach($valid_strings as $str) {
175 foreach($valid_arrays as $arr) {
270 foreach($valid_objects as $obj) {
[all …]

Completed in 35 milliseconds

1...<<21222324252627282930>>...172