Home
last modified time | relevance | path

Searched refs:incomplete_class (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/standard/
H A Dphp_incomplete_class.h33 incomplete_class = 1; \
43 zend_bool incomplete_class ZEND_ATTRIBUTE_UNUSED = 0
H A Dincomplete_class.c113 zend_class_entry incomplete_class; in php_register_incomplete_class() local
115 INIT_CLASS_ENTRY(incomplete_class, INCOMPLETE_CLASS, NULL); in php_register_incomplete_class()
117 incomplete_class.create_object = php_create_incomplete_object; in php_register_incomplete_class()
127 php_ce_incomplete_class = zend_register_internal_class(&incomplete_class); in php_register_incomplete_class()
H A Dvar.c712 return incomplete_class; in php_var_serialize_class_name()
871 …art_str *buf, zval *struc, HashTable *ht, uint32_t count, zend_bool incomplete_class, php_serializ… in php_var_serialize_nested_data() argument
881 if (incomplete_class && strcmp(ZSTR_VAL(key), MAGIC_MEMBER) == 0) { in php_var_serialize_nested_data()
992 zend_bool incomplete_class; in php_var_serialize_intern() local
1082 incomplete_class = php_var_serialize_class_name(buf, struc); in php_var_serialize_intern()
1087 if (count > 0 && incomplete_class) { in php_var_serialize_intern()
1090 php_var_serialize_nested_data(buf, struc, myht, count, incomplete_class, var_hash); in php_var_serialize_intern()
H A Dconfig.w3234 versioning.c assert.c strnatcmp.c levenshtein.c incomplete_class.c \
H A Dvar_unserializer.re1037 zend_bool incomplete_class = 0;
1078 incomplete_class = 1;
1103 incomplete_class = 1;
1122 incomplete_class = 1;
1141 incomplete_class = 1;
1158 if (ret && incomplete_class) {
1179 has_unserialize = !incomplete_class && ce->__unserialize;
1196 if (incomplete_class) {
H A Dconfig.m4466 incomplete_class.c url_scanner_ex.c ftp_fopen_wrapper.c \

Completed in 18 milliseconds