Home
last modified time | relevance | path

Searched refs:array (Results 2651 – 2675 of 6641) sorted by relevance

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

/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation1.phpt35 //array of values to iterate over
36 $values = array(
51 // array data
52 array(),
53 array(0),
54 array(1),
55 array(1, 2),
56 array('color' => 'red', 'item' => 'pen'),
85 // loop through each element of the array for format
H A Dhtmlentities_html5.phpt38 $mpcent = array(
39 array(0x0003C, 0x20D2),
42 array(0x00066, 0x6A),
44 array(0x0219D, 0x338),
45 array(0x02202, 0x338),
52 array(0x02242, 0x338),
53 array(0x0224B, 0x338),
55 array(0x0224E, 0x338),
56 array(0x0224F, 0x338),
57 array(0x02250, 0x338),
[all …]
H A Dsubstr_replace_array.phpt2 substr_replace() function - array
6 $arr = array('abc' => 'llsskdkk','def' => 'llsskjkkdd', 4 => 'hello', 42 => 'world');
/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_variation_002.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 replacement
/PHP-5.5/ext/interbase/tests/
H A D007.phpt2 InterBase: array handling
44 $v_char = array();
45 $v_date = array();
46 $v_decimal = array();
47 $v_double = array();
48 $v_float = array();
49 $v_integer = array();
50 $v_numeric = array();
51 $v_smallint = array();
52 $v_varchar = array();
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv4_recv.phpt10 $so = socket_set_option($s, IPPROTO_IP, MCAST_JOIN_GROUP, array(
44 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
61 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
73 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
85 $so = socket_set_option($s, $level, MCAST_BLOCK_SOURCE, array(
98 $so = socket_set_option($s, $level, MCAST_UNBLOCK_SOURCE, array(
109 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
121 $so = socket_set_option($s, $level, MCAST_JOIN_SOURCE_GROUP, array(
132 $so = socket_set_option($s, $level, MCAST_LEAVE_SOURCE_GROUP, array(
145 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchheader_variation1.phpt40 // get different types of array
41 $index_array = array (1, 2, 3);
42 $assoc_array = array ('one' => 1, 'two' => 2);
48 $inputs = array(
82 // array data
83 /*21*/ array(),
86 array('foo', $index_array, $assoc_array),
213 Warning: imap_fetchheader() expects parameter 1 to be resource, array given in %s on line %d
218 Warning: imap_fetchheader() expects parameter 1 to be resource, array given in %s on line %d
223 Warning: imap_fetchheader() expects parameter 1 to be resource, array given in %s on line %d
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt17 $known = array(
94 array(2) {
96 array(6) {
111 array(6) {
126 array(2) {
128 array(10) {
151 array(10) {
174 array(1) {
176 array(10) {
199 array(1) {
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dbug51291_1.phpt146 array(4) {
157 array(4) {
172 array(4) {
187 array(4) {
200 array(4) {
211 array(4) {
225 array(4) {
238 array(4) {
252 array(4) {
266 array(4) {
[all …]
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray__construct_param_null.phpt8 $array = new SplFixedArray( NULL );
10 print_r( $array );
H A DSplFixedArray_offsetExists_less_than_zero.phpt7 $array = new SplFixedArray(5);
8 if($array->offsetExists(-10) === false) {
/PHP-5.5/Zend/tests/
H A Dclosure_030.phpt13 array(1) {
17 array(1) {
H A Dgc_018.phpt7 $a = array(array());
H A Dbug40899.phpt5 list(list($a,$b),$c)=array(array('a','b'),'c');
H A Dbug42818.phpt2 Bug #42818 ($foo = clone(array()); leaks memory)
5 $foo = clone(array());
H A Dbug35470.phpt2 Bug #35470 (Assigning global using variable name from array doesn't function)
5 $x = array("test", "55");
H A Ddiv_002.phpt6 $a = array(1,2,3);
7 $b = array(1);
H A Dforeach.phpt5 $foo = array(1,2,3,4);
16 array(4) {
H A Dindirect_call_array_001.phpt2 Indirect method call by array - Invalid class name
6 $arr = array('a', 'b');
H A Dmul_001.phpt6 $a = array(1,2,3);
7 $b = array(1);
/PHP-5.5/tests/lang/
H A Dbug25145.phpt13 array(1) {
15 array(1) {
H A Dbug55754.phpt6 current($arr = array(0 => "a"));
7 current(array(0 => "a"));
/PHP-5.5/ext/session/tests/
H A Dbug66827.phpt2 Bug #66827: Session raises E_NOTICE when session name variable is array.
8 $_COOKIE[session_name()] = array();
/PHP-5.5/ext/filter/tests/
H A D051.phpt8 var_dump(filter_var("123asd", FILTER_VALIDATE_INT, array("options"=>array("default"=>$default))));
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug47027.phpt5 $ao = new ArrayObject(array (2 => "foo", "bar" => "baz"));
9 ArrayObject::__set_state(array(

Completed in 94 milliseconds

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