Home
last modified time | relevance | path

Searched refs:__destruct (Results 1 – 25 of 154) sorted by last modified time

1234567

/PHP-7.4/
H A DNEWS1151 __destruct). (Nikita)
/PHP-7.4/ext/spl/tests/
H A Dbug80663.phpt6 public function __destruct() {
H A DSplFixedArray_setSize_destruct.phpt11 public function __destruct() {
H A Dbug79710.phpt12 public function __destruct() {
38 #1 [internal function]: Target->__destruct()
H A Dspl_autoload_011.phpt12 public function __destruct() {
H A Diterator_041.phpt57 function __destruct()
H A Diterator_041a.phpt57 function __destruct()
97 State 7: __destruct()
105 State 7: __destruct()
H A Diterator_041b.phpt57 function __destruct()
108 State 7: __destruct()
121 State 7: __destruct()
/PHP-7.4/ext/phar/
H A Dphar_object.c1384 PHP_METHOD(Phar, __destruct) in PHP_METHOD() argument
4545 PHP_METHOD(PharFileInfo, __destruct) in PHP_METHOD() argument
5295 PHP_ME(Phar, __destruct, arginfo_phar__void, ZEND_ACC_PUBLIC)
5364 PHP_ME(Phar, __destruct, arginfo_phar__void, ZEND_ACC_PUBLIC)
5433 PHP_ME(PharFileInfo, __destruct, arginfo_phar__void, ZEND_ACC_PUBLIC)
/PHP-7.4/Zend/tests/
H A Dunset_prop_recursion.phpt12 function __destruct() {
H A Dsymtable_cache_recursive_dtor.phpt8 function __destruct() {
H A Dex_func_null_during_property_write.phpt7 function __destruct() {
18 #0 %s(%d): a->__destruct()
23 #0 %s(%d): a->__destruct()
H A Dbug53511.phpt6 function __destruct() {
25 #0 %sbug53511.php(12): Foo->__destruct()
H A Dbug52361.phpt6 public function __destruct() {
28 #0 %sbug52361.php(16): aaa->__destruct()
H A Dbug76047.phpt8 public function __destruct() {
41 string(10) "__destruct"
59 string(10) "__destruct"
H A Dbug78973.phpt11 public function __destruct() {
18 #0 class@anonymous->__destruct() called at [%s:%d]
/PHP-7.4/ext/mysqli/tests/
H A Dbug36949.phpt24 public function __destruct() {
42 public function __destruct() {
/PHP-7.4/ext/soap/tests/
H A Dbug79536.phpt25 public function __destruct() {
/PHP-7.4/ext/reflection/tests/
H A Dbug79115.phpt2 Bug #79115: ReflectionClass::isCloneable call reflected class __destruct
8 function __destruct() { echo __FUNCTION__ . "\n"; }
/PHP-7.4/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt40 function __destruct() {
52 function __destruct() {
/PHP-7.4/tests/classes/
H A Dbug27468.phpt2 Bug #27468 (foreach in __destruct() causes segfault)
6 function __destruct() {
H A Dctor_failure.phpt13 function __destruct() {
H A Ddestructor_and_exceptions.phpt10 function __destruct()
55 FailClass::__destruct
58 FailClass::__destruct
H A Dautoload_005.phpt21 function __destruct() {
36 Test::__destruct
H A Ddestructor_visibility_003.phpt7 private function __destruct() {
13 public function __destruct() {
20 unset($obj); // Derived::__destruct is being called not Base::__destruct
25 Derived::__destruct

Completed in 47 milliseconds

1234567