Home
last modified time | relevance | path

Searched refs:array (Results 5401 – 5425 of 6838) sorted by relevance

1...<<211212213214215216217218219220>>...274

/PHP-5.6/ext/standard/tests/strings/
H A Dstrspn_variation9.phpt21 $strings = array(
44 // loop through each element of the array for str argument
H A Dstrtok_variation3.phpt45 $heredoc_strings = array(
54 // loop through each element of the array and check the working of strtok()
H A Dsprintf_variation15.phpt33 // array of strings used to test the function
34 $string_values = array(
59 // array of string formats
60 $string_formats = array(
H A Dstr_pad.phpt21 $input_strings = array(
32 $pad_lengths = array(
42 each element of $input_strings array */
54 $pad_strings = array ("=", 1, true, "string_pad", 1.5, "\t", '\t');
H A Dstrlen.phpt10 $strings = array( "Hello, World",
77 $str_arr = array("hello", "?world", "!$%**()%**[][[[&@#~!", array());
200 Warning: strlen() expects parameter 1 to be string, array given in %s on line %d
/PHP-5.6/ext/mysqli/tests/
H A D015.phpt82 array(2) {
88 array(2) {
H A Dreflection_tools.inc22 $tmp = array();
32 $tmp = array();
93 $tmp = array();
H A Dmysqli_reconnect.phpt29 $running_threads = array();
62 $running_threads = array();
99 $running_threads = array();
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug28985.phpt9 $client = new SOAPClient(dirname(__FILE__).'/bug28985.wsdl', array('trace'=>1));
13 array(42) {
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options_libmysql.phpt22 $db = new PDO($dsn, $user, $pass, array($option => $value));
41 $valid_options = array();
/PHP-5.6/sapi/cgi/tests/
H A D008.phpt19 private $var = array();
45 …yle="color: #0000BB">$var&nbsp;</span><span style="color: #007700">=&nbsp;array();<br /><br />&nbs…
/PHP-5.6/ext/pdo/
H A DREADME24 $dbh = new PDO("...", $user, $pass, array(PDO_ATTR_AUTOCOMMIT => true));
30 $dbh = new PDO("...", $user, $pass, array(PDO_ATTR_AUTOCOMMIT => false));
/PHP-5.6/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt17 // other types in an array
18 $not_float_types = array (
/PHP-5.6/ext/date/tests/
H A Ddate_default_timezone_set_variation1.phpt24 $inputs = array(
51 array(),
167 Warning: date_default_timezone_set() expects parameter 1 to be string, array given in %s on line %d
H A Ddate_create-1.phpt11 $d = array();
H A Dgetdate_error.phpt5 /* Prototype : array getdate([int timestamp])
H A Dmktime-2.phpt7 $timezones = array(
/PHP-5.6/ext/standard/tests/dir/
H A Dchdir_variation1.phpt47 $inputs = array(
75 array(),
204 Warning: chdir() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dopendir_variation1.phpt52 $inputs = array(
80 array(),
197 Warning: opendir() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dscandir_variation1.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
43 $inputs = array(
71 array(),
214 Warning: scandir() expects parameter 1 to be a valid path, array given in %s on line %d
/PHP-5.6/ext/standard/tests/file/
H A Dfwrite_error.phpt41 $invalid_args = array (
46 array(1,2,3),
107 Warning: fwrite() expects parameter 1 to be resource, array given in %s on line %d
H A Dfread_error.phpt34 $invalid_args = array (
39 array(1,2,3),
96 Warning: fread() expects parameter 1 to be resource, array given in %s on line %d
/PHP-5.6/ext/oci8/tests/
H A Dconn_attr_4.phpt5 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
29 $attr_array = array('MODULE','ACTION','CLIENT_INFO','CLIENT_IDENTIFIER');
59 $values_array = array(1000,NULL,'this is a very huge string with a length > 64 !!!!!this is a very…
/PHP-5.6/ext/mysql/tests/
H A Dmysql_fetch_array.phpt58 } while (in_array($illegal_mode, array(MYSQL_ASSOC, MYSQL_NUM, MYSQL_BOTH)));
61 printf("[013] Expecting array, got %s/%s. [%d] %s\n",
286 array(4) {
297 array(2) {
304 array(4) {
315 array(2) {
322 array(4) {
333 array(11) {
/PHP-5.6/ext/dba/tests/
H A Ddba_gdbm.phpt28 array(3) {

Completed in 35 milliseconds

1...<<211212213214215216217218219220>>...274