Searched refs:PHP_IC_ENTRY (Results 1 – 5 of 5) sorted by relevance
26 #define PHP_IC_ENTRY \ macro
445 if (Z_OBJCE_PP(rval) != PHP_IC_ENTRY && in object_common2()705 ce = PHP_IC_ENTRY; in php_var_unserialize()726 ce = PHP_IC_ENTRY; in php_var_unserialize()748 ce = PHP_IC_ENTRY; in php_var_unserialize()
449 if (Z_OBJCE_PP(rval) != PHP_IC_ENTRY &&764 ce = PHP_IC_ENTRY;785 ce = PHP_IC_ENTRY;807 ce = PHP_IC_ENTRY;
799 …if (ce && ce != PHP_IC_ENTRY && zend_hash_exists(&ce->function_table, "__sleep", sizeof("__sleep")… in php_var_serialize_intern()
985 pce = &PHP_IC_ENTRY; in php_wddx_pop_element()
Completed in 16 milliseconds