Home
last modified time | relevance | path

Searched refs:value (Results 201 – 225 of 2327) sorted by relevance

12345678910>>...94

/PHP-8.3/ext/standard/tests/array/
H A Dbug79930.phpt8 'value' => $a . 'b',
14 $m = array_merge_recursive(['value' => 'a'], $array);
22 ["value"]=>
26 ["value"]=>
H A Dusort_variation7.phpt19 echo "\n-- Anonymous 'cmp_function' with parameters passed by value --\n";
38 -- Anonymous 'cmp_function' with parameters passed by value --
55 Warning: {closure}(): Argument #1 ($value1) must be passed by reference, value given in %s on line …
57 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
59 Warning: {closure}(): Argument #1 ($value1) 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 …
63 Warning: {closure}(): Argument #1 ($value1) 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 …
67 Warning: {closure}(): Argument #1 ($value1) 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 Dbug77135.phpt31 $array = ["this" => "value"];
64 $v_this = value
67 $v_this = value
72 $v_this = value
75 $v_this = value
80 $v_this = value
83 $v_this = value
/PHP-8.3/ext/tidy/tests/
H A D024.phpt13 <wps:value></wps:value>
19 'new-blocklevel-tags' => 'wps:block,wps:var,wps:value',
34 <wps:block>%w<wps:var>%w<wps:value></wps:value>%w</wps:var>%w</wps:block>
/PHP-8.3/ext/spl/tests/
H A DSPLDoublyLinkedList_iterate_by_reference.phpt14 foreach($dll as $key => &$value) {
16 echo $value, PHP_EOL;
17 $value *= $value;
18 echo $value, PHP_EOL;
/PHP-8.3/Zend/tests/
H A Dbug67856.phpt11 Warning: {closure}(): Argument #1 ($a) must be passed by reference, value given in %s on line %d
13 Warning: {closure}(): Argument #2 ($b) must be passed by reference, value given in %s on line %d
15 Warning: {closure}(): Argument #1 ($a) must be passed by reference, value given in %s on line %d
17 Warning: {closure}(): Argument #2 ($b) must be passed by reference, value given in %s on line %d
19 Warning: {closure}(): Argument #1 ($a) must be passed by reference, value given in %s on line %d
21 Warning: {closure}(): Argument #2 ($b) must be passed by reference, value given in %s on line %d
H A Dgh11244-005.phpt8 foreach ($data as $key => &$value) {
9 echo "$value\n";
10 if ($value === 1) {
12 echo "unset $value\n";
/PHP-8.3/Zend/tests/zend_ini/
H A Dzend_ini_parse_uquantity_overflow.phpt27 foreach ($tests as $name => $value) {
28 printf("# %s: \"%s\"\n", $name, $value);
29 printf("%u\n", zend_test_zend_ini_parse_uquantity($value));
76 Warning: Invalid quantity "%d": value is out of range, using overflow result for backwards compatib…
82 Warning: Invalid quantity "-%d": value is out of range, using overflow result for backwards compati…
88 Warning: Invalid quantity "-%d": value is out of range, using overflow result for backwards compati…
94 Warning: Invalid quantity "-2": value is out of range, using overflow result for backwards compatib…
100 Warning: Invalid quantity "-1K": value is out of range, using overflow result for backwards compati…
106 Warning: Invalid quantity "-1 K": value is out of range, using overflow result for backwards compat…
112 Warning: Invalid quantity "%dK": value is out of range, using overflow result for backwards compati…
/PHP-8.3/ext/dom/tests/
H A Dgh8996.phpt27 $dom->loadXML('<tag>value</tag>');
51 $dom->loadXML('<tag>value</tag>');
74 $dom->loadXML('<tag>value</tag>');
85 <tag>value</tag>
90 <tag>value</tag>
96 <tag>value</tag>
101 <tag>value</tag>
107 <tag>value</tag>
114 <tag>value</tag>
120 <tag>value</tag>
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_bit.phpt53 $value = 0;
55 $value = $max_value;
60 $value = 0;
62 $value += mt_rand(0, $rand_max);
64 $value = mt_rand(0, $max_value);
68 $bin = ($bits < 32) ? decbin($value) : dec32bin($value, $bits);
69 $sql = sprintf("INSERT INTO test(id, bit_value) VALUES (%s, b'%s')", $value, $bin);
84 if (($value != $row['id']) || (($bin != $row['_bin']) && ($bin2 != $row['_bin']))) {
87 $bits, $value, $bits, $row['id'], $row['_bin'], $bin, $bin2);
90 if ($value != $row['bit_value']) {
[all …]
/PHP-8.3/Zend/tests/gh10168/
H A Dassign_prop.phpt7 public ?Test $value;
13 $box->value = null;
18 var_dump($box->value = new Test);
22 $box->value = new Test;
H A Dassign_untyped_prop.phpt7 public $value;
13 $box->value = null;
18 var_dump($box->value = new Test);
22 $box->value = new Test;
H A Dassign_prop_ref.phpt7 public ?Test $value;
13 $box->value = null;
19 var_dump($box->value = &$tmp);
23 $box->value = new Test;
H A Dassign_untyped_prop_ref.phpt7 public $value;
13 $box->value = null;
19 var_dump($box->value = &$tmp);
23 $box->value = new Test;
/PHP-8.3/Zend/tests/generators/
H A Dgenerator_method.phpt14 foreach ($this->data as $value) {
15 yield $value;
21 foreach ($test as $value) {
22 var_dump($value);
/PHP-8.3/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt67 -- String after replacing the search value is => --
74 -- String after replacing the search value is => --
81 -- String after replacing the search value is => --
88 -- String after replacing the search value is => --
95 -- String after replacing the search value is => --
102 -- String after replacing the search value is => --
109 -- String after replacing the search value is => --
116 -- String after replacing the search value is => --
123 -- String after replacing the search value is => --
130 -- String after replacing the search value is => --
[all …]
H A Dstrncmp_basic.phpt9 var_dump( strncmp('Hello', 'Hi', 5) ); //expected: value < 0
10 var_dump( strncmp('Hi', 'Hello', 5) ); //expected: value > 0
14 var_dump( strncmp("Hello", "Hi", 5) ); //expected: value < 0
15 var_dump( strncmp("Hi", "Hello", 5) ); //expected: value > 0
22 var_dump( strncmp($str, "Hi", 5) ); //expected: value < 0
23 var_dump( strncmp("Hi", $str, 5) ); //expected: value > 0
H A Dstrncasecmp_basic.phpt9 var_dump( strncasecmp('Hello', 'Hi', 5) ); //expected: value < 0
10 var_dump( strncasecmp('Hi', 'Hello', 5) ); //expected: value > 0
14 var_dump( strncasecmp("Hello", "Hi", 5) ); //expected: value < 0
15 var_dump( strncasecmp("Hi", "Hello", 5) ); //expected: value > 0
22 var_dump( strncasecmp($str, "Hi", 5) ); //expected: value < 0
23 var_dump( strncasecmp("Hi", $str, 5) ); //expected: value > 0
/PHP-8.3/ext/standard/tests/general_functions/
H A Dfloatval.phpt32 float values, expected output:float value for valid floating point number */
34 foreach ($valid_floats as $value ) {
35 var_dump( floatval($value) );
41 float values, expected output:float value for valid floating point number */
43 foreach ($valid_floats as $value ) {
44 var_dump( doubleval($value) );
58 -2147483648, // max negative integer value
59 2147483648, // max positive integer value
76 floatval() on non float types, expected output: float value valid floating point numbers */
143 Warning: A non-numeric value encountered in %s on line %d
[all …]
/PHP-8.3/ext/curl/tests/
H A Dbug63795.phpt2 Bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST)
20 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…
24 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…
/PHP-8.3/ext/intl/tests/
H A Dbug59597_32.phpt11 $value = $formatter->parse('2147483647', \NumberFormatter::TYPE_INT32);
12 var_dump($value);
15 $value = $formatter->parse('2147483650', \NumberFormatter::TYPE_INT64);
16 var_dump($value);
H A Dbug59597_64.phpt11 $value = $formatter->parse('2147483647', \NumberFormatter::TYPE_INT32);
12 var_dump($value);
15 $value = $formatter->parse('2147483650', \NumberFormatter::TYPE_INT64);
16 var_dump($value);
/PHP-8.3/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt13 return "assigned value";
78 string(14) "assigned value"
86 string(14) "assigned value"
94 ["assigned value"]=>
95 string(14) "assigned value"
107 ["assigned value"]=>
108 string(14) "assigned value"
120 ["assigned value"]=>
121 string(14) "assigned value"
129 string(14) "assigned value"
[all …]
/PHP-8.3/Zend/tests/weakrefs/
H A Dgh10043-014.phpt7 public function __construct(public readonly string $value) {
32 ["value"]=>
35 ["value"]=>
37 ["value"]=>
H A Dgh10043-006.phpt7 public function __construct(public readonly string $value) {
32 ["value"]=>
35 ["value"]=>
37 ["value"]=>

Completed in 35 milliseconds

12345678910>>...94