Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_incomplete_class.h33 incomplete_class = 1; \
43 bool incomplete_class ZEND_ATTRIBUTE_UNUSED = 0
H A Dvar.c766 return incomplete_class; in php_var_serialize_class_name()
919 …ta(smart_str *buf, zval *struc, HashTable *ht, uint32_t count, bool incomplete_class, php_serializ… in php_var_serialize_nested_data() argument
929 if (incomplete_class && zend_string_equals_literal(key, MAGIC_MEMBER)) { in php_var_serialize_nested_data()
930 incomplete_class = 0; in php_var_serialize_nested_data()
1045 bool incomplete_class; in php_var_serialize_intern() local
1169 incomplete_class = php_var_serialize_class_name(buf, struc); in php_var_serialize_intern()
1225 if (count > 0 && incomplete_class) { in php_var_serialize_intern()
1228 …php_var_serialize_nested_data(buf, struc, myht, count, incomplete_class, var_hash, GC_REFCOUNT(myh… in php_var_serialize_intern()
H A Dconfig.w3234 versioning.c assert.c strnatcmp.c levenshtein.c incomplete_class.c \
H A Dvar_unserializer.re1135 bool incomplete_class = 0;
1202 incomplete_class = 1;
1245 incomplete_class = 1;
1269 incomplete_class = 1;
1291 if (ret && incomplete_class) {
1322 has_unserialize = !incomplete_class && ce->__unserialize;
1339 if (incomplete_class) {
H A Dconfig.m4445 incomplete_class.c url_scanner_ex.c ftp_fopen_wrapper.c \

Completed in 16 milliseconds