Home
last modified time | relevance | path

Searched refs:result (Results 1 – 25 of 918) sorted by path

12345678910>>...37

/PHP-7.4/
H A D.gdbinit597 printf "result => "
598 printzn &execute_data->opline.result
H A DNEWS230 . Fixed bug #72809 (Locale::lookup() wrong result with canonicalize option).
239 . Fixed bug #81101 (PCRE2 10.37 shows unexpected result). (Anatol)
848 . Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set).
1186 . Fixed bug #78999 (Cycle leak when using function result as temporary).
1549 . Fixed bug #78271 (Invalid result of if-else). (Nikita)
1602 . Fixed bug #41997 (SP call yields additional empty result set). (cmb)
1604 result set"). (cmb)
1750 . Fixed bug #78747 (OpCache corrupts custom extension result). (Nikita)
1801 result set"). (cmb)
1852 . Fixed bug #41997 (SP call yields additional empty result set). (cmb)
[all …]
H A DUPGRADING34 . Passing the result of a (non-reference) list() assignment by reference is
290 Note, the result of this filter is always random.
331 use of SQLite3 extended result codes in errorInfo().
334 . Added SQLite3::lastExtendedErrorCode() to fetch the last extended result
337 SQLite3::lastErrorCode() return extended result codes.
458 and ''hexdec()'' will now generate a deprecation notice. The result will
506 object properties. It returns the same result as (array) $object, with the
H A DUPGRADING.INTERNALS212 t. convert_to_string() and zval_get_string() are now more likely to result in
/PHP-7.4/Zend/
H A DREADME.md35 threading and direct threading). As a result ZE2 got more than 20% speedup on
H A DZend.m415 volatile double result;
22 result = a / b;
37 volatile double result;
43 result = a / b;
58 volatile double result;
64 result = a / b;
79 volatile double result;
86 result = a / b;
101 volatile double result;
109 result = a / b;
/PHP-7.4/Zend/tests/
H A D019.phpt361 // because these are not functions but statements, it will result in syntax error.
H A Dassign_by_val_function_by_ref_return_value.phpt2 Return value of assigning by-val function result by-reference
H A Dassign_obj_ref_byval_function.phpt2 Assign result of by-value function to object property by-reference
H A Dassign_ref_func_leak.phpt2 Assigning the result of a non-reference function by-reference should not leak
H A Dbug30394.phpt2 Bug #30394 (Assignment operators yield wrong result with __get/__set)
H A Dbug40815.phpt2 …ng strings like "class::func" and static methods in set_exception_handler() might result in crash).
H A Dbug42817.phpt2 Bug #42817 (clone() on a non-object does not result in a fatal error)
H A Dbug64417.phpt21 $result = null;
23 $result = &$this->container[$offset];
25 return $result;
H A Dbug69891.phpt2 Bug #69891: Unexpected array comparison result
H A Dbug69957.phpt8 $result = 1 / $divisor;
9 var_dump($result);
19 var_dump($result);
27 $result = 1 / 0;
28 var_dump($result);
36 $result = 1 % 0;
37 var_dump($result);
45 $result = 1 / 0.0;
46 var_dump($result);
54 $result = 1 % 0.0;
[all …]
H A Dbug70262.phpt21 …->arr // FETCH_OBJ_W will EXTRACT_ZVAL_PTR because getObj() result a refcount == 1 object (READY_T…
H A Dbug72101.phpt53 $result = $this->inv_mocker->invoke(
58 return $result;
H A Dbug73181.phpt15 Deprecated: parse_str(): Calling parse_str() without the result argument is deprecated in %s on lin…
H A Dbug73753.phpt5 function iterate($current, $a, $result = null) {
7 return $result;
H A Dbug74657.phpt2 Bug #74657 (Undefined constants in array properties result in broken properties)
H A Dbug74810.phpt2 Bug #74810: Something odd about ordering of func_get_args() result in 7.2
H A Dbug78271.phpt2 Bug #78271: Invalid result of if-else
H A Dbug78999.phpt2 Bug #78999 (Cycle leak when using function result as temporary)
H A Dbuiltin_in_write_context_error1.phpt10 Fatal error: Cannot use result of built-in function in write context in %s on line %d

Completed in 47 milliseconds

12345678910>>...37