Home
last modified time | relevance | path

Searched refs:array (Results 2701 – 2725 of 6641) sorted by relevance

1...<<101102103104105106107108109110>>...266

/PHP-5.5/ext/standard/tests/array/
H A Dcompact.phpt10 $location_vars = array("c\u0327ity", "state");
16 array(2) {
H A Darray_next_error2.phpt6 return array(1, 2);
8 var_dump(next(array(1, 2)));
/PHP-5.5/Zend/tests/
H A Dbug35106.phpt2 Bug #35106 (nested foreach fails when array variable has a reference)
5 $a=array("1","2");
H A Dforeach_list_004.phpt6 $array = [['a', 'b'], 'c', 'd'];
8 foreach($array as $key => list()) {
H A Dgc_026.phpt8 $a = array(array());
H A Dindirect_call_array_002.phpt2 Indirect method call by array - Invalid method name
6 $arr = array('stdclass', 'b');
H A Dmod_001.phpt6 $a = array(1,2,3);
7 $b = array();
H A Dbug24773.phpt5 $array = 'test';
6 unset($array["lvl1"]["lvl2"]["b"]);
H A Dbug34518.phpt5 $arr = array(1,2,3);
6 $arr["foo"] = array(4,5,6);
H A Dbug45877.phpt7 $keys = array(PHP_INT_MAX,
16 array(3) {
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt27 $s = $dbh->prepare("select dummy from dual", array(PDO::ATTR_CASE, $mode));
59 array(1) {
65 array(1) {
71 array(1) {
77 array(1) {
/PHP-5.5/ext/pcre/tests/
H A Dpreg_split_error1.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
14 $regex_array = array('abcdef', //Regex without delimiter
17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
53 Warning: preg_split() expects parameter 1 to be string, array given in %spreg_split_error1.php on l…
57 array(3) {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_resource_basic.phpt19 $vars = array(
25 array(1,2,3,4,5),
29 $types = array(
35 "array",
81 array test returns FALSE
/PHP-5.5/ext/oci8/tests/
H A Dlob_001.phpt5 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
15 $stmtarray = array(
60 $stmtarray = array(
83 array(2) {
92 array(2) {
/PHP-5.5/tests/lang/
H A Dbug29893.phpt2 Bug #29893 (segfault when using array as index)
10 Warning: Cannot use a scalar value as an array in %sbug29893.php on line %d
H A Dbug23624.phpt2 Bug #23624 (foreach leaves current array key as null)
5 $arr = array ('one', 'two', 'three');
/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_variation_001.phpt26 //array of values to iterate over
27 $values = array(
42 // array data
43 array(),
44 array(0),
45 array(1),
46 array(1, 2),
47 array('color' => 'red', 'item' => 'pen'),
73 // loop through each element of the array for pattern
H A Deregi_replace_variation_001.phpt26 //array of values to iterate over
27 $values = array(
42 // array data
43 array(),
44 array(0),
45 array(1),
46 array(1, 2),
47 array('color' => 'red', 'item' => 'pen'),
73 // loop through each element of the array for pattern
/PHP-5.5/ext/spl/tests/
H A DSplObjectStorage_var_dump.phpt13 array(1) {
15 array(2) {
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_04_update.phpt48 array(2) {
54 array(2) {
63 array(2) {
69 array(2) {
/PHP-5.5/ext/intl/tests/
H A Dcalendar_setLenient_error.phpt16 var_dump($c->setLenient(array()));
19 var_dump(intlcal_set_lenient($c, array()));
29 Warning: IntlCalendar::setLenient() expects parameter 1 to be boolean, array given in %s on line %d
39 Warning: intlcal_set_lenient() expects parameter 2 to be boolean, array given in %s on line %d
H A Dcollator_get_sort_key.phpt35 $test_params = array(
44 // Sort a non-ASCII array using ru_RU locale.
45 $test_params = array(
51 // Sort an array using Lithuanian locale.
H A Dcollator_get_sort_key_variant2.phpt34 $test_params = array(
43 // Sort a non-ASCII array using ru_RU locale.
44 $test_params = array(
50 // Sort an array using Lithuanian locale.
H A Dcollator_get_sort_key_variant3.phpt34 $test_params = array(
43 // Sort a non-ASCII array using ru_RU locale.
44 $test_params = array(
50 // Sort an array using Lithuanian locale.
/PHP-5.5/ext/standard/tests/streams/
H A Dbug61019.phpt8 $descriptorspec = array(
9 0 => array("pipe", "r"), // stdin is a pipe that the child will read from
10 1 => array("pipe", "w"), // stdout is a pipe that the child will write to
11 2 => array("pipe", "w") // stderr is a pipe that the child will write to

Completed in 27 milliseconds

1...<<101102103104105106107108109110>>...266