Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 2016) sorted by path

12345678910>>...81

/PHP-7.4/
H A D.gdbinit67 if $ex->This->value.obj
106 printf "%ld", $zvalue->value.lval
109 printf "%f", $zvalue->value.dval
112 ____print_str $zvalue->value.str->val $zvalue->value.str->len
183 printf "long: %ld", $zvalue->value.lval
186 printf "double: %f", $zvalue->value.dval
195 ____print_ht $zvalue->value.arr 1
208 set $handle = $zvalue->value.obj.handle
210 set $zobj = $zvalue->value.obj
260 ____printzv $zvalue->value.zv $arg1
[all …]
H A DCODING_STANDARDS.md284 Returns the absolute value of the number */
H A DNEWS225 . Fixed bug #80173 (Using return value of zend_assign_to_variable() is not
874 . Fixed bug #79657 ("yield from" hangs when invalid value encountered).
1364 . Fixed bug #78386 (fstat mode has unexpected value on PHP 7.4). (cmb)
1377 . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
1644 . Fixed bug #78624 (session_gc return value for user defined session
1723 . Fixed bug #78641 (addGlob can modify given remove_path value). (cmb)
1766 . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
1804 . Fixed bug #78624 (session_gc return value for user defined session
1816 . Fixed bug #78641 (addGlob can modify given remove_path value). (cmb)
2026 value). (Ignace Nyamagana Butera)
[all …]
H A DUPGRADING45 . The "creating default object from empty value" warning is now consistently
46 thrown if a falsy value is promoted into an stdClass object. Previously some
50 for the get_declared_classes() return value.
61 . The $version parameter of curl_version() is deprecated. If any value not
73 . As of PHP 7.4.4, the value of the $childNodes property of DOMDocument,
79 . The default parameter value of idn_to_ascii() and idn_to_utf8() is now
206 . Added support for arrow functions with implicit by-value scope binding.
531 return value by their currently bound value, if libsqlite ≥ 3.14 is used.
632 . Numeric value of class, property, function and constant modifiers was
H A DUPGRADING.INTERNALS16 m. write_property return value
84 the return value must be released using zend_release_properties().
150 zend_get_op_array_extension_handle() during MINIT and access its value
171 m. The write_property() object handler now returns the assigned value (after
221 ZEND_ASSIGN_STATIC_PROP in extended value, now we use ZEND_ASSIGN_OP,
/PHP-7.4/Zend/
H A Dbench.php204 foreach($hash1 as $key => $value) $hash2[$key] += $value;
/PHP-7.4/Zend/tests/
H A D007.phpt38 ["value"]=>
48 ["value"]=>
58 ["value"]=>
H A D019.phpt300 // assign a value to static var
323 // set the value ot a new one
324 $ref_val = "new value by ref";
327 $value = "value";
328 var_dump($value);
329 test_unset2($value);
330 var_dump($value);
1297 value of static_var after unset:
1306 value of static_var after unset:
1321 string(5) "value"
[all …]
H A D024.phpt20 Notice: Trying to access array offset on value of type null in %s on line %d
27 Notice: Trying to access array offset on value of type null in %s on line %d
52 Notice: Trying to access array offset on value of type null in %s on line %d
H A D026.phpt2 Trying assign value to property when an object is not returned in a function
24 Warning: Creating default object from empty value in %s on line %d
H A D031.phpt2 Testing array with '[]' passed as argument by value
H A D033.phpt22 Notice: Trying to access array offset on value of type null in %s on line %d
24 Notice: Trying to access array offset on value of type null in %s on line %d
26 Notice: Trying to access array offset on value of type null in %s on line %d
28 Notice: Trying to access array offset on value of type null in %s on line %d
30 Notice: Trying to access array offset on value of type null in %s on line %d
34 Notice: Trying to access array offset on value of type null in %s on line %d
36 Notice: Trying to access array offset on value of type null in %s on line %d
38 Notice: Trying to access array offset on value of type null in %s on line %d
40 Notice: Trying to access array offset on value of type null in %s on line %d
58 Warning: Creating default object from empty value in %s on line %d
[all …]
H A DArrayAccess_indirect_append.phpt15 public function offsetSet($name, $value) {
16 $this->data[$name] = $value;
H A Daccess_modifiers_011.phpt7 private $var1 = 'var1 value';
8 protected $var2 = 'var2 value';
36 var1 value
37 var2 value
H A Dadd_002.phpt9 $o->prop = "value";
H A Dadd_003.phpt9 $o->prop = "value";
H A Dadd_006.phpt41 Warning: A non-numeric value encountered in %s on line %d
44 Notice: A non well formed numeric value encountered in %s on line %d
49 Warning: A non-numeric value encountered in %s on line %d
52 Notice: A non well formed numeric value encountered in %s on line %d
H A Dadd_007.phpt22 Warning: A non-numeric value encountered in %s on line %d
26 Warning: A non-numeric value encountered in %s on line %d
H A Dargument_restriction_005.phpt11 …Sub::offsetSet() must be compatible with ArrayAccess::offsetSet($offset, $value) in %sargument_res…
H A Dassign_by_val_function_by_ref_return_value.phpt2 Return value of assigning by-val function result by-reference
H A Dassign_coalesce_004.phpt11 Fatal error: Can't use function return value in write context in %s on line %d
/PHP-7.4/Zend/tests/arg_unpack/
H A Dtraversable_with_by_ref_parameters.phpt27 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value
29 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value
31 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value
/PHP-7.4/Zend/tests/arrow_functions/
H A D001.phpt24 // Close over $var by-value, not by-reference
/PHP-7.4/Zend/tests/assert/
H A Dexpect_007.phpt11 "value" => "testing"
H A Dexpect_013.phpt2 test failing assertion when disabled (with return value)

Completed in 109 milliseconds

12345678910>>...81