Home
last modified time | relevance | path

Searched refs:value2 (Results 1 – 25 of 68) sorted by relevance

123

/PHP-8.1/ext/standard/tests/file/
H A Dparse_ini_file_variation2.phpt12 value2=off
15 value2=false
18 value2=no
21 value2=
25 value2="off"
28 value2="false"
31 value2="no"
34 value2=""
51 ["value2"]=>
58 ["value2"]=>
[all …]
H A Dparse_ini_file_variation1.phpt12 value2=original
15 value2=different
34 ["value2"]=>
41 ["value2"]=>
50 ["value2"]=>
57 ["value2"]=>
/PHP-8.1/ext/standard/tests/array/
H A Dusort_variation7.phpt11 $cmp_function = function($value1, $value2) {
12 if ($value1 == $value2) { return 0; }
13 else if ($value1 > $value2) { return 1; }
25 $cmp_function = function(&$value1, &$value2) {
26 if ($value1 == $value2) { return 0; }
27 else if ($value1 > $value2) { return 1; }
57 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
61 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
65 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
69 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
H A Duasort_variation7.phpt13 $cmp_function = function($value1, $value2) {
14 if ($value1 == $value2) { return 0; }
15 else if ($value1 > $value2) { return 1; }
24 $cmp_function = function(&$value1, &$value2) {
25 if ($value1 == $value2) { return 0; }
26 else if ($value1 > $value2) { return 1; }
57 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
61 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
65 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
69 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
H A Dusort_variation9.phpt11 function cmp_function($value1, $value2)
13 if($value1 == $value2) {
16 else if($value1 > $value2) {
26 $value2 = 100;
34 2 => &$value2,
H A Duasort_variation10.phpt10 function cmp_function($value1, $value2)
12 if($value1 == $value2) {
15 else if($value1 > $value2) {
27 $value2 = 100;
35 2 => &$value2,
H A Darray_merge_recursive_variation7.phpt13 $value2 = "hello";
15 $value4 = &$value2;
21 2 => &$value2,
24 $value4 => &$value2
28 $arr2 = array($value4 => "hello", &$value2);
H A Darray_fill_object.phpt29 function __construct($value1 , $value2)
32 $this->var2 = $value2;
41 function __construct($value1 , $value2 , $value3)
43 parent::__construct($value1 , $value2);
57 function __construct($value1 , $value2)
60 $this->var2 = $value2;
71 parent::__construct($value1 , $value2);
85 function __construct($value1 , $value2)
88 $this->var2 = $value2;
99 parent::__construct($value1 , $value2);
[all …]
H A Darray_map_variation8.phpt23 $value2 = "hello";
25 $value4 = &$value2;
31 2 => &$value2,
34 $value4 => &$value2
H A Darray_unique_variation6.phpt13 $value2 = "hello";
15 $value4 = &$value2;
21 2 => &$value2,
H A Duasort_object1.phpt13 function simple_cmp($value1, $value2)
15 if($value1 == $value2) {
18 else if($value1 > $value2) {
26 function multiple_cmp($value1, $value2)
28 if($value1->getValue() == $value2->getValue())
30 else if($value1->getValue() > $value2->getValue())
H A Dusort_object1.phpt12 function simple_cmp($value1, $value2)
14 if($value1 == $value2) {
17 else if($value1 > $value2) {
25 function multiple_cmp($value1, $value2)
27 if($value1->getValue() == $value2->getValue())
29 else if($value1->getValue() > $value2->getValue())
H A Duasort_variation6.phpt10 function cmp_function($value1, $value2)
12 if($value1 == $value2) {
15 else if($value1 > $value2) {
H A Dusort_variation10.phpt11 function cmp($value1, $value2)
13 if($value1 == $value2) {
16 else if($value1 > $value2) {
H A Darray_sum_variation5.phpt12 $value2 = 100;
20 2 => &$value2,
/PHP-8.1/ext/zend_test/tests/
H A Dattribute_arguments.phpt99 string(6) "value2"
103 string(6) "value2"
115 string(6) "value2"
119 string(6) "value2"
131 string(6) "value2"
135 string(6) "value2"
140 string(6) "value2"
144 string(6) "value2"
156 string(6) "value2"
160 string(6) "value2"
/PHP-8.1/ext/dom/tests/manually_call_constructor/
H A Dprocessinginstruction.phpt10 $pi->__construct('name2', 'value2');
30 string(6) "value2"
32 <container><?name2 value2?></container>
34 <container><?name2 value2?><?name3 value3?></container>
/PHP-8.1/Zend/tests/
H A Dbug46304.phpt7 define('ns1\ns2\const2','value2');
28 value2
29 value2
30 value2
/PHP-8.1/ext/spl/tests/
H A DarrayObject_uasort_basic1.phpt13 function cmp($value1, $value2) {
14 if($value1 == $value2) {
17 else if($value1 < $value2) {
H A DarrayObject_uksort_basic1.phpt12 function cmp($value1, $value2) {
13 if($value1 == $value2) {
16 else if($value1 < $value2) {
H A DSplFixedArray_nested_foreach.phpt9 foreach ($array as $value2) {
10 echo "$value1 $value2\n";
/PHP-8.1/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt22 private $value2 = 10;
119 ["value2":"object_class":private]=>
150 ["value2":"object_class":private]=>
170 ["value2":"object_class":private]=>
190 ["value2":"object_class":private]=>
210 ["value2":"object_class":private]=>
236 ["value2":"object_class":private]=>
256 ["value2":"object_class":private]=>
281 ["value2":"object_class":private]=>
301 ["value2":"object_class":private]=>
[all …]
/PHP-8.1/ext/spl/
H A Dspl_heap.stub.php116 abstract protected function compare(mixed $value1, mixed $value2): int; argument
128 protected function compare(mixed $value1, mixed $value2): int {} argument
134 protected function compare(mixed $value1, mixed $value2): int {} argument
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_statistics.h64 #define MYSQLND_INC_STATISTIC_W_VALUE2(enabler, stats, statistic1, value1, statistic2, value2) \ argument
69 uint64_t v2 = (uint64_t) (value2); \
77 #define MYSQLND_INC_STATISTIC_W_VALUE3(enabler, stats, statistic1, value1, statistic2, value2, stat… argument
82 uint64_t v2 = (uint64_t) (value2); \
/PHP-8.1/ext/dba/tests/
H A Dbug71514.phpt16 dba_replace('foo', 'value2', $db);
22 string(6) "value2"

Completed in 42 milliseconds

123