Searched refs:PHP_IC_ENTRY (Results 1 – 5 of 5) sorted by relevance
26 #define PHP_IC_ENTRY \ macro
535 has_wakeup = Z_OBJCE_P(rval) != PHP_IC_ENTRY in object_common2()1202 ce = PHP_IC_ENTRY; in php_var_unserialize_internal()1227 ce = PHP_IC_ENTRY; in php_var_unserialize_internal()1246 ce = PHP_IC_ENTRY; in php_var_unserialize_internal()1265 ce = PHP_IC_ENTRY; in php_var_unserialize_internal()
539 has_wakeup = Z_OBJCE_P(rval) != PHP_IC_ENTRY881 ce = PHP_IC_ENTRY;906 ce = PHP_IC_ENTRY;925 ce = PHP_IC_ENTRY;944 ce = PHP_IC_ENTRY;
890 …if (ce != PHP_IC_ENTRY && zend_hash_str_exists(&ce->function_table, "__sleep", sizeof("__sleep")-1… in php_var_serialize_intern()
961 pce = PHP_IC_ENTRY; in php_wddx_pop_element()964 if (pce != PHP_IC_ENTRY && (pce->serialize || pce->unserialize)) { in php_wddx_pop_element()
Completed in 26 milliseconds