Home
last modified time | relevance | path

Searched refs:var1 (Results 26 – 50 of 56) sorted by relevance

123

/PHP-7.2/ext/wddx/tests/
H A D003.phpt11 …><header><comment>TEST comment</comment></header><data><struct><var name='var1'><null/></var><var …
18 ["var1"]=>
/PHP-7.2/Zend/tests/
H A Dcast_to_array.phpt9 private $var1 = 1;
93 ["�test�var1"]=>
H A Dsettype_array.phpt9 private $var1 = 1;
93 ["�test�var1"]=>
/PHP-7.2/ext/standard/tests/array/
H A Darray_filter_object.phpt23 public $var1 = 10;
25 return $var1;
106 ["var1"]=>
131 ["var1"]=>
H A Darray_unshift_object.phpt20 public $var1 = 1;
22 return $var1;
111 ["var1"]=>
127 ["var1"]=>
H A Darray_map_object1.phpt24 public $var1 = 1;
38 private $var1 = 10;
48 protected $var1 = 5;
50 return $var1 * $n;
H A Darray_map_object2.phpt19 public $var1 = 1;
H A Dend.phpt116 $var1="string";
118 var_dump( end($var1) );
H A Dend_64bit.phpt116 $var1="string";
118 var_dump( end($var1) );
H A Dkey_variation1.phpt23 var $var1;
204 string(4) "var1"
H A Darray_map_object3.phpt23 public $var1 = 10;
H A Dcurrent_variation1.phpt24 var $var1;
H A Dsizeof_object2.phpt26 var $var1;
/PHP-7.2/ext/oci8/tests/
H A Ddrcp_functions.inc72 procedure p1(var1 int);
79 procedure p1(var1 int) is
81 var :=var1;
/PHP-7.2/ext/spl/tests/
H A Dbug31346.phpt6 $obj->var1=1;
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_ssa.c275 int var1 = -1; in place_essa_pis() local
284 var1 = find_adjusted_tmp_var( in place_essa_pis()
295 if (var1 >= 0 && var2 >= 0) { in place_essa_pis()
301 var1 = -1; in place_essa_pis()
304 } else if (var1 >= 0 && var2 < 0) { in place_essa_pis()
316 var1 = -1; in place_essa_pis()
319 var1 = -1; in place_essa_pis()
324 var1 = -1; in place_essa_pis()
349 if (var1 >= 0) { in place_essa_pis()
406 pi_range_max(pi, var1, val1); in place_essa_pis()
[all …]
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpecl_bug_5780.phpt20 $logstmt = $db->prepare('INSERT INTO test (login, data) VALUES (:var1, :var2)');
24 @var_dump($logstmt->execute(array(':var1' => 'test1', ':var2' => 'test2')));
/PHP-7.2/ext/xml/tests/
H A Dbug72085.phpt9 $var1 = xml_parser_create_ns();
10 xml_set_element_handler($var1, new Exception(""), 4096);
11 xml_parse($var1, str_repeat("<a>", 10));
/PHP-7.2/ext/standard/tests/file/
H A Dfscanf_variation54.phpt20 public $var1 = 1;
/PHP-7.2/ext/standard/tests/general_functions/
H A Dtype.phpt16 $var1 = "another string";
21 $var1,
H A Dparse_ini_basic.data40 var1 = ${basicval}
H A Dparse_ini_basic.phpt88 ["var1"]=>
H A Dgettype_settype_basic.phpt33 $var1 = "another string";
56 $var1,
H A Dgettype_settype_variation1.phpt38 $var1 = "another string";
H A Dgettype_settype_variation6.phpt38 $var1 = "another string";

Completed in 30 milliseconds

123