Home
last modified time | relevance | path

Searched refs:unset (Results 1 – 25 of 1192) sorted by relevance

12345678910>>...48

/PHP-5.5/ext/mbstring/tests/
H A Dbug26639.phpt12 unset($a);
13 unset($b);
20 unset($a);
21 unset($b);
29 unset($a);
30 unset($b);
31 unset($c);
39 unset($a);
40 unset($b);
41 unset($c);
[all …]
/PHP-5.5/Zend/tests/
H A Dgc_017.phpt2 GC 017: GC and destructors with unset
22 unset($this->name);
23 unset($this->children);
24 unset($this->parent);
32 unset($a);
33 unset($b);
34 unset($c);
H A Disset_001.phpt2 Testing isset and unset with variable variables
20 print "- unset ---\n";
22 unset($$var_name);
24 unset($$$test);
31 - unset ---
H A Dbug55135.phpt2 Bug #55135 (Array keys are no longer type casted in unset())
8 unset($array[$a]);
14 unset($array[$a]);
18 unset($array[1]);
23 unset($array["1"]);
H A Dbug33512.phpt2 Bug #33512 (unset() overloaded properties doesn't work)
17 unset($this->Var[$var]);
45 unset($SomeObj->RealVar1);
46 unset($SomeObj->{'RealVar'.(3)});
52 // now we will try to unset these variables
53 unset($SomeObj->Virtual1);
54 unset($SomeObj->{'Virtual'.(3)});
56 //but, these variables are still available??? eventhough they're "unset"-ed
H A Dgc_028.phpt11 unset($this->bar);
19 unset($this->foo);
28 unset($foo);
29 unset($bar);
H A Dbug62653.phpt2 Bug #62653: unset($array[$float]) causes a crash
8 unset($array[$foo]);
13 unset($array[(float)$foo]);
20 unset($array[$$name]);
H A D019.phpt77 unset($set_var);
141 unset($array_var);
176 unset($resource);
183 unset($temp_var);
192 unset($resources);
237 unset($point1->x);
244 unset($point1->y);
252 unset($point1);
294 unset($static_var);
318 unset($ref_val);
[all …]
H A Dunset_cv12.phpt2 unset() CV 12 (unset() in indirect called function)
6 function foo() {unset($GLOBALS["x"]);}
H A Dgc_029.phpt15 unset($this->bar);
23 unset($this->foo);
32 unset($foo);
33 unset($bar);
H A Dgc_029_zts.phpt15 unset($this->bar);
23 unset($this->foo);
32 unset($foo);
33 unset($bar);
H A Dunset_cv01.phpt2 unset() CV 1 (unset() global variable)
7 unset($x);
H A Dbug24773.phpt2 Bug #24773 (unset() of integers treated as arrays causes a crash)
6 unset($array["lvl1"]["lvl2"]["b"]);
9 Fatal error: Cannot unset string offsets in %s on line %d
H A Dunset_cv02.phpt2 unset() CV 2 (unset() global variable in $GLOBALS)
7 unset($GLOBALS["x"]);
H A Dbug68370.phpt2 Bug #68370 "unset($this)" can make the program crash
7 unset($this);
14 unset($c, $x);
H A Dunset_cv03.phpt2 unset() CV 3 (unset() global variable in included file)
7 include "unset.inc";
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_references.phpt22 unset($id); unset($label);
35 unset($id); unset($id_ref); unset($label); unset($label_ref);
53unset($id); unset($id_ref); unset($id_ref_ref); unset($label); unset($label_ref); unset($label_ref…
74 unset($id); unset($id_ref); unset($label); unset($label_ref);
104 unset($obj);
120 unset($id); unset($label); unset($obj);
137 unset($id); unset($label); unset($obj);
159 unset($id); unset($label); unset($id_ref); unset($label_ref);
179 unset($id); unset($label_a); unset($label_b);
194 unset($bar); unset($id); unset($label_ref);
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_key_variation7.phpt2 Test array_intersect_key() function : usage variation - Passing null,unset and undefeined variable …
14 //get an unset variable
16 unset ($unset_var);
21 'unset indexed' => array(@$unset_var => 'unset'),
54 --unset indexed--
61 string(5) "unset"
H A Darray_diff_ukey_variation9.phpt2 Test array_diff_ukey() function : usage variation - Passing null,unset and undefined variable index…
15 //get an unset variable
17 unset ($unset_var);
22 'unset indexed' => array(@$unset_var => 'unset'),
52 --unset indexed--
H A Darray_diff_key_variation7.phpt2 Test array_diff_key() function : usage variation - Passing null,unset and undefined variable indexe…
15 //get an unset variable
17 unset ($unset_var);
22 'unset indexed' => array(@$unset_var => 'unset'),
52 --unset indexed--
/PHP-5.5/ext/spl/tests/
H A Dbug61418.phpt10 unset($regexpIterator);
11 unset($fileIterator);
18 unset($regexpIterator2);
19 unset($dirIterator);
H A Diterator_027.phpt35 unset($it[0]);
36 unset($it[2]);
37 unset($it['baz']);
39 var_dump(isset($it[0])); // unset
41 var_dump(isset($it[2])); // unset
50 var_dump(isset($it[2])); // unset
/PHP-5.5/tests/lang/
H A DforeachLoop.016.phpt13 unset($a, $b);
21 unset($a, $b);
31 unset($a, $b);
39 unset($a, $b);
47 unset($a, $b);
55 unset($a, $b);
63 unset($a, $b);
71 unset($a, $b);
79 unset($a, $b);
87 unset($a, $b);
[all …]
H A Dengine_assignExecutionOrder_008.phpt13 unset($i);
18 unset($i, $x);
22 unset(${'i'});
26 unset($i);
30 unset($i);
34 unset($i);
38 unset($i);
42 unset($i);
46 unset($i);
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_variation2.phpt12 - unset file handle
29 echo "-- Testing fgetc() with unset handle --\n";
32 // unset the file handle
33 unset($file_handle);
35 //fgetc using unset handle
46 -- Testing fgetc() with unset handle --

Completed in 34 milliseconds

12345678910>>...48