Home
last modified time | relevance | path

Searched refs:result (Results 26 – 50 of 1071) sorted by path

12345678910>>...43

/php-src/Zend/tests/
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.phpt54 $result = $this->inv_mocker->invoke(
59 return $result;
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 Dbug80255.phpt2 Bug #80255: Opcache bug (bad condition result) in 8.0.0rc1
H A Dbug80404.phpt2 Bug #80404: Incorrect range inference result when division results in float
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
H A Dbuiltin_in_write_context_error2.phpt10 Fatal error: Cannot use result of built-in function in write context in %s on line %d
H A Dclosure_013.phpt2 Closure 013: __invoke() on temporary result
H A Dconcat_002.phpt12 $result = 'f';
15 $result .= $result;
18 var_dump(strlen($result));
H A Ddeprecation_to_exception_during_inheritance.phpt2 Deprecation promoted to exception should result in fatal error during inheritance
H A Ddereference_004.phpt2 Testing array dereference on __invoke() result
/php-src/Zend/tests/fibers/
H A Dgc-cycle-result.phpt2 GC can cleanup cycle when fiber result references fiber
/php-src/Zend/tests/generators/errors/
H A Dyield_non_ref_function_call_by_ref_error.phpt2 Yielding the result of a non-ref function call throw a notice

Completed in 22 milliseconds

12345678910>>...43