php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #79250
Patch ErrorCorrectingFunction revision 2020-02-10 11:23 UTC by KseniMailWOW at gmail dot com

Patch ErrorCorrectingFunction for Class/Object related Bug #79250

Patch version 2020-02-10 11:23 UTC

Return to Bug #79250 | Download this patch
Patch Revisions:

Developer: KseniMailWOW@gmail.com

static zend_always_inline zend_bool is_persistent_class(zend_class_entry *ce) {
	return (ce->type & ZEND_INTERNAL_CLASS)
		&& (!ce->info.internal.module || ce->info.internal.module->type == MODULE_PERSISTENT);
}

/*
static zend_always_inline zend_bool is_persistent_class(zend_class_entry *ce) {
	return (ce->type & ZEND_INTERNAL_CLASS) && (ce->info.internal.module && (ce->info.internal.module->type == MODULE_PERSISTENT));
}

*/
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 06:01:28 2024 UTC