Home
last modified time | relevance | path

Searched refs:destructor (Results 26 – 50 of 56) sorted by relevance

123

/PHP-7.4/Zend/tests/
H A Dbug68652.phpt2 Bug #68652 (segmentation fault in destructor)
H A Dbug52361.phpt2 Bug #52361 (Throwing an exception in a destructor causes invalid catching)
H A Dbug47343.phpt2 Bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case)
H A Dbug74053.phpt2 Bug #74053 (Corrupted class entries on shutdown when a destructor spawns another object)
/PHP-7.4/ext/spl/tests/
H A DSplFixedArray_setSize_destruct.phpt2 SplFixedArray::setSize in offsetSet destructor (#81429)
/PHP-7.4/tests/classes/
H A Dautoload_006.phpt2 ZE2 Autoload from destructor
H A Dautoload_005.phpt2 ZE2 Autoload from destructor
H A Ddestructor_and_exceptions.phpt2 ZE2 catch exception thrown in destructor
H A Ddestructor_and_globals.phpt2 ZE2 accessing globals from destructor in shutdown
/PHP-7.4/Zend/
H A Dzend_objects_API.c54 || obj->ce->destructor) { in zend_objects_store_call_destructors()
176 || object->ce->destructor) { in zend_objects_store_del()
H A Dzend_ini_parser.y315 %destructor { zval_ini_dtor(&$$); } TC_RAW TC_CONSTANT TC_NUMBER TC_STRING TC_WHITESPACE TC_LABEL T…
H A Dzend.h133 zend_function *destructor; member
H A Dzend_gc.c1182 || obj->ce->destructor != NULL)) { in gc_collect_white()
1492 || obj->ce->destructor) { in zend_gc_collect_cycles()
H A Dzend_language_parser.y52 %destructor { zend_ast_destroy($$); } <ast>
53 %destructor { if ($$) zend_string_release_ex($$, 0); } <str>
H A Dzend_inheritance.c172 if (!ce->destructor) { in do_inherit_parent_constructor()
173 ce->destructor = parent->destructor; in do_inherit_parent_constructor()
1520 ce->destructor = fe; in zend_add_magic_methods()
/PHP-7.4/tests/lang/
H A DforeachLoop.010.phpt16 // of running the 'destructor' on $container.
H A DforeachLoopIteratorAggregate.004.phpt2 Duplicate of zend test tests/classes/iterators_002.phpt without expected output from destructor
/PHP-7.4/ext/json/
H A Djson_parser.y73 %destructor { zval_ptr_dtor_nogc(&$$); } <value>
74 %destructor { zend_string_release_ex($$.key, 0); zval_ptr_dtor_nogc(&$$.val); } <pair>
/PHP-7.4/ext/oci8/tests/
H A Dlob_043.phpt2 Bug #49560 (LOB resource destructor and refcount test)
/PHP-7.4/ext/soap/tests/
H A Dbug79536.phpt2 Bug #79536 (zend_clear_exception prevent exception's destructor to be called)
/PHP-7.4/build/
H A Dax_gcc_func_attribute.m436 # destructor
119 [destructor], [
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_templob_1.phpt72 /* 1 temporary LOB still exists in V$TEMPORARY_LOBS since the destructor of $stmt is not yet called…
/PHP-7.4/ext/opcache/Optimizer/
H A Descape_analysis.c185 !ce->destructor && !ce->__get && !ce->__set && in is_allocation_def()
250 !ce->destructor && !ce->__get && !ce->__set && in is_local_def()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt51 // ... but a public destructor is allowed
/PHP-7.4/ext/opcache/
H A Dzend_persist.c955 if (ce->destructor) { in zend_update_parent_ce()
956 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->destructor); in zend_update_parent_ce()
958 ce->destructor = tmp; in zend_update_parent_ce()

Completed in 53 milliseconds

123