Home
last modified time | relevance | path

Searched refs:__destruct (Results 101 – 125 of 125) sorted by relevance

12345

/PHP-7.0/Zend/tests/
H A Dbug60598.phpt16 public function __destruct() {
H A Dbug63635.phpt16 function __destruct() {
H A Dbug24635.phpt19 function __destruct() {
H A Dbug71859.phpt6 public function __destruct() {
H A Dgc_017.phpt20 function __destruct() {
H A Dclosure_005.phpt13 function __destruct() {
H A Dbug32322.phpt41 public function __destruct()
H A Dzend2.php.txt267 function __destruct()
/PHP-7.0/tests/classes/
H A Ddestructor_and_globals.phpt27 public function __destruct() {
H A Dfactory_and_singleton_001.phpt31 protected function __destruct() {
/PHP-7.0/Zend/tests/generators/
H A Dbug71013.phpt8 function __destruct() { echo "Destructing FooBar\n"; }
/PHP-7.0/ext/session/tests/
H A Dsession_set_save_handler_class_006.phpt23 function __destruct() {
H A Dsession_set_save_handler_class_011.phpt28 public function __destruct() {
H A Dsession_set_save_handler_class_008.phpt27 public function __destruct() {
H A Dsession_set_save_handler_class_009.phpt27 public function __destruct() {
H A Dsession_set_save_handler_class_010.phpt27 public function __destruct() {
H A Dsession_set_save_handler_class_007.phpt27 public function __destruct() {
/PHP-7.0/ext/spl/tests/
H A Dbug73423.phpt49 public Function __destruct ()
H A Diterator_041.phpt57 function __destruct()
/PHP-7.0/ext/intl/tests/
H A Dbreakiter_setText_error.phpt17 function __destruct() { var_dump('destructed'); throw new Exception('e'); }
/PHP-7.0/ext/spl/examples/
H A Ddbareader.inc39 function __destruct() {
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt29 public function __destruct() {
H A Dpdo_mysql_attr_statement_class.phpt53 public function __destruct() {
/PHP-7.0/Zend/
H A DZEND_CHANGES437 destructor, which is a class method name __destruct() that
450 function __destruct() {
460 one would have to explicitly call parent::__destruct() in the
/PHP-7.0/ext/phar/
H A Dphar_object.c1418 PHP_METHOD(Phar, __destruct) in PHP_METHOD() argument
4571 PHP_METHOD(PharFileInfo, __destruct) in PHP_METHOD() argument
5348 PHP_ME(Phar, __destruct, arginfo_phar__void, ZEND_ACC_PUBLIC)
5421 PHP_ME(Phar, __destruct, arginfo_phar__void, ZEND_ACC_PUBLIC)
5494 PHP_ME(PharFileInfo, __destruct, arginfo_phar__void, ZEND_ACC_PUBLIC)

Completed in 39 milliseconds

12345