Home
last modified time | relevance | path

Searched refs:value (Results 226 – 250 of 2327) sorted by relevance

12345678910>>...94

/PHP-8.3/ext/dom/tests/
H A Ddomobject_debug_handler.phpt26 string(22) "(object value omitted)"
28 string(22) "(object value omitted)"
62 string(22) "(object value omitted)"
64 string(22) "(object value omitted)"
78 string(22) "(object value omitted)"
80 string(22) "(object value omitted)"
82 string(22) "(object value omitted)"
/PHP-8.3/ext/date/tests/
H A Ddate_sunset_variation7.phpt23 foreach($inputs as $timezone => $value) {
27 …var_dump( date_sunset($time, SUNFUNCS_RET_STRING, $value["Latitude"], $value["Longitude"], 90, $va…
29 …var_dump( date_sunset($time, SUNFUNCS_RET_STRING, $value["Latitude"], $value["Longitude"], 90, $va…
/PHP-8.3/Zend/tests/prop_const_expr/
H A Dstatic_initalizer.phpt12 static $value = A::Case->value;
14 static $valueNullsafe = A::Case?->value;
17 var_dump($value);
H A Ddefault_args.phpt12 $value = A::B->value,
14 $valueNullsafe = A::B?->value,
17 var_dump($value);
/PHP-8.3/Zend/tests/traits/
H A Dconstant_020.phpt7 public function __construct(public string $value) {}
11 #[TestAttribute(value: 123)]
20 …on->getReflectionConstant('Constant')->getAttributes('TestAttribute')[0]->getArguments()['value']);
23 …on->getReflectionConstant('Constant')->getAttributes('TestAttribute')[0]->getArguments()['value']);
/PHP-8.3/Zend/tests/weakrefs/
H A Dgh10043-001.phpt7 public function __construct(public readonly string $value) {
30 ["value"]=>
33 ["value"]=>
35 ["value"]=>
H A Dgh10043-002.phpt7 public function __construct(public readonly string $value) {
30 ["value"]=>
33 ["value"]=>
37 ["value"]=>
H A Dweakmap_weakness.phpt19 echo "\nDestructor in WeakMap value:\n";
48 echo "\nStoring object as own value:\n";
72 ["value"]=>
79 Destructor in WeakMap value:
99 ["value"]=>
106 Storing object as own value:
113 ["value"]=>
125 ["value"]=>
/PHP-8.3/ext/spl/
H A Dspl_dllist.stub.php29 public function add(int $index, mixed $value): void {} argument
38 public function push(mixed $value): void {} argument
41 public function unshift(mixed $value): void {} argument
80 public function offsetSet($index, mixed $value): void {} argument
125 public function enqueue(mixed $value): void {} argument
/PHP-8.3/Zend/tests/
H A Dlsb_024.phpt7 private static $value = 'A';
10 echo static::$value, PHP_EOL;
14 protected static $value = 'B';
17 public static $value = 'C';
H A Dbug72813.phpt14 public function __set($prop, $value)
16 if ($prop === 'b') $value = [$value];
17 $this->props[$prop] = $value;
H A Dbug79979.phpt2 Bug #79979 (passing value to by-ref param via CUF(A) crashes)
16 Warning: str_replace(): Argument #4 ($count) must be passed by reference, value given in %s on line…
18 Warning: str_replace(): Argument #4 ($count) must be passed by reference, value given in %s on line…
20 Warning: str_replace(): Argument #4 ($count) must be passed by reference, value given in %s on line…
22 Warning: str_replace(): Argument #4 ($count) must be passed by reference, value given in %s on line…
/PHP-8.3/Zend/tests/generators/
H A Dgenerator_method_by_ref.phpt18 foreach ($this->data as $key => &$value) {
19 yield $key => $value;
25 foreach ($test as &$value) {
26 $value *= -1;
/PHP-8.3/tests/lang/
H A DreturnByReference.006.phpt21 …rn by ref function call, assign by reference the return value of a function that returns by value:…
28 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
35 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
44 …urn by ref function call, assign by reference the return value of a function that returns by value:
50 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
56 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
/PHP-8.3/Zend/
H A Dzend_vm_execute.h5313 value = Z_REFVAL_P(value); in ZEND_JMP_SET_SPEC_CONST_HANDLER()
5358 value = Z_REFVAL_P(value); in ZEND_COALESCE_SPEC_CONST_HANDLER()
5624 value = Z_REFVAL_P(value); in ZEND_STRLEN_SPEC_CONST_HANDLER()
5684 value = Z_REFVAL_P(value); in ZEND_TYPE_CHECK_SPEC_CONST_HANDLER()
7282 value = &c->value; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER()
8447 value = &c->value; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER()
15058 value = Z_REFVAL_P(value); in ZEND_TYPE_CHECK_SPEC_TMPVAR_HANDLER()
25165 value = &c->value; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER()
25738 value = &c->value; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_TMPVARCV_HANDLER()
34333 value = &c->value; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
[all …]
/PHP-8.3/ext/tidy/tests/
H A D010.phpt16 ["value"]=>
42 ["value"]=>
68 ["value"]=>
115 ["value"]=>
146 ["value"]=>
173 ["value"]=>
199 ["value"]=>
222 ["value"]=>
246 ["value"]=>
275 ["value"]=>
[all …]
/PHP-8.3/ext/standard/tests/array/
H A Drsort_object1.phpt15 // initializing object member value
16 function __construct($value){
17 $this->class_value = $value;
26 // initializing object member value
27 function __construct($value){
28 $this->class_value = $value;
31 // return string value
33 return (string)$this->value;
56 // testing rsort() function by supplying integer object array, flag value is default
61 // testing rsort() function by supplying string object array, flag value is default
[all …]
/PHP-8.3/ext/fileinfo/libmagic/
H A Dprint.c137 (void) fprintf(stderr, "%d", m->value.l); in file_mdump()
144 CAST(long long, m->value.q)); in file_mdump()
152 file_showstr(stderr, m->value.s, in file_mdump()
167 file_fmtdatetime(tbuf, sizeof(tbuf), m->value.l, in file_mdump()
193 (void) fprintf(stderr, "%G", m->value.f); in file_mdump()
198 (void) fprintf(stderr, "%G", m->value.d); in file_mdump()
203 tbuf, sizeof(tbuf), m->value.us, m->type)); in file_mdump()
209 file_fmtdate(tbuf, sizeof(tbuf), m->value.h)); in file_mdump()
215 file_fmttime(tbuf, sizeof(tbuf), m->value.h)); in file_mdump()
227 (void) fprintf(stderr, "'%s'", m->value.s); in file_mdump()
[all …]
/PHP-8.3/ext/spl/tests/
H A Dmultiple_iterator_001.phpt13 foreach($m as $value) {
14 var_dump($value);
35 foreach($m as $key => $value) {
36 var_dump($key, $value);
54 foreach($m as $key => $value) {
55 var_dump($key, $value);
63 foreach($m as $key => $value) {
64 var_dump($key, $value);
83 foreach($m as $key => $value) {
84 var_dump($key, $value);
[all …]
/PHP-8.3/ext/intl/uchar/tests/
H A Dbug70455.phpt7 $value = IntlChar::getNumericValue("x");
8 var_dump($value);
9 var_dump($value === IntlChar::NO_NUMERIC_VALUE);
/PHP-8.3/Zend/tests/enum/
H A Dbacked-int.phpt2 Int enum value
11 var_dump(Foo::Bar->value);
12 var_dump(Foo::Baz->value);
/PHP-8.3/ext/opcache/tests/
H A Dbug73789.phpt13 public function getType($value): int
17 case ctype_alpha($value[0]):
18 $name = 'Lexer::T_' . strtoupper($value);
24 case $value === '.':
/PHP-8.3/ext/standard/tests/general_functions/
H A Dgetopt_003.phpt4 -vvv --v -a value --another value -1111 -2 --12 --0 --0 --1 -v
28 string(5) "value"
30 string(5) "value"
/PHP-8.3/tests/classes/
H A Diterators_006.phpt49 foreach ($array as $property => $value) {
50 print "$property: $value\n";
62 foreach ($array as $property => $value) {
63 print "$property: $value\n";
68 foreach ($array as $property => $value) {
69 print "$property: $value\n";
/PHP-8.3/tests/lang/operators/
H A Dnegate_variationStr.phpt36 Warning: A non-numeric value encountered in %s on line %d
42 Warning: A non-numeric value encountered in %s on line %d
46 Warning: A non-numeric value encountered in %s on line %d
50 Warning: A non-numeric value encountered in %s on line %d
54 Warning: A non-numeric value encountered in %s on line %d
58 Warning: A non-numeric value encountered in %s on line %d

Completed in 297 milliseconds

12345678910>>...94