Home
last modified time | relevance | path

Searched refs:value (Results 101 – 125 of 2327) sorted by relevance

12345678910>>...94

/PHP-8.3/ext/standard/tests/array/
H A Dsort_variation6.phpt7 * flag value as default
17 echo "\n-- Testing sort() by supplying hexadecimal value array, 'flag' value is default --\n";
22 echo "\n-- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\n";
27 echo "\n-- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\n";
37 -- Testing sort() by supplying hexadecimal value array, 'flag' value is default --
64 -- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
91 -- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
H A Darray_map_variation1.phpt8 $arr = array("stringkey" => "value");
23 string(5) "value"
30 string(5) "value"
32 string(5) "value"
37 string(5) "value"
43 string(5) "value"
45 string(5) "value"
H A Dksort_variation6.phpt7 * 1.flag value as default
21 echo "\n-- Testing ksort() by supplying hexadecimal value array, 'flag' value is default --\n";
26 echo "\n-- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\n…
31 echo "\n-- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\n…
41 -- Testing ksort() by supplying hexadecimal value array, 'flag' value is default --
64 -- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
87 -- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
H A Darsort_variation6.phpt7 * flag value as default
20 echo "\n-- Testing arsort() by supplying hexadecimal value array, 'flag' value is default --\n";
25 echo "\n-- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\…
30 echo "\n-- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\…
40 -- Testing arsort() by supplying hexadecimal value array, 'flag' value is default --
63 -- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
86 -- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
H A Dasort_variation6.phpt7 * flag value as default
20 echo "\n-- Testing asort() by supplying hexadecimal value array, 'flag' value is default --\n";
25 echo "\n-- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\n…
30 echo "\n-- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\n…
40 -- Testing asort() by supplying hexadecimal value array, 'flag' value is default --
63 -- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
86 -- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
H A Drsort_variation7.phpt11 // bool value array
14 echo "\n-- 'flag' value is default --\n";
19 echo "\n-- 'flag' value is SORT_REGULAR --\n";
24 echo "\n-- 'flag' value is SORT_NUMERIC --\n";
29 echo "\n-- 'flag' value is SORT_STRING --\n";
39 -- 'flag' value is default --
52 -- 'flag' value is SORT_REGULAR --
65 -- 'flag' value is SORT_NUMERIC --
78 -- 'flag' value is SORT_STRING --
/PHP-8.3/ext/standard/tests/file/
H A Dfile_variation6.phpt98 file(): Argument #2 ($flags) must be a valid flag value
99 file(): Argument #2 ($flags) must be a valid flag value
100 file(): Argument #2 ($flags) must be a valid flag value
101 file(): Argument #2 ($flags) must be a valid flag value
102 file(): Argument #2 ($flags) must be a valid flag value
103 file(): Argument #2 ($flags) must be a valid flag value
104 file(): Argument #2 ($flags) must be a valid flag value
105 file(): Argument #2 ($flags) must be a valid flag value
178 file(): Argument #2 ($flags) must be a valid flag value
179 file(): Argument #2 ($flags) must be a valid flag value
[all …]
/PHP-8.3/Zend/tests/fibers/
H A Dresume.phpt7 $value = Fiber::suspend(1);
8 var_dump($value);
11 $value = $fiber->start();
12 var_dump($value);
13 $fiber->resume($value + 1);
/PHP-8.3/Zend/tests/prop_const_expr/
H A Dattributes.phpt14 public function __construct(public $value) {}
18 #[Attr(A::B->value)]
20 #[Attr(A::B?->value)]
30 ["value"]=>
34 ["value"]=>
38 ["value"]=>
42 ["value"]=>
H A Denum_initializer.phpt12 case F = A::B->value;
17 case I = A::B?->value;
20 var_dump(D::E->value);
21 var_dump(D::F->value);
22 var_dump(G::H->value);
23 var_dump(G::I->value);
/PHP-8.3/ext/soap/tests/interop/Round4/GroupH/
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-8.3/sapi/apache2handler/
H A Dapache_config.c53 char *value; member
66 if (!strncasecmp(value, "none", sizeof("none"))) { in real_value_hnd()
67 value = ""; in real_value_hnd()
70 e.value = apr_pstrdup(cmd->pool, value); in real_value_hnd()
71 e.value_len = strlen(value); in real_value_hnd()
81 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_value_handler()
86 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
105 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_flag_handler()
110 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_flag_handler()
186 return pe->value; in get_php_config()
[all …]
/PHP-8.3/Zend/tests/
H A Dindexing_001.phpt64 Cannot use a scalar value as an array
66 Cannot use a scalar value as an array
68 Cannot use a scalar value as an array
83 Cannot use a scalar value as an array
101 Cannot use a scalar value as an array
103 Cannot use a scalar value as an array
105 Cannot use a scalar value as an array
116 Cannot use a scalar value as an array
133 Cannot use a scalar value as an array
135 Cannot use a scalar value as an array
[all …]
/PHP-8.3/ext/reflection/tests/
H A Dbug40431.phpt8 $Obj->value = 'value';
29 $Obj->value = 'value';
47 $Obj->value = 'value';
61 private $value = 1;
69 $Obj->value = 'value';
88 string(5) "value"
102 string(5) "value"
116 string(5) "value"
130 string(5) "value"
/PHP-8.3/ext/standard/tests/strings/
H A Dwordwrap_variation5.phpt16 echo "\n-- Testing wordwrap() with default break value and single space as value --\n";
17 echo "-- with default break and cut value --\n";
18 var_dump( wordwrap($str, $width) ); // default break and cut value
20 echo "-- with default cut value --\n";
26 echo "-- with cut value as false --\n";
31 echo "-- with cut value as true --\n";
41 -- Testing wordwrap() with default break value and single space as value --
42 -- with default break and cut value --
46 -- with default cut value --
49 -- with cut value as false --
[all …]
/PHP-8.3/ext/xmlreader/tests/
H A D003-mb.phpt24 echo $reader->value . "\n";
26 if ($reader->getAttribute($reader->name) == $reader->value) {
33 echo $reader->value . "\n";
35 if ($reader->getAttribute($reader->name) == $reader->value) {
42 echo $reader->value . "\n";
44 if ($reader->getAttribute('num') == $reader->value) {
50 echo $reader->value . "\n";
52 if ($reader->getAttribute('idx') == $reader->value) {
59 echo $reader->value . "\n";
61 if ($reader->getAttributeNo(0) == $reader->value) {
[all …]
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug62593.phpt21 $value = true;
23 $query->bindValue(':foo', $value, PDO::PARAM_BOOL);
26 var_dump($value);
33 $value = true;
34 $query->bindParam(':foo', $value, PDO::PARAM_BOOL);
35 $value = false;
38 var_dump($value);
41 $value = '0';
42 $query->bindParam(':foo', $value, PDO::PARAM_BOOL);
47 $value = "abc";
[all …]
/PHP-8.3/ext/opcache/tests/
H A Dbug81015.phpt6 function ternary(bool $enabled, ?string $value): void
9 if ($enabled ? true : $value === null) {
10 echo ($value ?? 'NULL') . "\n";
16 ternary(true, 'value');
18 ternary(false, 'value');
23 value
/PHP-8.3/ext/soap/tests/
H A Dbug48557.phpt25 <value xsi:type="xsd:int">123</value>
29 <value xsi:type="xsd:string">123</value>
33 <value xsi:type="xsd:float">123.5</value>
37 <value xsi:type="xsd:float">123.5</value>
41 <value xsi:type="xsd:float">123.5</value>
45 <value xsi:type="xsd:float">123.5</value>
/PHP-8.3/tests/basic/
H A D023.phpt7 c o o k i e=value; c o o k i e= v a l u e ;;c%20o+o k+i%20e=v;name="value","value",UEhQIQ==;UEhQIQ=…
15 string(5) "value"
19 string(24) ""value","value",UEhQIQ=="
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat_attr.c71 UChar* value = value_buf; in PHP_FUNCTION() local
85 …length = udat_toPattern(DATE_FORMAT_OBJECT(dfo), is_pattern_localized, value, length, &INTL_DATA_E… in PHP_FUNCTION()
89 value = eumalloc(length); in PHP_FUNCTION()
90 …length = udat_toPattern(DATE_FORMAT_OBJECT(dfo), is_pattern_localized, value, length, &INTL_DATA_E… in PHP_FUNCTION()
92 efree(value); in PHP_FUNCTION()
93 value = value_buf; in PHP_FUNCTION()
98 INTL_METHOD_RETVAL_UTF8( dfo, value, length, ( value != value_buf ) ); in PHP_FUNCTION()
105 char* value = NULL; in PHP_FUNCTION() local
116 &object, IntlDateFormatter_ce_ptr, &value, &value_len ) == FAILURE ) in PHP_FUNCTION()
124 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()
/PHP-8.3/ext/dom/tests/
H A Dbug80602_3.phpt52 string(22) "(object value omitted)"
54 string(22) "(object value omitted)"
56 string(22) "(object value omitted)"
62 string(22) "(object value omitted)"
66 string(22) "(object value omitted)"
70 string(22) "(object value omitted)"
109 string(22) "(object value omitted)"
111 string(22) "(object value omitted)"
113 string(22) "(object value omitted)"
121 string(22) "(object value omitted)"
[all …]
/PHP-8.3/ext/pcre/tests/
H A Dpreg_grep_error1.phpt19 foreach($values as $value) {
20 @print "\nArg value is $value\n";
22 var_dump(preg_grep($value, $array));
27 $value = new stdclass(); //Object
29 var_dump(preg_grep($value, $array));
38 Arg value is abcdef
43 Arg value is /[a-zA-Z]
48 Arg value is [a-zA-Z]/
53 Arg value is /[a-zA-Z]/F
58 Arg value is Array
[all …]
/PHP-8.3/ext/spl/tests/
H A DRecursiveCallbackFilterIterator_trampoline_usage.phpt6 function test($value, $key, $inner) {
11 , print_r($value, true)
13 , $value == $inner->current()
16 return $value === 1 || $value === 4;
32 foreach($it as $value) {
33 echo "=> $value\n";
/PHP-8.3/Zend/tests/enum/
H A Dno-write-properties-through-references.phpt12 $value = &$bar->value;
13 $value = 1;
18 var_dump(Foo::Bar->value);
22 Cannot modify readonly property Foo::$value

Completed in 43 milliseconds

12345678910>>...94