Searched refs:array (Results 5401 – 5425 of 6641) sorted by relevance
1...<<211212213214215216217218219220>>...266
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetchobject.phpt | 64 $rows[] = array(); 65 while (is_object($rows[] = $stmt->fetchObject('myclass', array($rowno++, $rowno))))
|
/PHP-5.5/ext/soap/tests/interop/Round2/Base/ |
H A D | r2_base_015w.phpt | 20 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0)); 21 $client->echoStructArray(array($struct1,$struct2));
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | copy_variation3-win32.phpt | 26 /* array of destination file names */ 27 $dest_files = array(
|
H A D | fscanf_variation51.phpt | 29 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o"); 34 $modes = array("w", "wb", "wt",
|
H A D | is_executable_variation2.phpt | 51 $files = array ( 64 /* loop through to test each element in the above array
|
H A D | is_readable_variation2.phpt | 50 $files = array ( 63 /* loop through to test each element in the above array
|
H A D | copy_variation5.phpt | 26 /* array of destination file names */ 27 $dest_files = array(
|
/PHP-5.5/ext/mbstring/tests/ |
H A D | mb_ereg_replace_variation2.phpt | 44 $inputs = array( 91 // loop through each element of the array for pattern
|
/PHP-5.5/ext/mcrypt/tests/ |
H A D | mcrypt_cbc_3des_encrypt.phpt | 25 $keys = array( 31 $ivs = array(
|
/PHP-5.5/ext/mysql/tests/ |
H A D | mysql_max_links.phpt | 32 $links = array(); 72 array(3) {
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | 014.phpt | 85 array(2) { 91 array(2) {
|
/PHP-5.5/ext/date/tests/ |
H A D | bug52113.phpt | 19 $unser = DateInterval::__set_state(array( 68 DateInterval::__set_state(array(
|
/PHP-5.5/ext/phar/tests/ |
H A D | fgc_edgecases.phpt | 18 file_get_contents(array()); 50 Warning: file_get_contents() expects parameter 1 to be a valid path, array given in %sfgc_edgecases…
|
/PHP-5.5/ext/spl/internal/ |
H A D | appenditerator.inc | 20 /** @internal array of inner iterators */ 118 return call_user_func_array(array($this->getInnerIterator(), $func), $params);
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | htmlspecialchars_decode_variation5.phpt | 16 $strings = array ( 24 // loop through each element of the array to check htmlspecialchars_decode() function with all poss…
|
H A D | ucwords_variation3.phpt | 17 $str_array = array( 49 // loop through the $str_array array to test ucwords on each element
|
H A D | strtolower-win32.phpt | 28 $strings = array ( 38 array() 353 Warning: strtolower() expects parameter 1 to be string, array given in %s on line %d
|
/PHP-5.5/ext/oci8/tests/ |
H A D | bind_char_2.phpt | 26 $stmtarray = array( 89 $stmtarray = array(
|
H A D | lob_null.phpt | 5 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs 202 array(2) { 204 array(9) { 225 array(9) {
|
/PHP-5.5/ext/imap/tests/ |
H A D | imap_fetchbody_variation1.phpt | 43 $inputs = array( 71 array(), 187 Warning: imap_fetchbody() expects parameter 1 to be resource, array given in %s on line 85
|
H A D | imap_include.inc | 9 $users = array("webmaster", "info", "admin", "foo"); // tests require 4 valid userids 16 $mandatory_overview_fields = array( 36 * @param array resp element from the return value of imap_fetch_overview()
|
H A D | imap_fetchbody_variation2.phpt | 45 $inputs = array( 73 array(), 189 Warning: imap_fetchbody() expects parameter 2 to be long, array given in %s on line %d
|
/PHP-5.5/ext/standard/tests/dir/ |
H A D | closedir_variation1.phpt | 35 $inputs = array( 63 array(), 180 Warning: closedir() expects parameter 1 to be resource, array given in %s on line %d
|
H A D | readdir_variation1.phpt | 34 $inputs = array( 62 array(), 178 Warning: readdir() expects parameter 1 to be resource, array given in %s on line %d
|
H A D | rewinddir_variation1.phpt | 35 $inputs = array( 63 array(), 179 Warning: rewinddir() expects parameter 1 to be resource, array given in %s on line %d
|
Completed in 29 milliseconds
1...<<211212213214215216217218219220>>...266