Home
last modified time | relevance | path

Searched refs:as (Results 476 – 500 of 4292) sorted by relevance

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

/PHP-7.2/ext/simplexml/tests/
H A Dbug67572.phpt16 foreach($xml as $key => $value) {
22 foreach($xml2 as $key => $value) {
/PHP-7.2/ext/posix/tests/
H A Dposix_setgid_variation2.phpt6 if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
28 foreach ( $variation_array as $var ) {
H A Dposix_setuid_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.phpt28 foreach( $locales as $locale )
32 foreach( $loc_types as $loc_type => $loc_type_name )
H A Ddateformat_format_parse_version2.phpt74 foreach( $time_arr as $timestamp_entry){
78 foreach( $locale_arr as $locale_entry ){
79 foreach( $datetype_arr as $datetype_entry ) {
88 $res_str .= "\nError while parsing as: '".intl_get_error_message()."'";
95 foreach( $localtime_arr as $localtime_entry){
98 foreach( $localtime_entry as $key => $value){
103 foreach( $locale_arr as $locale_entry ){
104 foreach( $datetype_arr as $datetype_entry ) {
111 $res_str .= "\nError while formatting as: '".intl_get_error_message()."'";
118 foreach( $parsed_arr as $key => $value){
/PHP-7.2/Zend/tests/closures/
H A Dclosure_from_callable_reflection.phpt26 foreach ($callables as $callable) {
29 foreach ($refl->getParameters() as $param) {
/PHP-7.2/ext/spl/tests/
H A DrecursiveIteratorIterator_endchildren_error.phpt21 foreach ($recItIt as $val) echo "$val\n";
27 foreach ($recItIt2 as $val) echo "$val\n";
/PHP-7.2/ext/dba/tests/
H A Ddba_db4_handlers.phpt21 foreach ($h as $key) {
34 foreach ($h as $key => $val) {
/PHP-7.2/ext/date/tests/
H A D002.phpt36 foreach ($dates as $date) {
47 foreach ($dates as $date) {
/PHP-7.2/ext/curl/tests/
H A Dcurl_multi_info_read.phpt18 foreach ($urls as $i => $url) {
32 foreach ($urls as $i => $url) {
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_spki_verify_basic.phpt15 foreach ($key_sizes as $key_size) {
32 foreach ($pkeys as $pkey) {
35 foreach ($algo as $value) {
/PHP-7.2/ext/reflection/tests/
H A D006.phpt20 foreach(array('pub', 'pro', 'pri') as $name)
47 foreach(array('pub', 'pro', 'pri') as $name)
66 foreach(array('pub', 'pro', 'pri') as $name)
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous.phpt24 // you can bind as many values as you want no matter if they can be replaced or not
43 // you can bind as many values as you want no matter if they can be replaced or not
H A Dpdo_mysql_attr_oracle_nulls.phpt27 …$stmt = $db->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . …
31 …$stmt = $db->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . …
35 $stmt = $db->query('SELECT VERSION() as _version');
46 …lse !== $db->exec("CREATE PROCEDURE p() BEGIN SELECT NULL as z, '' AS a, ' ' AS b, TRIM(' ') as c,…
H A Dbug75177.phpt2 PDO MySQL Bug #75177 Type 'bit' is fetched as unexpected string
23 foreach ($ret as $i) {
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_no_alias.phpt27 if (!$res = mysqli_query($link, "SELECT 1 AS a, 2, 2 as '2'")) {
34 if (!$res = mysqli_query($link, "SELECT 1 AS a, 2 as '2', 2")) {
62 if (!$res = mysqli_real_query($link, "SELECT 1 AS a, 2, 2 as '2'")) {
72 if (!$res = mysqli_real_query($link, "SELECT 1 AS a, 2 as '2', 2")) {
/PHP-7.2/ext/oci8/tests/
H A Dimp_res_get_2.phpt37 "create or replace procedure imp_res_get_2_proc as
62 foreach ($row as $item) {
70 foreach ($row as $item) {
79 foreach ($row as $item) {
H A Dconn_attr_1.phpt9 die("skip needs to be run as a DBA user");
29 foreach($attr_array as $attr) {
38 foreach($attr_array as $attr) {
44 foreach($attr_array as $attr) {
50 foreach($attr_array as $attr) {
/PHP-7.2/ext/standard/tests/array/
H A Darray_diff_key.phpt15 foreach ($a_f as $k=> &$a_f_el) { $a_f_el =$k*2;}
16 foreach ($b_f as $k=> &$b_f_el) { $b_f_el =$k*2;}
17 foreach ($c_f as $k=> &$c_f_el) { $c_f_el =$k*2;}
18 foreach ($d_f as $k=> &$d_f_el) { $d_f_el =$k*2;}
/PHP-7.2/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
15 * Pass different integers as $options arg to imap_close() to test which are
16 * recognised as CL_EXPUNGE option
29 foreach($inputs as $input) {
/PHP-7.2/ext/standard/tests/strings/
H A Dsubstr_count_variation_001.phpt7 echo "-- 3rd or 4th arg as string --\n";
14 echo "\n-- 3rd or 4th arg as NULL --\n";
57 -- 3rd or 4th arg as string --
69 -- 3rd or 4th arg as NULL --
H A Dimplode1.phpt18 /* loop to output string with ', ' as $glue, using implode() */
19 foreach ($arrays as $array) {
53 foreach($glues as $glue) {
106 /* int as pieces */
109 /* NULL as pieces */
112 /* pieces as NULL array */
115 /* integer as glue */
118 /* NULL as glue */
/PHP-7.2/ext/standard/tests/file/
H A Drealpath_variation-win32-mb.phpt27 // creating object with members as filename
49 echo "\n*** Testing realpath() with filename as empty string, NULL and single space ***\n";
51 /* filename as spaces */
89 *** Testing realpath() with filename as empty string, NULL and single space ***
H A Drealpath_variation-win32.phpt27 // creating object with members as filename
49 echo "\n*** Testing realpath() with filename as empty string, NULL and single space ***\n";
51 /* filename as spaces */
89 *** Testing realpath() with filename as empty string, NULL and single space ***
/PHP-7.2/tests/classes/
H A Diterators_001.phpt54 foreach($a as $v) {
65 foreach($t as $v) {
70 foreach($t as $v) {
71 foreach($t as $w) {
77 foreach($t as $i => $v) {

Completed in 50 milliseconds

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