Home
last modified time | relevance | path

Searched refs:value (Results 51 – 75 of 2016) sorted by relevance

12345678910>>...81

/PHP-7.4/tests/output/
H A Dsapi_windows_vt100_support_winok_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_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 …]
/PHP-7.4/ext/standard/tests/file/
H A Duserstreams_003.phpt18 echo "value:\n";
19 var_dump($value);
24 echo "\$value === $value === " . $this->expected_value. ":\n";
63 value:
74 value:
85 value:
101 value:
112 value:
123 value:
134 value:
[all …]
/PHP-7.4/Zend/tests/
H A Dbug37212.phpt8 protected $value;
12 $this->value = $val;
17 return $this->value;
25 $this->value = $obj->getValue();
26 $this->value = $obj->value; // value defined in common base class
44 ["value":protected]=>
48 ["value":protected]=>
52 ["value":protected]=>
H A Dnumeric_string_errors_assign.phpt115 Warning: A non-numeric value encountered in %s on line %d
117 Warning: A non-numeric value encountered in %s on line %d
126 Warning: A non-numeric value encountered in %s on line %d
128 Warning: A non-numeric value encountered in %s on line %d
137 Warning: A non-numeric value encountered in %s on line %d
139 Warning: A non-numeric value encountered in %s on line %d
148 Warning: A non-numeric value encountered in %s on line %d
150 Warning: A non-numeric value encountered in %s on line %d
161 Warning: A non-numeric value encountered in %s on line %d
163 Warning: A non-numeric value encountered in %s on line %d
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c86 zval *value = ecalloc(sizeof(zval), 1); in phpdbg_webdata_compress() local
87 ZVAL_STRING(value, module->name); in phpdbg_webdata_compress()
95 zval *value = ecalloc(sizeof(zval), 1); in phpdbg_webdata_compress() local
96 ZVAL_STRING(value, extension->name); in phpdbg_webdata_compress()
129 efree(value); in phpdbg_webdata_compress()
134 if (!ini_entry->value) { in phpdbg_webdata_compress()
135 efree(value); in phpdbg_webdata_compress()
138 ZVAL_STR(value, ini_entry->value); in phpdbg_webdata_compress()
152 if (!ini_entry->value) { in phpdbg_webdata_compress()
153 efree(value); in phpdbg_webdata_compress()
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dedition_2.phpt69 get_edit_attr($conn3); // Old value
73 //open a new connection and get the edition value . This will have the updated value.
110 // Set the edition value to MYEDITION. open a conn .get the value.
167 The value of current EDITION is ORA$BASE
173 The value of current EDITION is MYEDITION
175 The value of current EDITION is MYEDITION
177 The value of current EDITION is MYEDITION
178 The value of current EDITION is MYEDITION
200 The value of current EDITION is ORA$BASE
232 Get the value with a new connection
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darsort_variation7.phpt12 * testing arsort() by providing bool value array for $array argument with following flag values.
13 * flag value as defualt
19 // bool value array
22 echo "\n-- Testing arsort() by supplying bool value array, 'flag' value is defualt --\n";
27 echo "\n-- Testing arsort() by supplying bool value array, 'flag' value is SORT_REGULAR --\n";
32 echo "\n-- Testing arsort() by supplying bool value array, 'flag' value is SORT_NUMERIC --\n";
37 echo "\n-- Testing arsort() by supplying bool value array, 'flag' value is SORT_STRING --\n";
47 -- Testing arsort() by supplying bool value array, 'flag' value is defualt --
60 -- Testing arsort() by supplying bool value array, 'flag' value is SORT_REGULAR --
73 -- Testing arsort() by supplying bool value array, 'flag' value is SORT_NUMERIC --
[all …]
H A Dasort_variation7.phpt12 * testing asort() by providing bool value array for $array argument with following flag values.
13 * flag value as defualt
19 // bool value array
22 echo "\n-- Testing asort() by supplying bool value array, 'flag' value is defualt --\n";
27 echo "\n-- Testing asort() by supplying bool value array, 'flag' value is SORT_REGULAR --\n";
32 echo "\n-- Testing asort() by supplying bool value array, 'flag' value is SORT_NUMERIC --\n";
37 echo "\n-- Testing asort() by supplying bool value array, 'flag' value is SORT_STRING --\n";
47 -- Testing asort() by supplying bool value array, 'flag' value is defualt --
60 -- Testing asort() by supplying bool value array, 'flag' value is SORT_REGULAR --
73 -- Testing asort() by supplying bool value array, 'flag' value is SORT_NUMERIC --
[all …]
H A Dsort_variation7.phpt12 * testing sort() by providing bool value array for $array argument with following flag values.
13 * flag value as defualt
19 // bool value array
22 echo "\n-- Testing sort() by supplying bool value array, 'flag' value is defualt --\n";
27 echo "\n-- Testing sort() by supplying bool value array, 'flag' value is SORT_REGULAR --\n";
32 echo "\n-- Testing sort() by supplying bool value array, 'flag' value is SORT_NUMERIC --\n";
37 echo "\n-- Testing sort() by supplying bool value array, 'flag' value is SORT_STRING --\n";
47 -- Testing sort() by supplying bool value array, 'flag' value is defualt --
60 -- Testing sort() by supplying bool value array, 'flag' value is SORT_REGULAR --
73 -- Testing sort() by supplying bool value array, 'flag' value is SORT_NUMERIC --
[all …]
H A Dkrsort_variation11.phpt12 * 1.flag value as defualt
18 // bool value array
21 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is defualt --\n";
26 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is SORT_REGULAR --\n";
31 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is SORT_NUMERIC --\n";
36 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is SORT_STRING --\n";
46 -- Testing krsort() by supplying boolean value array, 'flag' value is defualt --
55 -- Testing krsort() by supplying boolean value array, 'flag' value is SORT_REGULAR --
64 -- Testing krsort() by supplying boolean value array, 'flag' value is SORT_NUMERIC --
73 -- Testing krsort() by supplying boolean value array, 'flag' value is SORT_STRING --
H A Darray_filter_variation8.phpt20 // int as return value
28 // float as return value
36 // string as return value
39 return 'value';
44 // null as return value
52 // array as return value
64 callback function with int return value
85 callback function with float return value
106 callback function with string return value
127 callback function with null return value
[all …]
/PHP-7.4/ext/filter/
H A Dcallback_filter.c29 zval_ptr_dtor(value); in php_filter_callback()
30 ZVAL_NULL(value); in php_filter_callback()
34 ZVAL_COPY(&args[0], value); in php_filter_callback()
38 zval_ptr_dtor(value); in php_filter_callback()
39 ZVAL_COPY_VALUE(value, &retval); in php_filter_callback()
41 zval_ptr_dtor(value); in php_filter_callback()
42 ZVAL_NULL(value); in php_filter_callback()
/PHP-7.4/ext/json/tests/
H A Dbug40503.phpt2 Bug #40503 (json_encode() value corruption on 32bit systems with overflown values)
13 $value = 0x7FFFFFFF; #2147483647;
14 json_test_show_eq("$value", json_encode($value));
15 $value++;
16 json_test_show_eq("$value", json_encode($value));
/PHP-7.4/ext/opcache/tests/
H A Dbug75357.phpt12 function wp_slash( $value ) {
13 if ( is_array( $value ) ) {
14 foreach ( $value as $k => $v ) {
16 $value[$k] = wp_slash( $v );
18 $value[$k] = addslashes( $v );
22 $value = addslashes( $value );
25 return $value;
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_strict_basic.phpt27 function type($value) {
43 echo PHP_EOL . "*** Trying ", type($value), " value", PHP_EOL;
59 *** Trying float value
62 *** Trying string value
65 *** Trying true value
68 *** Trying false value
71 *** Trying null value
74 *** Trying array value
94 *** Trying true value
100 *** Trying null value
[all …]
/PHP-7.4/ext/standard/
H A Dmath.c38 value = fabs(value); in php_intlog10abs()
40 if (value < 1e-8 || value > 1e22) { in php_intlog10abs()
132 if (!zend_finite(value) || value == 0.0) { in _php_math_round()
133 return value; in _php_math_round()
172 return value; in _php_math_round()
290 zval *value; in PHP_FUNCTION() local
304 RETURN_LONG(Z_LVAL_P(value) < 0 ? -Z_LVAL_P(value) : Z_LVAL_P(value)); in PHP_FUNCTION()
315 zval *value; in PHP_FUNCTION() local
336 zval *value; in PHP_FUNCTION() local
357 zval *value; in PHP_FUNCTION() local
[all …]
/PHP-7.4/Zend/
H A Dzend_ini.c154 new_entry->value = zend_string_dup(old_entry->value, 1); in copy_ini_entry()
256 p->value = ini_entry->value ? in zend_register_ini_entries()
510 int value; in ZEND_INI_DISP() local
524 value = 0; in ZEND_INI_DISP()
527 if (value) { in ZEND_INI_DISP()
537 char *value; in ZEND_INI_DISP() local
542 value = ZSTR_VAL(ini_entry->value); in ZEND_INI_DISP()
546 if (value) { in ZEND_INI_DISP()
564 char *value; in ZEND_INI_DISP() local
569 value = ZSTR_VAL(ini_entry->value); in ZEND_INI_DISP()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_variation9.phpt58 -- Iteration with str value "" --
61 -- Iteration with str value "" --
64 -- Iteration with str value "
68 -- Iteration with str value "\n" --
86 -- Iteration with str value "hello�world
93 -- Iteration with str value "��" --
96 -- Iteration with str value "�hello�world�" --
99 -- Iteration with str value "�hello\0world�" --
102 -- Iteration with str value "hello�world" --
105 -- Iteration with str value "hello�world" --
[all …]
H A Dstrspn_variation9.phpt58 -- Iteration with str value "" --
61 -- Iteration with str value "" --
64 -- Iteration with str value "
68 -- Iteration with str value "\n" --
86 -- Iteration with str value "hello�world
93 -- Iteration with str value "��" --
96 -- Iteration with str value "�hello�world�" --
99 -- Iteration with str value "�hello\0world�" --
102 -- Iteration with str value "hello�world" --
105 -- Iteration with str value "hello�world" --
[all …]
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h314 int XMLRPC_VectorSize(XMLRPC_VALUE value);
336 void XMLRPC_CleanupValue(XMLRPC_VALUE value);
343 XMLRPC_VALUE XMLRPC_CopyValue(XMLRPC_VALUE value);
355 #define XMLRPC_SetValueID(value, id, len) XMLRPC_SetValueID_Case(value, id, len, XMLRPC_DEFAULT_ID_… argument
359 int XMLRPC_GetValueStringLen(XMLRPC_VALUE value);
360 int XMLRPC_GetValueInt(XMLRPC_VALUE value);
361 int XMLRPC_GetValueBoolean(XMLRPC_VALUE value);
362 double XMLRPC_GetValueDouble(XMLRPC_VALUE value);
366 const char* XMLRPC_GetValueID(XMLRPC_VALUE value);
402 int XMLRPC_ValueIsFault (XMLRPC_VALUE value);
[all …]
/PHP-7.4/ext/simplexml/tests/
H A Dbug67572.phpt16 foreach($xml as $key => $value) {
17 print "$key = $value ... ";
18 var_dump(empty($value));
19 var_dump($value == false);
22 foreach($xml2 as $key => $value) {
23 print "$key = $value ... ";
24 var_dump(empty($value));
25 var_dump($value == false);
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug37057.phpt11 <value>
15 <value><string>0.29</string></value>
18 </value>
32 <value>
36 <value><string>0.29</string></value>
39 </value>
/PHP-7.4/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.4/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;

Completed in 42 milliseconds

12345678910>>...81