Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 25 of 106) sorted by relevance

12345

/PHP-8.2/ext/spl/tests/
H A DSplFixedArray_setsize_grow.phpt12 $array[0] = "Value 1";
13 $array[1] = "Value 2";
17 $array[2] = "Value 3";
18 $array[3] = "Value 4";
26 [0] => Value 1
27 [1] => Value 2
28 [2] => Value 3
29 [3] => Value 4
/PHP-8.2/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt71 echo "\n-- Value of \$var_2: --\n";
73 echo "\n-- Value of \$var_3: --\n";
80 echo "\n-- Value of \$var_2: --\n";
134 -- Value of $first_var: --
137 -- Value of $ref_first_var --
140 -- Value of $first_var --
143 -- Value of $ref_first_var --
148 -- Value of $first_var --
167 -- Value of $var_2: --
170 -- Value of $var_3: --
[all …]
H A Dvar_export_basic6.phpt36 class Value implements iValue
70 $Value_object = new Value();
77 "new Value" => new Value,
130 -- Iteration: new Value --
131 \Value::__set_state(array(
136 \Value::__set_state(array(
141 string(58) "\Value::__set_state(array(
272 \Value::__set_state(array(
277 \Value::__set_state(array(
282 string(58) "\Value::__set_state(array(
/PHP-8.2/ext/oci8/tests/
H A Dbug72524.phpt27 echo "Test 1 - P1 Value: NULL P1 Length: Default P1 Type: Default P2 Value: NULL P2 Length: Defa…
37 echo "Test 2 - P1 Value: '' P1 Length: Default P1 Type: Default P2 Value: '' P2 Length: Defa…
46 echo "Test 3 - P1 Value: 'abc' P1 Length: 0 P1 Type: Default P2 Value: '' P2 Length: 0 …
54 echo "Test 4 - P1 Value: NULL P1 Length: -1 P1 Type: SQLT_LNG P2 Value: NULL P2 Length: -1 …
62 echo "Test 5 - P1 Value: NULL P1 Length: 0 P1 Type: SQLT_LNG P2 Value: NULL P2 Length: 0 …
81 Test 1 - P1 Value: NULL P1 Length: Default P1 Type: Default P2 Value: NULL P2 Length: Default P…
83 Test 2 - P1 Value: '' P1 Length: Default P1 Type: Default P2 Value: '' P2 Length: Default P…
85 Test 3 - P1 Value: 'abc' P1 Length: 0 P1 Type: Default P2 Value: '' P2 Length: 0 P…
87 Test 4 - P1 Value: NULL P1 Length: -1 P1 Type: SQLT_LNG P2 Value: NULL P2 Length: -1 P…
91 Test 5 - P1 Value: NULL P1 Length: 0 P1 Type: SQLT_LNG P2 Value: NULL P2 Length: 0 P…
H A Dconn_attr_1.phpt76 Value of MODULE has been set successfully
78 Value of ACTION has been set successfully
80 Value of CLIENT_INFO has been set successfully
82 Value of CLIENT_IDENTIFIER has been set successfully
85 Value of MODULE has been set successfully
87 Value of ACTION has been set successfully
89 Value of CLIENT_INFO has been set successfully
91 Value of CLIENT_IDENTIFIER has been set successfully
94 Value of MODULE has been set successfully
96 Value of ACTION has been set successfully
[all …]
/PHP-8.2/ext/tidy/tests/
H A D007.phpt10 echo "Current Value of 'tidy-mark': ";
12 echo "Current Value of 'error-file': ";
14 echo "Current Value of 'tab-size': ";
31 Current Value of 'tidy-mark': bool(false)
32 Current Value of 'error-file': string(0) ""
33 Current Value of 'tab-size': int(8)
/PHP-8.2/ext/intl/tests/
H A Dlocale_get_keywords2.phpt102 Key is currency and Value is EUR
105 uk@currency=EURO: Key is currency and Value is EURO
111 i-enochian: Key is x and Value is i-enochian
127 de-CH-x-phonebk: Key is x and Value is phonebk
133 x-whatever: Key is x and Value is whatever
141 zh-CN-a-myExt-x-private: Key is a and Value is myext
142 Key is x and Value is private
144 en-a-myExt-b-another: Key is a and Value is myext
145 Key is b and Value is another
149 ar-a-aaa-b-bbb-a-ccc: Key is a and Value is aaa
[all …]
/PHP-8.2/ext/dom/tests/
H A Dbug69846.phpt12 <TextField1>Value A</TextField1>
13 <TextField1>Value B</TextField1>
14 <TextField1>Value C</TextField1>
100 Value A
101 Value B
102 Value C
132 Value A
133 Value B
134 Value C
H A Ddomchardata.phpt41 echo "Comment Value: ".$comment->data."\n";
43 echo "New Comment Value: ".$comment->data."\n";
51 echo "Updated Comment Value: ".$comment->data."\n";
70 Comment Value: instructions
71 New Comment Value: some more instructions
72 Updated Comment Value: some more comment strings
/PHP-8.2/Zend/tests/enum/
H A Dgh8176.phpt8 public $prop = AnEnum::Value;
13 case Value;
22 enum(AnEnum::Value)
/PHP-8.2/Zend/tests/
H A Dgc_045.phpt12 class Value
31 public Value $val;
33 public function __construct(Value $val)
42 new Foo(new Value());
H A Dbug73998.phpt13 echo "Value: {$properties[1234]}\n";
18 Value: Numeric
H A Dbug78921.phpt31 echo "Value is $value\n";
35 Value is my property
/PHP-8.2/ext/simplexml/tests/
H A Dbug62639.phpt17 <value attr="Some Attr">Some Value</value>
33 <c><value attr="Some Attr">Some Value</value></c>
51 string(10) "Some Value"
60 string(10) "Some Value"
H A Dbug37386.phpt15 $node[0] = 'New Value';
25 <root><node>New Value</node><node>node2</node></root>
/PHP-8.2/ext/sqlite3/tests/
H A Dsqlite3_10_bound_value_name.phpt2 SQLite3::prepare Bound Value test
21 echo "BINDING Value\n";
23 echo "BINDING Value Again\n";
43 BINDING Value
45 BINDING Value Again
H A Dsqlite3_07_prepared_stmt.phpt2 SQLite3::prepare Bound Value test
21 echo "BINDING Value\n";
41 BINDING Value
H A Dsqlite3_bound_value_at_name.phpt2 SQLite3::prepare Bound Value test
21 echo "BINDING Value\n";
41 BINDING Value
/PHP-8.2/sapi/fpm/
H A Dphp-fpm.conf.in16 ; Default Value: none
30 ; Default Value: daemon
36 ; Default Value: php-fpm
41 ; Default Value: notice
50 ; Default Value: 1024
65 ; Default Value: 0
73 ; Default Value: 0
79 ; Default Value: 0
86 ; Default Value: 0
94 ; Default Value: no set
[all …]
/PHP-8.2/ext/xmlreader/tests/
H A D004.phpt25 echo " Attribute Value: ".$reader->value."\n";
38 Attribute Value: 1
40 Attribute Value: 2
/PHP-8.2/sapi/cli/tests/
H A D020.phpt28 Directive => Local Value => Master Value
/PHP-8.2/ext/phar/tests/
H A Dphpinfo_001.phpt39 Directive => Local Value => Master Value
59 Directive => Local Value => Master Value
/PHP-8.2/ext/soap/tests/
H A Dbug68996.phpt29 $response = str_replace('<env:Value></env:Value>', '<env:Value/>', $response);
59 …p://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><env:Value/></env:Code><env:R…
/PHP-8.2/
H A Dphp.ini-development98 ; Default Value: On
103 ; Default Value: On
128 ; Default Value: On
143 ; Default Value: 4
148 ; Default Value: On
163 ; Default Value: 15
194 ; Default Value: On
222 ; Default Value: Off
255 ; Default Value: ""
384 ; Default Value: 15
[all …]
H A Dphp.ini-production98 ; Default Value: On
103 ; Default Value: On
128 ; Default Value: On
143 ; Default Value: 4
148 ; Default Value: On
163 ; Default Value: 15
194 ; Default Value: On
222 ; Default Value: Off
255 ; Default Value: ""
384 ; Default Value: 15
[all …]

Completed in 45 milliseconds

12345