Home
last modified time | relevance | path

Searched refs:value (Results 126 – 150 of 2314) sorted by relevance

12345678910>>...93

/PHP-7.2/ext/standard/tests/general_functions/
H A Dintval.phpt40 foreach ($valid_ints as $value ) {
41 var_dump( intval($value) );
46 foreach ($valid_ints as $value ) {
47 var_dump( intval($value, 10) );
52 foreach ($valid_ints as $value ) {
53 var_dump( intval($value, 16) );
57 foreach ($valid_ints as $value ) {
58 var_dump( intval($value, 8) );
77 '-2147483649', // float value
78 '2147483648', // float value
[all …]
/PHP-7.2/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_006w.phpt21 …llo world</ns1:param1><ns1:param2><ns2:value>12.345</ns2:value><ns2:value>45</ns2:value><ns2:value
23 …ing><detail><ns2:ArrayOfFloatPart><ns1:value>12.345</ns1:value><ns1:value>45</ns1:value><ns1:value
H A Dr4_groupH_simple_doclit_010w.phpt22 …m2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:value>t…
24 …ng><detail><ns2:ArrayOfStringPart><ns1:value>one</ns1:value><ns1:value>two</ns1:value><ns1:value>t…
/PHP-7.2/ext/xml/tests/
H A Dxml_parse_variation1.phpt92 echo @"\nArg value $value \n";
102 Arg value 0
107 Arg value 1
172 Arg value
177 Arg value
187 Arg value
197 Arg value
202 Arg value
207 Arg value
232 Arg value
[all …]
H A Dxml_set_default_handler_variation1.phpt95 echo @"\nArg value $value \n";
105 Arg value 0
110 Arg value 1
175 Arg value
180 Arg value
190 Arg value
200 Arg value
205 Arg value
210 Arg value
235 Arg value
[all …]
H A Dxml_set_element_handler_variation1.phpt95 echo @"\nArg value $value \n";
105 Arg value 0
110 Arg value 1
175 Arg value
180 Arg value
190 Arg value
200 Arg value
205 Arg value
210 Arg value
235 Arg value
[all …]
H A Dxml_set_end_namespace_decl_handler_variation1.phpt95 echo @"\nArg value $value \n";
105 Arg value 0
110 Arg value 1
175 Arg value
180 Arg value
190 Arg value
200 Arg value
205 Arg value
210 Arg value
235 Arg value
[all …]
H A Dxml_set_external_entity_ref_handler_variation1.phpt95 echo @"\nArg value $value \n";
105 Arg value 0
110 Arg value 1
175 Arg value
180 Arg value
190 Arg value
200 Arg value
205 Arg value
210 Arg value
235 Arg value
[all …]
H A Dxml_set_notation_decl_handler_variation1.phpt95 echo @"\nArg value $value \n";
105 Arg value 0
110 Arg value 1
175 Arg value
180 Arg value
190 Arg value
200 Arg value
205 Arg value
210 Arg value
235 Arg value
[all …]
H A Dxml_set_object_variation1.phpt91 echo @"\nArg value $value \n";
101 Arg value 0
106 Arg value 1
171 Arg value
176 Arg value
186 Arg value
196 Arg value
201 Arg value
206 Arg value
231 Arg value
[all …]
H A Dxml_parse_into_struct_variation1.phpt91 echo @"\nArg value $value \n";
101 Arg value 0
106 Arg value 1
171 Arg value
176 Arg value
186 Arg value
196 Arg value
201 Arg value
206 Arg value
231 Arg value
[all …]
H A Dxml_set_character_data_handler_variation1.phpt95 echo @"\nArg value $value \n";
105 Arg value 0
110 Arg value 1
175 Arg value
180 Arg value
190 Arg value
200 Arg value
205 Arg value
210 Arg value
235 Arg value
[all …]
H A Dxml_set_processing_instruction_handler_variation1.phpt95 echo @"\nArg value $value \n";
105 Arg value 0
110 Arg value 1
175 Arg value
180 Arg value
190 Arg value
200 Arg value
205 Arg value
210 Arg value
235 Arg value
[all …]
H A Dxml_set_start_namespace_decl_handler_variation1.phpt95 echo @"\nArg value $value \n";
105 Arg value 0
110 Arg value 1
175 Arg value
180 Arg value
190 Arg value
200 Arg value
205 Arg value
210 Arg value
235 Arg value
[all …]
H A Dxml_set_unparsed_entity_decl_handler_variation1.phpt95 echo @"\nArg value $value \n";
105 Arg value 0
110 Arg value 1
175 Arg value
180 Arg value
190 Arg value
200 Arg value
205 Arg value
210 Arg value
235 Arg value
[all …]
/PHP-7.2/ext/spl/tests/
H A Dbug68128-USE_KEY.phpt6 $arrayIterator = new ArrayIterator(array('key 1' => 'value 1', 'key 2' => ['value 2']));
9 foreach ($regexIterator as $key => $value) {
10 var_dump($key, $value);
16 string(7) "value 1"
20 string(7) "value 2"
/PHP-7.2/ext/standard/tests/array/
H A Dkrsort_variation4.phpt13 * 1.flag value as defualt
26 echo "\n-- Testing krsort() by supplying octal value array, 'flag' value is defualt --\n";
31 echo "\n-- Testing krsort() by supplying octal value array, 'flag' value is SORT_REGULAR --\n";
36 echo "\n-- Testing krsort() by supplying octal value array, 'flag' value is SORT_NUMERIC --\n";
46 -- Testing krsort() by supplying octal value array, 'flag' value is defualt --
69 -- Testing krsort() by supplying octal value array, 'flag' value is SORT_REGULAR --
92 -- Testing krsort() by supplying octal value array, 'flag' value is SORT_NUMERIC --
H A Dksort_variation10.phpt12 * 1.flag value as defualt
25 echo "\n-- Testing ksort() by supplying octal value array, 'flag' value is defualt --\n";
30 echo "\n-- Testing ksort() by supplying octal value array, 'flag' value is SORT_REGULAR --\n";
35 echo "\n-- Testing ksort() by supplying octal value array, 'flag' value is SORT_NUMERIC --\n";
45 -- Testing ksort() by supplying octal value array, 'flag' value is defualt --
68 -- Testing ksort() by supplying octal value array, 'flag' value is SORT_REGULAR --
91 -- Testing ksort() by supplying octal value array, 'flag' value is SORT_NUMERIC --
H A Darray_map_variation13.phpt20 echo "-- with integer return value --\n";
27 echo "-- with string return value --\n";
34 echo "-- with bool return value --\n";
41 echo "-- with null return value --\n";
48 echo "-- with no return value --\n";
58 *** Testing array_map() : callback with diff return value ***
59 -- with integer return value --
68 -- with string return value --
77 -- with bool return value --
86 -- with null return value --
[all …]
H A Darsort_object1.phpt13 * 1. Defualt flag value
23 // initializing object member value
24 function __construct($value){
25 $this->class_value = $value;
34 // initializing object member value
35 function __construct($value){
36 $this->class_value = $value;
39 // return string value
41 return (string)$this->value;
64 // testing arsort() function by supplying integer object array, flag value is defualt
[all …]
/PHP-7.2/ext/imap/tests/
H A Dimap_fetch_overview_variation2.phpt97 echo "\n-- Testing with second argument value: ";
123 -- Testing with second argument value: int(0)
126 -- Testing with second argument value: int(1)
138 -- Testing with second argument value: int(12345)
141 -- Testing with second argument value: int(-2345)
156 -- Testing with second argument value: float(0.5)
159 -- Testing with second argument value: NULL
162 -- Testing with second argument value: NULL
165 -- Testing with second argument value: bool(true)
220 -- Testing with second argument value: NULL
[all …]
/PHP-7.2/Zend/tests/generators/
H A Dyield_by_reference.phpt7 foreach ($array as $key => &$value) {
8 yield $key => $value;
14 foreach ($iter as &$value) {
15 $value *= -1;
20 foreach (iter($array) as &$value) {
21 $value *= -1;
/PHP-7.2/ext/standard/tests/class_object/
H A Dget_class_variation_001.phpt69 foreach($values as $value) {
70 echo @"\nArg value: $value (type: " . gettype($value) . ")\n";
83 Arg value: 0 (type: integer)
88 Arg value: 1 (type: integer)
153 Arg value: (type: NULL)
158 Arg value: (type: NULL)
168 Arg value: (type: boolean)
183 Arg value: (type: string)
188 Arg value: (type: string)
203 Arg value: (type: NULL)
[all …]
/PHP-7.2/sapi/apache2handler/
H A Dapache_config.c51 char *value; member
64 if (!strncasecmp(value, "none", sizeof("none"))) { in real_value_hnd()
65 value = ""; in real_value_hnd()
68 e.value = apr_pstrdup(cmd->pool, value); in real_value_hnd()
69 e.value_len = strlen(value); in real_value_hnd()
79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_value_handler()
84 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
103 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_flag_handler()
108 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_flag_handler()
184 return pe->value; in get_php_config()
[all …]
/PHP-7.2/ext/simplexml/tests/
H A Dbug62639.phpt19 <value attr="Some Attr">Some Value</value>
27 foreach ($a1->b->c->children() as $key => $value) {
28 var_dump($value);
35 <c><value attr="Some Attr">Some Value</value></c>
42 foreach ($a2->b->c->children() as $key => $value) {
43 var_dump($value);

Completed in 147 milliseconds

12345678910>>...93