Searched refs:PHP_IC_ENTRY (Results 1 – 5 of 5) sorted by relevance
24 #define PHP_IC_ENTRY \ macro
599 has_wakeup = Z_OBJCE_P(rval) != PHP_IC_ENTRY in object_common2()1229 ce = PHP_IC_ENTRY; in php_var_unserialize_internal()1254 ce = PHP_IC_ENTRY; in php_var_unserialize_internal()1273 ce = PHP_IC_ENTRY; in php_var_unserialize_internal()1292 ce = PHP_IC_ENTRY; in php_var_unserialize_internal()
603 has_wakeup = Z_OBJCE_P(rval) != PHP_IC_ENTRY969 ce = PHP_IC_ENTRY;994 ce = PHP_IC_ENTRY;1013 ce = PHP_IC_ENTRY;1032 ce = PHP_IC_ENTRY;
925 …if (ce != PHP_IC_ENTRY && zend_hash_str_exists(&ce->function_table, "__sleep", sizeof("__sleep")-1… in php_var_serialize_intern()
957 pce = PHP_IC_ENTRY; in php_wddx_pop_element()960 if (pce != PHP_IC_ENTRY && (pce->serialize || pce->unserialize)) { in php_wddx_pop_element()
Completed in 27 milliseconds