Searched refs:arr (Results 101 – 125 of 280) sorted by relevance
12345678910>>...12
/PHP-8.1/ext/session/tests/ |
H A D | 005.phpt | 19 …public $data = 'baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"… 66 $_SESSION["arr"][3]->method(); 69 var_dump($_SESSION["arr"]); 76 $_SESSION["arr"][3]->method(); 81 var_dump($_SESSION["arr"]); 89 var_dump($_SESSION["arr"]); 112 WRITE: test005, baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:2;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"b… 132 WRITE: test005, baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:3;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"b…
|
H A D | 003.phpt | 24 session_decode('baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"b… 27 $_SESSION["arr"][3]->method(); 30 var_dump($_SESSION["arr"]);
|
/PHP-8.1/ext/oci8/tests/ |
H A D | bug42496_2.phpt | 35 $arr = array(); 36 while ($arr = oci_fetch_assoc($s)) { 37 $arr['C1']->free(); 38 $arr['C2']->free();
|
H A D | bug42496_1.phpt | 37 $arr = array(); 38 while ($arr = oci_fetch_assoc($s)) { 39 $arr['C1']->free(); 40 $arr['C2']->free();
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | strtr_with_reference.phpt | 7 $arr = ['bar' => &$foo]; 8 var_dump(strtr('foobar', $arr));
|
H A D | substr_replace_array.phpt | 6 $arr = array('abc' => 'llsskdkk','def' => 'llsskjkkdd', 4 => 'hello', 42 => 'world'); 7 $newarr = substr_replace($arr, 'zzz', 0, -2);
|
/PHP-8.1/ext/dom/tests/ |
H A D | bug47430.phpt | 21 $arr = array(); 22 $arr[0] = 'Value'; 24 print_r($arr);
|
/PHP-8.1/Zend/tests/ |
H A D | list_004.phpt | 6 $arr = array(2, 1); 7 $b =& $arr;
|
H A D | bug71539.phpt | 2 Bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)
|
H A D | bug71539_3.phpt | 2 Bug #71539.3 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)
|
H A D | bug71539_4.phpt | 2 Bug #71539.4 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)
|
H A D | bug71539_5.phpt | 2 Bug #71539.5 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)
|
H A D | indirect_method_call_005.phpt | 7 public function __construct($arr) { 8 parent::__construct($arr);
|
/PHP-8.1/ext/json/tests/ |
H A D | pass002.phpt | 12 $arr = json_decode($test, true); 13 var_dump($arr); 19 $arr_enc = json_encode($arr); 26 $arr = json_decode($arr_enc, true); 27 var_dump($arr);
|
/PHP-8.1/ext/spl/tests/ |
H A D | bug76367.phpt | 5 $arr = [1,3,55,66,43,6]; 7 $iter = new NoRewindIterator(new ArrayIterator($arr));
|
H A D | bug68175.phpt | 5 $arr = new ArrayIterator(array()); 6 $regex = new RegexIterator($arr, '/^test/');
|
/PHP-8.1/Zend/tests/generators/ |
H A D | return_from_by_ref_generator.phpt | 8 $arr = [42]; 9 return $arr[0];
|
/PHP-8.1/ext/opcache/tests/opt/ |
H A D | inference_009.phpt | 11 $arr[y][]=y; 12 $arr=[''=>y];
|
/PHP-8.1/ext/phar/tests/ |
H A D | opendir_edgecases.phpt | 26 $arr = array(); 28 $arr[] = $b; 30 sort($arr); 31 foreach ($arr as $b) {
|
/PHP-8.1/sapi/apache2handler/ |
H A D | php_apache.h | 59 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument 63 elts = (apr_table_entry_t *) arr->elts; \ 64 for (i = 0; i < arr->nelts; i++) { \
|
/PHP-8.1/tests/lang/ |
H A D | bug55754.phpt | 6 current($arr = array(0 => "a")); 8 current($arr);
|
/PHP-8.1/ext/standard/tests/array/ |
H A D | bug14580.phpt | 5 $arr = array ("foo\0bar" => "foo\0bar"); 6 $key = key($arr);
|
/PHP-8.1/ext/standard/tests/serialize/ |
H A D | counting_of_references.phpt | 9 $arr = [&$ref1, &$ref1, &$ref2, &$ref2]; 10 var_dump(serialize($arr));
|
/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | get_defined_vars_basic.phpt | 20 $arr = array(1,2,3,4); 38 $arr = array("foo", "bar"); 81 ["arr"]=> 109 ["arr"]=> 131 ["arr"]=>
|
/PHP-8.1/ext/opcache/tests/ |
H A D | sccp_loop_var_free.phpt | 6 $arr = []; 7 foreach ($arr as $item) {
|
Completed in 27 milliseconds
12345678910>>...12