Home
last modified time | relevance | path

Searched refs:value (Results 26 – 50 of 2016) sorted by relevance

12345678910>>...81

/PHP-7.4/ext/standard/tests/network/
H A Dsetcookie.phpt9 setcookie('name', 'value');
10 setcookie('name', 'space value');
11 setcookie('name', 'value', 0);
14 setcookie('name', 'value', $tsc = time());
15 setcookie('name', 'value', 0, '/path/');
26 'Set-Cookie: name=value',
27 'Set-Cookie: name=space%20value',
28 'Set-Cookie: name=value',
32 'Set-Cookie: name=value; path=/path/',
34 'Set-Cookie: name=value; secure',
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dbug73927.phpt13 w $value
20 >00019: if ($value < 100) {
21 00020: $lower[] = $value;
24 >00019: if ($value < 100) {
25 00020: $lower[] = $value;
41 function doCoolStuff($value)
43 $value++;
49 foreach ($example as $key => $value) {
50 if ($value < 100) {
51 $lower[] = $value;
[all …]
/PHP-7.4/ext/spl/tests/
H A DCallbackFilterIteratorTest.phpt7 function test($value, $key, $inner) {
8 return test($value, $key, $inner);
14 return test($value, $key, $inner);
18 function test($value, $key, $inner) {
20 , $value
22 , $value == $inner->current()
25 return $value === 1 || $value === 4;
44 foreach($it as $value) {
45 echo "=> $value\n";
54 foreach($it as $value) {
[all …]
H A DRecursiveCallbackFilterIteratorTest.phpt7 function test($value, $key, $inner) {
8 return test($value, $key, $inner);
14 return test($value, $key, $inner);
18 function test($value, $key, $inner) {
23 , print_r($value, true)
25 , $value == $inner->current()
28 return $value === 1 || $value === 4;
48 foreach($it as $value) {
49 echo "=> $value\n";
59 foreach($it as $value) {
[all …]
/PHP-7.4/ext/dba/
H A Ddba_qdbm.c81 char *value, *new = NULL; in DBA_FETCH_FUNC() local
85 if (value) { in DBA_FETCH_FUNC()
88 free(value); in DBA_FETCH_FUNC()
112 char *value; in DBA_EXISTS_FUNC() local
115 if (value) { in DBA_EXISTS_FUNC()
116 free(value); in DBA_EXISTS_FUNC()
134 char *value, *new = NULL; in DBA_FIRSTKEY_FUNC() local
139 if (value) { in DBA_FIRSTKEY_FUNC()
142 free(value); in DBA_FIRSTKEY_FUNC()
155 if (value) { in DBA_NEXTKEY_FUNC()
[all …]
H A Ddba_tcadb.c91 char *value, *new = NULL; in DBA_FETCH_FUNC() local
95 if (value) { in DBA_FETCH_FUNC()
100 tcfree(value); in DBA_FETCH_FUNC()
131 char *value; in DBA_EXISTS_FUNC() local
135 if (value) { in DBA_EXISTS_FUNC()
136 tcfree(value); in DBA_EXISTS_FUNC()
154 char *value, *new = NULL; in DBA_FIRSTKEY_FUNC() local
159 if (value) { in DBA_FIRSTKEY_FUNC()
164 tcfree(value); in DBA_FIRSTKEY_FUNC()
177 if (value) { in DBA_NEXTKEY_FUNC()
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_setStaticPropertyValue_001.phpt24 $rcA->setStaticPropertyValue("publicOverridden", "new value 3");
56 [privateOverridden] => new value 1
57 [protectedOverridden] => new value 2
58 [publicOverridden] => new value 3
64 [privateOverridden] => new value 1
65 [protectedOverridden] => new value 2
66 [publicOverridden] => new value 3
70 [privateOverridden] => new value 5
71 [protectedOverridden] => new value 6
72 [publicOverridden] => new value 7
[all …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug47859.phpt5 var_dump(parse_ini_string('*key = "*value"'));
6 var_dump(parse_ini_string('-key = "-value"'));
9 var_dump(parse_ini_string('key* = "value*"'));
10 var_dump(parse_ini_string('key.*.* = "value.*.*"'));
11 var_dump(parse_ini_string('*.*.key = "*.*.value"'));
17 string(6) "*value"
21 string(6) "-value"
29 string(6) "value*"
33 string(9) "value.*.*"
37 string(9) "*.*.value"
/PHP-7.4/Zend/tests/
H A Dnumeric_string_errors.phpt60 Warning: A non-numeric value encountered in %s on line %d
62 Warning: A non-numeric value encountered in %s on line %d
71 Warning: A non-numeric value encountered in %s on line %d
73 Warning: A non-numeric value encountered in %s on line %d
82 Warning: A non-numeric value encountered in %s on line %d
84 Warning: A non-numeric value encountered in %s on line %d
93 Warning: A non-numeric value encountered in %s on line %d
95 Warning: A non-numeric value encountered in %s on line %d
106 Warning: A non-numeric value encountered in %s on line %d
108 Warning: A non-numeric value encountered in %s on line %d
[all …]
/PHP-7.4/ext/pgsql/tests/
H A Dbug68638.phpt14 pg_query("CREATE TABLE $table (id INT, value FLOAT)");
16 pg_insert($conn,$table, array('id' => 1, 'value' => 1.2));
17 pg_insert($conn,$table, array('id' => 2, 'value' => 10));
18 pg_insert($conn,$table, array('id' => 3, 'value' => 15));
22 pg_update($conn,$table, array('value' => 'inf'), array('id' => 1));
23 pg_update($conn,$table, array('value' => '-inf'), array('id' => 2));
24 pg_update($conn,$table, array('value' => '+inf'), array('id' => 3));
35 string(52) "UPDATE "test_68638" SET "value"=E'inf' WHERE "id"=1;"
39 ["value"]=>
45 ["value"]=>
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dksort_variation4.phpt12 * 1.flag value as defualt
18 // bool value array
21 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is defualt --\n";
26 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is SORT_REGULAR --\n";
31 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is SORT_NUMERIC --\n";
36 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is SORT_STRING --\n";
46 -- Testing ksort() by supplying boolean value array, 'flag' value is defualt --
55 -- Testing ksort() by supplying boolean value array, 'flag' value is SORT_REGULAR --
64 -- Testing ksort() by supplying boolean value array, 'flag' value is SORT_NUMERIC --
73 -- Testing ksort() by supplying boolean value array, 'flag' value is SORT_STRING --
H A Deach.phpt112 ["value"]=>
123 ["value"]=>
135 ["value"]=>
146 ["value"]=>
158 ["value"]=>
169 ["value"]=>
181 ["value"]=>
191 ["value"]=>
201 ["value"]=>
211 ["value"]=>
[all …]
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug72647.phpt20 <value>
23 <value>
25 </value>
26 <value>
28 </value>
29 <value>
31 </value>
34 </value>
H A Dbug40576_64bit.phpt26 <value>
28 </value>
35 <value>
37 </value>
44 <value>
46 </value>
53 <value>
55 </value>
62 <value>
64 </value>
[all …]
H A Dbug40576.phpt26 <value>
28 </value>
35 <value>
37 </value>
44 <value>
46 </value>
53 <value>
55 </value>
62 <value>
64 </value>
[all …]
/PHP-7.4/tests/output/
H A Dsapi_windows_vt100_support_winko_err.phpt80 - current value :
86 - current value :
92 - current value :
96 - current value :
102 - current value :
108 - current value :
112 - current value :
118 - current value :
124 - current value :
128 - current value :
[all …]
H A Dsapi_windows_vt100_support_winko_in-err.phpt80 - current value :
86 - current value :
92 - current value :
96 - current value :
102 - current value :
108 - current value :
112 - current value :
118 - current value :
124 - current value :
128 - current value :
[all …]
H A Dsapi_windows_vt100_support_winko_in-out-err.phpt80 - current value :
86 - current value :
92 - current value :
96 - current value :
102 - current value :
108 - current value :
112 - current value :
118 - current value :
124 - current value :
128 - current value :
[all …]
H A Dsapi_windows_vt100_support_winko_in-out.phpt80 - current value :
86 - current value :
92 - current value :
96 - current value :
102 - current value :
108 - current value :
112 - current value :
118 - current value :
124 - current value :
128 - current value :
[all …]
H A Dsapi_windows_vt100_support_winko_out-err.phpt80 - current value :
86 - current value :
92 - current value :
96 - current value :
102 - current value :
108 - current value :
112 - current value :
118 - current value :
124 - current value :
128 - current value :
[all …]
H A Dsapi_windows_vt100_support_winko_out.phpt80 - current value :
86 - current value :
92 - current value :
96 - current value :
102 - current value :
108 - current value :
112 - current value :
118 - current value :
124 - current value :
128 - current value :
[all …]
H A Dsapi_windows_vt100_support_winok_err.phpt80 - current value :
86 - current value :
92 - current value :
96 - current value :
102 - current value :
108 - current value :
112 - current value :
118 - current value :
124 - current value :
128 - current value :
[all …]
H A Dsapi_windows_vt100_support_winok_in-err.phpt80 - current value :
86 - current value :
92 - current value :
96 - current value :
102 - current value :
108 - current value :
112 - current value :
118 - current value :
124 - current value :
128 - current value :
[all …]
H A Dsapi_windows_vt100_support_winok_in-out-err.phpt80 - current value :
86 - current value :
92 - current value :
96 - current value :
102 - current value :
108 - current value :
112 - current value :
118 - current value :
124 - current value :
128 - current value :
[all …]
H A Dsapi_windows_vt100_support_winok_in-out.phpt80 - current value :
86 - current value :
92 - current value :
96 - current value :
102 - current value :
108 - current value :
112 - current value :
118 - current value :
124 - current value :
128 - current value :
[all …]

Completed in 68 milliseconds

12345678910>>...81