Home
last modified time | relevance | path

Searched refs:offsetSet (Results 26 – 50 of 62) sorted by relevance

123

/PHP-5.5/ext/spl/tests/
H A Dbug28822.phpt7 $array->offsetSet('key', 'value');
H A Darray_010.phpt34 echo "===offsetSet===\n";
102 ===offsetSet===
H A Darray_013.phpt79 …ator::append(): Cannot append properties to objects, use ArrayIterator::offsetSet() instead in %sa…
H A Dbug42654.phpt18 $iterator->offsetSet($key, 'alter');
/PHP-5.5/Zend/tests/
H A Dbug33710.phpt10 function offsetSet($offset, $value) {/*...*/}
H A Dbug30346.phpt11 public function offsetSet( $offset, $data ) { }
H A Dobjects_032.phpt13 public function offsetSet($n, $v) {
H A Dbug54367.phpt7 public function offsetSet($offset, $value) { }
H A Ddereference_005.phpt17 public function offsetSet($offset, $value) {
H A Dbug64417.phpt7 public function offsetSet($offset, $value) {
H A Dbug41209.phpt25 public function offsetSet($id, $value) {}
H A Dbug40833.phpt44 function offsetSet($offset, $value)
H A Dobject_handlers.phpt25 function offsetSet($index, $newval) {
/PHP-5.5/ext/phar/tests/
H A Dphar_offset_check.phpt34 $phar->offsetSet('.phar/stub.php', '<?php __HALT_COMPILER(); ?>');
50 $phar->offsetSet('.phar/alias.txt', 'dolly');
H A Dphar_offset_get_error.phpt2 Phar: ignore filenames starting with / on offsetSet
H A Dbadparameters.phpt100 $a->offsetSet(array());
172 Warning: Phar::offsetSet() expects exactly 2 parameters, 1 given in %sbadparameters.php on line %d
/PHP-5.5/ext/spl/
H A Dspl.php488 function offsetSet($offset, $value); function
693 function offsetSet($index, $newval) {/**/} function in ArrayObject
805 function offsetSet($index, $newval) {/**/} function in ArrayIterator
/PHP-5.5/tests/classes/
H A Darray_access_006.phpt21 function offsetSet($index, $value) {
H A Darray_access_007.phpt21 function offsetSet($index, $value) {
H A Darray_access_012.phpt11 public function offsetSet($index, $value) {
H A Darray_access_003.phpt27 function offsetSet($index, $newval) {
H A Darray_access_004.phpt25 function offsetSet($index, $newval) {
H A Darray_access_008.phpt21 function offsetSet($index, $value) {
H A Darray_access_005.phpt21 function offsetSet($index, $value) {
/PHP-5.5/ext/spl/examples/
H A Ddbaarray.inc69 function offsetSet($name, $value)

Completed in 27 milliseconds

123