Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 149) sorted by path

123456

/PHP-5.5/
H A DNEWS753 . Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
1512 . Fixed bug #65821 (By-ref foreach on property access of string offset
4664 . Fixed covariance of return-by-ref constraints. (Etienne)
6948 - Fixed bug #44206 (OCI8 selecting ref cursors leads to ORA-1000 maximum open cursors reached). (Or…
6961 - Fixed bug #44046 (crash inside array_slice() function with an invalid by-ref offset). (Ilia)
8318 - Fixed bug #38808 ("maybe ref" issue for current() and others). (Dmitry)
9871 non-existent object ref). (Tony)
9923 - Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught
H A Dconfigure.in1629 | details, see this page: http://www.php.net/manual/ref.oci8.php |
/PHP-5.5/Zend/tests/
H A D019.phpt310 echo "\n** Testing unset() variation 2: unset on a variable passed by ref. inside of a function **\…
324 $ref_val = "new value by ref";
1320 ** Testing unset() variation 2: unset on a variable passed by ref. inside of a function **
H A Dbug34358.phpt7 $ref = &$this;
H A Dbug38808.phpt2 Bug #38808 ("maybe ref" issue for current() and others)
H A Dbug43201.phpt17 $c->arr[0]["k2"] = $ref;
19 $ref = chop($undef);
20 $c->arr[$cnt]["k2"] = $ref;
29 Notice: Undefined variable: ref in %sbug43201.php on line 14
H A Dbug47353.phpt15 $ref = & $myArray[$i];
16 $ref[] = new stdClass();
H A Dbug50146.phpt10 $ref = new ReflectionObject($obj);
11 var_dump($ref->hasProperty('b'));
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
H A Dbug63762.phpt7 $ref = new ReflectionProperty($e, 'trace');
8 $ref->setAccessible(TRUE);
11 $ref->setValue($e, array(NULL));
16 $ref->setValue($e, array(array()));
20 $ref->setValue($e, array(array(
H A Dcall_with_refs.phpt2 Check call to non-ref function with call-time refs
H A Dclosure_018.phpt2 Closure 018: Assigning lambda to static var and returning by ref
H A Derrmsg_003.phpt2 errmsg: cannot reassign $this (by ref)
H A Dforeach.phpt2 foreach() by-ref bug
H A Dmagic_by_ref_001.phpt2 passing first parameter of __set() by ref
H A Dmagic_by_ref_002.phpt2 passing second parameter of __set() by ref
H A Dmagic_by_ref_003.phpt2 passing parameter of __get() by ref
H A Dmagic_by_ref_004.phpt2 passing parameter of __unset() by ref
H A Dmagic_by_ref_005.phpt2 passing parameter of __isset() by ref
H A Dmagic_by_ref_006.phpt2 passing first parameter of __call() by ref
H A Dmagic_by_ref_007.phpt2 passing second parameter of __call() by ref
H A Dobjects_032.phpt2 Covariant return-by-ref constraints
/PHP-5.5/Zend/tests/generators/errors/
H A Dnon_ref_generator_iterated_by_ref_error.phpt2 Non-ref generators cannot be iterated by-ref
H A Dyield_non_ref_function_call_by_ref_error.phpt2 Yielding the result of a non-ref function call throw a notice
/PHP-5.5/Zend/tests/generators/
H A Dyield_ref_function_call_by_reference.phpt2 The result of a by-ref function call can be yielded just fine

Completed in 73 milliseconds

123456