Searched refs:unset (Results 1 – 25 of 952) sorted by relevance
12345678910>>...39
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 …]
6 unset($x[0]);9 unset($x[0]);12 unset($x[0]);16 unset($x[0]);23 unset($x[0]);30 unset($x[0]);37 unset($x[0]);50 unset($x);52 unset($x[0][0]);55 unset($x[0][0]);[all …]
2 GC 017: GC and destructors with unset21 unset($this->name);22 unset($this->children);23 unset($this->parent);31 unset($a);32 unset($b);33 unset($c);
2 Testing isset and unset with variable variables20 print "- unset ---\n";22 unset($$var_name);24 unset($$$test);31 - unset ---
18 unset($GLOBALS["array"]);19 unset($GLOBALS["a"]);32 unset($c);37 unset($t);41 unset($t);42 unset($a);
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"]);
12 echo "unset $value\n";13 unset($cow_copy[0][$key]);14 unset($data[$key]);15 unset($cow_copy[2][$key]);25 unset 1
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 variables53 unset($SomeObj->Virtual1);54 unset($SomeObj->{'Virtual'.(3)});56 //but, these variables are still available??? even though they're "unset"-ed
12 } catch (TypeError $e) { unset($x); }23 } catch (TypeError $e) { unset($x); }34 } catch (TypeError $e) { unset($x); }45 } catch (TypeError $e) { unset($x); }56 } catch (TypeError $e) { unset($x); }67 } catch (TypeError $e) { unset($x); }78 } catch (TypeError $e) { unset($x); }89 } catch (TypeError $e) { unset($x); }100 } catch (TypeError $e) { unset($x); }111 } catch (TypeError $e) { unset($x); }[all …]
2 Bug #68370 "unset($this)" can make the program crash7 unset($this);14 unset($c, $x);17 Fatal error: Cannot unset $this in %sbug68370.php on line 4
7 unset($data[1]);13 echo "unset $value\n";14 unset($data[$key]);22 unset 1
2 Virtual property unset tests16 unset($reader->attributeCount);22 unset($reader->baseURI);28 unset($reader->depth);34 unset($reader->hasAttributes);40 unset($reader->hasValue);45 unset($reader->x);51 Cannot unset MyXMLReader::$baseURI52 Cannot unset MyXMLReader::$depth53 Cannot unset MyXMLReader::$hasAttributes[all …]
2 Asymmetric visibility unset protected(set)20 unset($this->bar);26 unset($this->bar);30 unset($this->secret);38 unset($foo->bar);42 var_dump($foo->bar ?? 'unset');46 var_dump($foo->bar ?? 'unset');50 var_dump($foo->bar ?? 'unset');58 var_dump($foo->secret ?? 'unset');64 string(5) "unset"[all …]
36 unset($arr[0]);40 unset($arr[1]);44 unset($arr[2]);48 unset($arr["a"]);52 unset($arr[1]);56 unset($arr["a"]);91 unset first: false92 unset middle: false93 unset end: true94 unset string key: true[all …]
2 Enum properties cannot be unset16 unset($foo->name);23 unset($intFoo->name);28 unset($intFoo->value);35 Cannot unset readonly property Foo::$name36 Cannot unset readonly property IntFoo::$name37 Cannot unset readonly property IntFoo::$value
16 unset($test->prop);25 unset($this->prop); // Unset uninitialized.26 unset($this->prop); // Unset unset.41 unset($test->prop); // Unset initialized, illegal.52 unset($test->prop);59 Cannot unset readonly property Test::$prop63 Cannot unset readonly property Test2::$prop64 Cannot unset protected(set) readonly property Test3::$prop from global scope
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 …]
16 unset($obj);27 echo "Before unset:\n";28 unset($obj);29 echo "After unset:\n";35 unset($map);43 unset($obj);52 unset($obj);54 unset($map);60 unset($map);80 Before unset:[all …]
2 Test array_intersect_key() function : usage variation - Passing null,unset and undefeined variable …9 //get an unset variable11 unset ($unset_var);16 'unset indexed' => array(@$unset_var => 'unset'),48 --unset indexed--55 string(5) "unset"
2 Test array_diff_ukey() function : usage variation - Passing null,unset and undefined variable index…10 //get an unset variable12 unset ($unset_var);17 'unset indexed' => array(@$unset_var => 'unset'),46 --unset indexed--
2 Test array_diff_key() function : usage variation - Passing null,unset and undefined variable indexe…10 //get an unset variable12 unset ($unset_var);17 'unset indexed' => array(@$unset_var => 'unset'),46 --unset indexed--
2 BcMath\Number properties unset10 unset($num->value);16 unset($num->scale);22 Cannot unset readonly property BcMath\Number::$value23 Cannot unset readonly property BcMath\Number::$scale
13 unset($x);17 unset($x);22 unset($x);26 unset($x);30 unset($x);34 unset($x);39 unset($x);43 unset($x);48 unset($x);52 unset($x);[all …]
26 unset($ffi);27 unset($cdata_value);28 unset($cdata_array);29 unset($cdata_free);30 unset($ctype);
40 unset($port);41 unset($host);42 unset($stringSocket);43 unset($stringSocketLength);44 unset($socket);45 unset($socketConn);
Completed in 32 milliseconds