/php-src/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-src/Zend/tests/unset/ |
H A D | unset_non_array.phpt | 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 …]
|
/php-src/ext/date/tests/ |
H A D | date_period_unset_property.phpt | 12 unset($period->prop); 21 unset($period->start); 27 unset($period->current); 33 unset($period->end); 39 unset($period->interval); 45 unset($period->recurrences); 57 unset($period->include_end_date); 65 Cannot unset MyDatePeriod::$start 66 Cannot unset MyDatePeriod::$current 67 Cannot unset MyDatePeriod::$end [all …]
|
/php-src/ext/xmlreader/tests/ |
H A D | virtual_properties3.phpt | 2 Virtual property unset tests 16 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::$baseURI 52 Cannot unset MyXMLReader::$depth 53 Cannot unset MyXMLReader::$hasAttributes [all …]
|
/php-src/Zend/tests/asymmetric_visibility/ |
H A D | unset.phpt | 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 …]
|
/php-src/ext/standard/tests/general_functions/ |
H A D | array_is_list.phpt | 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: false 92 unset middle: false 93 unset end: true 94 unset string key: true [all …]
|
/php-src/Zend/tests/enum/ |
H A D | no-unset-propertes.phpt | 2 Enum properties cannot be unset 16 unset($foo->name); 23 unset($intFoo->name); 28 unset($intFoo->value); 35 Cannot unset readonly property Foo::$name 36 Cannot unset readonly property IntFoo::$name 37 Cannot unset readonly property IntFoo::$value
|
/php-src/Zend/tests/gc/ |
H A D | gc_017.phpt | 2 GC 017: GC and destructors with unset 21 unset($this->name); 22 unset($this->children); 23 unset($this->parent); 31 unset($a); 32 unset($b); 33 unset($c);
|
H A D | gc_038.phpt | 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 …]
|
/php-src/Zend/tests/readonly_props/ |
H A D | unset.phpt | 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::$prop 63 Cannot unset readonly property Test2::$prop 64 Cannot unset protected(set) readonly property Test3::$prop from global scope
|
/php-src/Zend/tests/ |
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 | bug70805_1.phpt | 18 unset($GLOBALS["array"]); 19 unset($GLOBALS["a"]); 32 unset($c); 37 unset($t); 41 unset($t); 42 unset($a);
|
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 | gh11244-005.phpt | 12 echo "unset $value\n"; 13 unset($cow_copy[0][$key]); 14 unset($data[$key]); 15 unset($cow_copy[2][$key]); 25 unset 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??? even though they're "unset"-ed
|
H A D | bug68370.phpt | 2 Bug #68370 "unset($this)" can make the program crash 7 unset($this); 14 unset($c, $x); 17 Fatal error: Cannot unset $this in %sbug68370.php on line 4
|
/php-src/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-src/Zend/tests/weakrefs/ |
H A D | weakmap_weakness.phpt | 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 …]
|
/php-src/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 … 9 //get an unset variable 11 unset ($unset_var); 16 'unset indexed' => array(@$unset_var => 'unset'), 48 --unset indexed-- 55 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… 10 //get an unset variable 12 unset ($unset_var); 17 'unset indexed' => array(@$unset_var => 'unset'), 46 --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… 10 //get an unset variable 12 unset ($unset_var); 17 'unset indexed' => array(@$unset_var => 'unset'), 46 --unset indexed--
|
/php-src/ext/bcmath/tests/number/ |
H A D | properties_unset.phpt | 2 BcMath\Number properties unset 10 unset($num->value); 16 unset($num->scale); 22 Cannot unset readonly property BcMath\Number::$value 23 Cannot unset readonly property BcMath\Number::$scale
|
/php-src/Zend/tests/in-de-crement/ |
H A D | unset_globals_in_error_handler.phpt | 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 …]
|
/php-src/ext/ffi/tests/ |
H A D | weak_reference_004.phpt | 26 unset($ffi); 27 unset($cdata_value); 28 unset($cdata_array); 29 unset($cdata_free); 30 unset($ctype);
|
/php-src/ext/sockets/tests/ |
H A D | socket_send.phpt | 40 unset($port); 41 unset($host); 42 unset($stringSocket); 43 unset($stringSocketLength); 44 unset($socket); 45 unset($socketConn);
|