Home
last modified time | relevance | path

Searched refs:ZEND_ACC_NO_DYNAMIC_PROPERTIES (Results 1 – 25 of 39) sorted by path

12

/php-src/Zend/
H A Dzend_API.c1758 if (UNEXPECTED(object->ce->ce_flags & ZEND_ACC_NO_DYNAMIC_PROPERTIES)) { in object_properties_load()
1774 if (UNEXPECTED(object->ce->ce_flags & ZEND_ACC_NO_DYNAMIC_PROPERTIES)) { in object_properties_load()
H A Dzend_attributes_arginfo.h182 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES; in register_class_SensitiveParameter()
200 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_SensitiveParameterValue()
217 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES; in register_class_Override()
H A Dzend_closures_arginfo.h48 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_Closure()
H A Dzend_compile.h278 #define ZEND_ACC_NO_DYNAMIC_PROPERTIES (1 << 13) /* X | | | */ macro
H A Dzend_enum.c469 ce->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES; in zend_enum_register_props()
H A Dzend_fibers_arginfo.h79 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_Fiber()
H A Dzend_generators_arginfo.h63 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_Generator()
H A Dzend_language_parser.y619 | T_READONLY { $$ = ZEND_ACC_READONLY_CLASS|ZEND_ACC_NO_DYNAMIC_PROPERTIES; }
H A Dzend_object_handlers.c956 if (UNEXPECTED(zobj->ce->ce_flags & ZEND_ACC_NO_DYNAMIC_PROPERTIES)) { in zend_std_write_property()
1148 if (UNEXPECTED(zobj->ce->ce_flags & ZEND_ACC_NO_DYNAMIC_PROPERTIES)) { in zend_std_get_property_ptr_ptr()
H A Dzend_weakrefs_arginfo.h70 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_WeakReference()
81 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_WeakMap()
/php-src/ext/curl/
H A Dcurl_arginfo.h1094 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_CurlHandle()
1105 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_CurlMultiHandle()
1116 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_CurlShareHandle()
/php-src/ext/date/
H A Dphp_date_arginfo.h1161 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES; in register_class_DateError()
1172 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES; in register_class_DateObjectError()
1183 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES; in register_class_DateRangeError()
1194 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES; in register_class_DateException()
1205 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES; in register_class_DateInvalidTimeZoneException()
1216 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES; in register_class_DateInvalidOperationException()
1227 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES; in register_class_DateMalformedStringException()
1238 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES; in register_class_DateMalformedIntervalStringException()
1249 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES; in register_class_DateMalformedPeriodStringException()
/php-src/ext/dba/
H A Ddba_arginfo.h118 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_Dba_Connection()
/php-src/ext/dom/
H A Dphp_dom_arginfo.h2747 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_Dom_Implementation()
2758 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES; in register_class_Dom_Node()
/php-src/ext/enchant/
H A Denchant_arginfo.h172 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_EnchantBroker()
183 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_EnchantDictionary()
/php-src/ext/ftp/
H A Dftp_arginfo.h304 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_FTP_Connection()
/php-src/ext/gd/
H A Dgd_arginfo.h1000 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_GdImage()
1011 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_GdFont()
/php-src/ext/ldap/
H A Dldap_arginfo.h896 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_LDAP_Connection()
907 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_LDAP_Result()
918 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_LDAP_ResultEntry()
/php-src/ext/odbc/
H A Dodbc_arginfo.h507 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_Odbc_Connection()
518 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_Odbc_Result()
/php-src/ext/openssl/
H A Dopenssl_arginfo.h722 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_OpenSSLCertificate()
733 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_OpenSSLCertificateSigningRequest()
744 class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_OpenSSLAsymmetricKey()
/php-src/ext/pdo_dblib/
H A Dpdo_dblib_arginfo.h14 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_PdoDblib()
/php-src/ext/pdo_firebird/
H A Dpdo_firebird_arginfo.h14 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_PdoFirebird()
/php-src/ext/pdo_mysql/
H A Dpdo_mysql_arginfo.h20 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_PdoMysql()
/php-src/ext/pdo_odbc/
H A Dpdo_odbc_arginfo.h19 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_PdoOdbc()
/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql_arginfo.h84 class_entry->ce_flags |= ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE; in register_class_PdoPgsql()

Completed in 181 milliseconds

12