Home
last modified time | relevance | path

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

12

/PHP-5.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt26 protected $value3 = 20;
124 ["value3":protected]=>
141 ["value3":protected]=>
173 ["value3":protected]=>
211 ["value3":protected]=>
249 ["value3":protected]=>
495 ["value3":protected]=>
533 ["value3":protected]=>
576 ["value3":protected]=>
614 ["value3":protected]=>
[all …]
/PHP-5.3/Zend/tests/
H A Dbug46304.phpt8 define('ns1\NS2\coNSt3','value3');
49 value3
50 value3
51 value3
/PHP-5.3/ext/standard/tests/array/
H A Darray_fill_object.phpt46 function __construct($value1 , $value2 , $value3)
49 $this->member2 = $value3;
74 function __construct($value1 , $value2 , $value3)
77 $this->member1 = $value3;
102 function __construct($value1 , $value2 , $value3)
105 $this->member1 = $value3;
118 function __construct($value1 , $value2 , $value3)
122 $this->member3 = $value3;
131 function __construct($value1 , $value2 , $value3 , $value4)
133 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 Dusort_variation9.phpt32 $value3 = 0;
41 4 => &$value3,
H A Darray_merge_recursive_variation7.phpt19 $value3 = 0;
28 4 => &$value3,
H A Drsort_variation4.phpt23 $value3 = 555;
26 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
H A Darray_map_variation8.phpt29 $value3 = 0;
38 4 => &$value3,
H A Darray_chunk_basic1.phpt19 array('value1', "value2", "value3"),
80 string(6) "value3"
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 Darray_walk_recursive_variation5.phpt18 $value3 = &$value1;
22 $input = array(&$value1, array(&$value2, -35), array(&$value3, 0), array(&$value4));
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);
H A Dnatcasesort_object2.phpt24 function __construct($value1, $value2,$value3){
27 $this->protected_class_value = $value3;
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_statistics.h109 …NC_STATISTIC_W_VALUE3(enabler, stats, statistic1, value1, statistic2, value2, statistic3, value3) \ argument
115 uint64_t v3 = (uint64_t) (value3); \
150 …C_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, statistic3, value3) \ argument
151 …), mysqlnd_global_stats, (statistic1), (value1), (statistic2), (value2), (statistic3), (value3)); \
152 …statistics), (conn_stats), (statistic1), (value1), (statistic2), (value2), (statistic3), (value3));
162 …INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, statistic3, value3) argument
/PHP-5.3/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.3/ext/spl/tests/
H A Dfixedarray_001.phpt30 $a[3] = "value3";
56 string(6) "value3"
H A Dfixedarray_002.phpt54 $a[3] = "value3";
97 string(6) "value3"

Completed in 22 milliseconds

12