Home
last modified time | relevance | path

Searched refs:value3 (Results 1 – 25 of 30) sorted by relevance

12

/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt28 protected $value3 = 20;
126 ["value3":protected]=>
143 ["value3":protected]=>
175 ["value3":protected]=>
213 ["value3":protected]=>
251 ["value3":protected]=>
497 ["value3":protected]=>
535 ["value3":protected]=>
578 ["value3":protected]=>
616 ["value3":protected]=>
[all …]
/PHP-5.5/Zend/tests/
H A Dbug46304.phpt8 define('ns1\NS2\coNSt3','value3');
49 value3
50 value3
51 value3
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_statistics.h103 …NC_STATISTIC_W_VALUE3(enabler, stats, statistic1, value1, statistic2, value2, statistic3, value3) \ argument
109 uint64_t v3 = (uint64_t) (value3); \
144 …C_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, statistic3, value3) \ argument
145 …), mysqlnd_global_stats, (statistic1), (value1), (statistic2), (value2), (statistic3), (value3)); \
146 …statistics), (conn_stats), (statistic1), (value1), (statistic2), (value2), (statistic3), (value3));
156 …INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, statistic3, value3) argument
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_object.phpt48 function __construct($value1 , $value2 , $value3)
51 $this->member2 = $value3;
76 function __construct($value1 , $value2 , $value3)
79 $this->member1 = $value3;
104 function __construct($value1 , $value2 , $value3)
107 $this->member1 = $value3;
120 function __construct($value1 , $value2 , $value3)
124 $this->member3 = $value3;
133 function __construct($value1 , $value2 , $value3 , $value4)
135 parent::__construct($value1 , $value2 , $value3);
H A Darray_fill_object_2_4.phpt48 function __construct($value1 , $value2 , $value3)
51 $this->member2 = $value3;
76 function __construct($value1 , $value2 , $value3)
79 $this->member1 = $value3;
104 function __construct($value1 , $value2 , $value3)
107 $this->member1 = $value3;
120 function __construct($value1 , $value2 , $value3)
124 $this->member3 = $value3;
133 function __construct($value1 , $value2 , $value3 , $value4)
135 parent::__construct($value1 , $value2 , $value3);
H A Darray_sum_variation5.phpt18 $value3 = 0;
27 4 => &$value3,
H A Darray_unique_variation6.phpt19 $value3 = 0;
28 4 => &$value3,
H A Dnatcasesort_variation6.phpt18 $value3 = 555;
21 $array = array( &$value1 , &$value2, &$value3);
H A Darsort_object2.phpt26 function __construct($value1, $value2,$value3){
29 $this->protected_class_value = $value3;
41 function __construct($value1, $value2,$value3){
44 $this->protected_class_value = $value3;
H A Darray_chunk_basic2.phpt19 array('value1', "value2", "value3"),
101 string(6) "value3"
115 string(6) "value3"
H A Drsort_variation4.phpt21 $value3 = 555;
24 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
H A Dusort_variation9.phpt32 $value3 = 0;
41 4 => &$value3,
H A Darray_map_variation8.phpt29 $value3 = 0;
38 4 => &$value3,
H A Darray_merge_recursive_variation7.phpt19 $value3 = 0;
28 4 => &$value3,
H A Darray_chunk_basic1.phpt19 array('value1', "value2", "value3"),
80 string(6) "value3"
H A Darray_walk_recursive_variation5.phpt18 $value3 = &$value1;
22 $input = array(&$value1, array(&$value2, -35), array(&$value3, 0), array(&$value4));
H A Darray_walk_variation5.phpt18 $value3 = &$value1;
22 $input = array(&$value1, &$value2, -35, &$value3, 0, &$value4);
H A Duasort_variation10.phpt40 $value3 = 0;
49 4 => &$value3,
H A Drsort_object2.phpt24 function __construct($value1, $value2,$value3){
27 $this->protected_class_value = $value3;
39 function __construct($value1, $value2,$value3){
42 $this->protected_class_value = $value3;
H A Darsort_variation4.phpt22 $value3 = 555;
25 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
H A Dasort_variation4.phpt22 $value3 = 555;
25 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
H A Dsort_variation4.phpt22 $value3 = 555;
25 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
/PHP-5.5/ext/pdo/tests/
H A Dbug_35671.phpt20 $insert = $db->prepare("insert into test (field1, field2, field3) values (:value1, :value2, :value3
25 ":value3" => 25
/PHP-5.5/ext/spl/tests/
H A Dfixedarray_001.phpt28 $a[3] = "value3";
54 string(6) "value3"
H A Dfixedarray_002.phpt52 $a[3] = "value3";
95 string(6) "value3"

Completed in 51 milliseconds

12