Home
last modified time | relevance | path

Searched refs:indirect (Results 1 – 13 of 13) sorted by path

/PHP-5.3/
H A DNEWS4975 - Fixed bug #39297 (Memory corruption because of indirect modification of
/PHP-5.3/Zend/
H A DZEND_CHANGES1114 ${expr} - full indirect reference support for scalar
/PHP-5.3/Zend/tests/
H A Dbug39297.phpt2 Bug #39297 (Memory corryption because of indirect modification of overloaded array)
H A Dunset_cv05.phpt2 unset() CV 5 (indirect unset() of global variable in session_start())
H A Dunset_cv06.phpt2 unset() CV 6 (indirect unset() of global variable in session_unset())
H A Dunset_cv07.phpt2 unset() CV 7 (indirect unset() of global variable in import_request_variables())
H A Dunset_cv12.phpt2 unset() CV 12 (unset() in indirect called function)
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic2606 >(6.I) indirect x \b, contains:
9283 # indirect addressing, and that's all. It would be great if we could
10947 # to specify an indirect offset with a specified byte order.
13679 # (NOTE: if `file' would be able to use indirect references in a endian format
15504 # in a different place, so we must use an indirect offset.
/PHP-5.3/ext/spl/tests/
H A Darray_026.phpt2 SPL: ArrayObject indirect offsetGet overwriting EG(uninitialized_zvar_ptr)
/PHP-5.3/ext/standard/
H A Darray.c3770 Bucket*** indirect; in PHP_FUNCTION() local
3883 indirect = (Bucket ***)safe_emalloc(array_size, sizeof(Bucket **), 0); in PHP_FUNCTION()
3890 indirect[k][i] = p; in PHP_FUNCTION()
3894 indirect[k][num_arrays] = NULL; in PHP_FUNCTION()
3904 hash->pListHead = indirect[0][i];; in PHP_FUNCTION()
3910 hash->pListTail->pListNext = indirect[k][i]; in PHP_FUNCTION()
3912 indirect[k][i]->pListLast = hash->pListTail; in PHP_FUNCTION()
3913 indirect[k][i]->pListNext = NULL; in PHP_FUNCTION()
3914 hash->pListTail = indirect[k][i]; in PHP_FUNCTION()
3931 efree(indirect[i]); in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/standard/tests/array/
H A Darray_next_error1.phpt2 next - ensure warning is received when passing an indirect temporary.
H A Dprev_error2.phpt2 prev - ensure warning is received when passing an indirect temporary.
20 echo "\n-- Passing an indirect temporary variable --\n";
25 -- Passing an indirect temporary variable --
/PHP-5.3/tests/classes/
H A Dthis.phpt21 function indirect($other)
44 $object->indirect($other);

Completed in 94 milliseconds