Home
last modified time | relevance | path

Searched refs:array (Results 5151 – 5175 of 6838) sorted by relevance

1...<<201202203204205206207208209210>>...274

/PHP-5.6/ext/standard/tests/strings/
H A Dstrcspn_variation7.phpt53 $heredoc_strings = array(
64 // defining array of mask strings
66 $mask_array = array(
79 // definig array of start values
80 $start_array = array(
H A Dsprintf_variation8.phpt12 // array of strings used to test the function
13 $string_values = array (
38 $int_formats = array(
H A Dstrstr.phpt29 /* needles in an array to get the string starts with needle, in $string */
30 $needles = array(
96 echo "\n-- passing an array as string and needle --\n";
97 $needles = array("hello", "?world", "!$%**()%**[][[[&@#~!");
331 -- passing an array as string and needle --
333 Warning: strstr() expects parameter 1 to be string, array given in %s on line %d
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt24 $flags = array(
52 $columns = array(
103 return array($expected_flags, $unexpected_flags, $found_flags);
204 $column_def = array('col1 CHAR(1)', 'col2 CHAR(2)','INDEX idx_col1_col2(col1, col2)');
205 $expected_flags = array('col1' => 'MULTIPLE_KEY PART_KEY', 'col2' => 'PART_KEY');
H A Dmysqli_kill.phpt103 array(1) {
105 array(3) {
139 array(1) {
H A Dmysqli_real_query.phpt59 printf("[008a] Expecting array [%d] %s\n", mysqli_errno($link), mysqli_error($link));
75 printf("[009a] Expecting array [%d] %s\n", mysqli_errno($link), mysqli_error($link));
107 array(1) {
/PHP-5.6/ext/oci8/tests/
H A Dimp_res_get_3.phpt6 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
26 $stmtarray = array(
74 $stmtarray = array(
/PHP-5.6/tests/security/
H A Dopen_basedir_scandir.phpt85 array(3) {
93 array(3) {
101 array(3) {
/PHP-5.6/ext/imap/tests/
H A Dimap_fetchbody_variation3.phpt45 $inputs = array(
73 array(),
189 Warning: imap_fetchbody() expects parameter 3 to be %unicode_string_optional%, array given in %s on…
/PHP-5.6/ext/standard/tests/file/
H A Dftruncate_error.phpt36 $invalid_args = array (
41 array(1,2,3),
109 Warning: ftruncate() expects parameter 1 to be resource, array given in %s on line %d
/PHP-5.6/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt83 array(3) {
95 array(3) {
107 array(3) {
/PHP-5.6/ext/standard/tests/math/
H A Dbase_convert_variation2.phpt22 $inputs = array(
50 array(),
166 Warning: base_convert() expects parameter 2 to be long, array given in %s on line %d
H A Dbase_convert_variation3.phpt22 $inputs = array(
50 array(),
166 Warning: base_convert() expects parameter 3 to be long, array given in %s on line %d
/PHP-5.6/ext/ereg/tests/
H A Dereg_basic_003.phpt5 /* Prototype : proto int ereg(string pattern, string string [, array registers])
H A Deregi_basic_003.phpt5 /* Prototype : proto int eregi(string pattern, string string [, array registers])
/PHP-5.6/ext/filter/tests/
H A D041.phpt21 array(3) {
/PHP-5.6/ext/spl/tests/
H A DrecursiveIteratorIterator_callHasChildren_error.phpt6 $arr = array(1,2);
H A DrecursiveIteratorIterator_nextelement_error.phpt6 $arr = array(1,2);
/PHP-5.6/ext/mbstring/tests/
H A Doverload02.phpt21 $ngchars = array('ǽ','ɽ','��','��');
/PHP-5.6/ext/json/tests/
H A D007.phpt21 array(1) {
/PHP-5.6/ext/posix/tests/
H A Dposix_seteuid_variation5.phpt20 $variation_array = array (
H A Dposix_setgid_variation5.phpt20 $variation_array = array (
H A Dposix_setuid_variation5.phpt20 $variation_array = array (
H A Dposix_ttyname_variation4.phpt21 $variation_array = array(
/PHP-5.6/ext/reflection/tests/
H A DReflectionClass_getConstructor_error.phpt10 var_dump($rc->getConstructor(array(1,2,3)));

Completed in 31 milliseconds

1...<<201202203204205206207208209210>>...274