Searched refs:unset (Results 1 – 25 of 1179) sorted by relevance
12345678910>>...48
/PHP-5.4/ext/mbstring/tests/ |
H A D | bug26639.phpt | 12 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.4/Zend/tests/ |
H A D | gc_017.phpt | 2 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 D | isset_001.phpt | 2 Testing isset and unset with variable variables 20 print "- unset ---\n"; 22 unset($$var_name); 24 unset($$$test); 31 - unset ---
|
H A D | bug55135.phpt | 2 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 D | bug33512.phpt | 2 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 D | gc_028.phpt | 11 unset($this->bar); 19 unset($this->foo); 28 unset($foo); 29 unset($bar);
|
H A D | bug62653.phpt | 2 Bug #62653: unset($array[$float]) causes a crash 8 unset($array[$foo]); 13 unset($array[(float)$foo]); 20 unset($array[$$name]);
|
H A D | 019.phpt | 77 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 D | unset_cv12.phpt | 2 unset() CV 12 (unset() in indirect called function) 6 function foo() {unset($GLOBALS["x"]);}
|
H A D | gc_029.phpt | 15 unset($this->bar); 23 unset($this->foo); 32 unset($foo); 33 unset($bar);
|
H A D | gc_029_zts.phpt | 15 unset($this->bar); 23 unset($this->foo); 32 unset($foo); 33 unset($bar);
|
H A D | unset_cv01.phpt | 2 unset() CV 1 (unset() global variable) 7 unset($x);
|
H A D | unset_cv02.phpt | 2 unset() CV 2 (unset() global variable in $GLOBALS) 7 unset($GLOBALS["x"]);
|
H A D | bug24773.phpt | 2 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 D | unset_cv03.phpt | 2 unset() CV 3 (unset() global variable in included file) 7 include "unset.inc";
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_result_references.phpt | 22 unset($id); unset($label); 35 unset($id); unset($id_ref); unset($label); unset($label_ref); 53 …unset($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.4/ext/standard/tests/array/ |
H A D | array_intersect_key_variation7.phpt | 2 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 D | array_diff_ukey_variation9.phpt | 2 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 D | array_diff_key_variation7.phpt | 2 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--
|
H A D | array_diff_uassoc_variation12.phpt | 2 Test array_diff_uassoc() function : usage variation - Passing null,unset and undefined variable ind… 16 //get an unset variable 18 unset ($unset_var); 23 'unset indexed' => array(@$unset_var => @$unset_var), 53 --unset indexed--
|
/PHP-5.4/ext/spl/tests/ |
H A D | bug61418.phpt | 10 unset($regexpIterator); 11 unset($fileIterator); 18 unset($regexpIterator2); 19 unset($dirIterator);
|
H A D | iterator_027.phpt | 35 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.4/tests/lang/ |
H A D | foreachLoop.016.phpt | 13 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 D | engine_assignExecutionOrder_008.phpt | 13 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.4/ext/standard/tests/file/ |
H A D | fgetc_variation2.phpt | 12 - 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 33 milliseconds
12345678910>>...48