Home
last modified time | relevance | path

Searched refs:unset (Results 51 – 75 of 1192) sorted by relevance

12345678910>>...48

/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_53280.phpt32 unset($stmth1);
33 unset($stmth2);
37 unset($stmt);
38 unset($dbh);
/PHP-5.5/ext/spl/tests/
H A DarrayObject_count_basic1.phpt25 unset($c[0]);
26 unset($ao[0]);
53 unset($c[0]);
54 unset($ao[0]);
H A Darray_010.phpt55 echo "===unset===\n";
57 unset($obj[2]);
58 unset($obj['4th']);
59 unset($obj[7]);
60 unset($obj['8th']);
115 ===unset===
H A Dbug52861.phpt2 Bug #52861 (unset failes with ArrayObject and deep arrays)
7 unset($arrayObject['foo']['bar']['baz']);
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation6.phpt19 $unset = 10;
20 unset($unset);
26 'unset variable' => @$unset);
89 -- Key in $search array is : unset variable --
H A Darray_reverse_variation5.phpt19 //get an unset variable
21 unset ($unset_var);
59 // array with object, unset variable and resource variable
60 array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
63 …(), 222 => "fruit", 'resource' => $fp, "int" => 133, "float" => 444.432, "unset" => @$unset_var, "…
312 ["unset"]=>
322 ["unset"]=>
332 ["unset"]=>
343 ["unset"]=>
363 ["unset"]=>
[all …]
H A Darray_push_variation6.phpt19 //get an unset variable
21 unset ($unset_var);
89 // unset data
90 /*9*/ 'unset' => array(
91 @$unset_var => 'unset',
156 -- Iteration 12 : unset data --
H A Dnatcasesort_variation11.phpt16 //get an unset variable
18 unset ($unset_var);
89 // unset data
90 /*12*/ 'unset' => array(
91 @$unset_var => 'unset',
219 string(5) "unset"
H A Dcurrent_variation2.phpt17 //get an unset variable
19 unset ($unset_var);
97 // unset data
98 /*10*/ 'unset' => array(
150 -- Iteration 10 : unset data --
H A Darray_unshift_variation5.phpt20 // get an unset variable
22 unset ($unset_var);
63 // array with object, unset variable and resource variable
64 array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
67 …(), 222 => "fruit", 'resource' => $fp, "int" => 133, "float" => 444.432, "unset" => @$unset_var, "…
328 ["unset"]=>
344 ["unset"]=>
367 ["unset"]=>
393 ["unset"]=>
H A Darray_merge_variation4.phpt20 //get an unset variable
22 unset ($unset_var);
93 // unset data
94 /*12*/ 'unset' => array(
95 @$unset_var => 'unset',
351 -- Iteration 12: unset data --
354 string(5) "unset"
366 string(5) "unset"
H A Darray_slice_variation7.phpt21 //get an unset variable
23 unset ($unset_var);
94 // unset data
95 /*12*/ 'unset' => array(
96 @$unset_var => 'unset',
289 -- Iteration 12 : key type is unset --
293 string(5) "unset"
298 string(5) "unset"
/PHP-5.5/Zend/tests/
H A Dglobals.inc9 unset($_SERVER['PHP_SELF']);
12 unset($_SERVER);
H A Dunset_cv08.phpt2 unset() CV 8 (unset() of global variable in array_unique($GLOBALS))
H A Dclosure_005.phpt51 unset($a);
56 unset($incer);
59 unset($printer);
H A Dbug65051.phpt2 Bug #65051: count() off by one inside unset()
17 unset($array[0][0]);
H A Dunset_cv09.phpt2 unset() CV 9 (unset() of global variable in array_pop($GLOBALS))
H A Dforeach_unset_globals.phpt2 traverse an array and use its keys to unset GLOBALS
8 unset($GLOBALS[$key]);
H A Dbug52484.phpt8 unset($this->$prop);
15 unset($a->$prop);
H A Dunset_cv07.phpt2 unset() CV 7 (indirect unset() of global variable in import_request_variables())
H A Dgc_014.phpt12 unset($b);
14 unset($a);
H A Dgc_016.phpt13 unset($a);
19 unset($a);
/PHP-5.5/ext/simplexml/tests/
H A D030.phpt2 SimpleXML: isset and unset by offset
22 unset($sxe->child1[1]);
28 unset($atts[0]);
/PHP-5.5/ext/oci8/tests/
H A Ddescriptors.phpt26 unset($blob);
27 unset($statement);
36 unset($row['BLOB']);
/PHP-5.5/tests/classes/
H A Darray_access_001.phpt23 unset($this->a[$index]);
76 echo "===unset===\n";
78 unset($obj[2]);
79 unset($obj['4th']);
80 unset($obj[7]);
81 unset($obj['8th']);
169 ===unset===

Completed in 46 milliseconds

12345678910>>...48