Searched refs:PHP_IC_ENTRY (Results 1 – 5 of 5) sorted by relevance
26 #define PHP_IC_ENTRY \ macro
380 if (Z_OBJCE_PP(rval) != PHP_IC_ENTRY &&665 ce = PHP_IC_ENTRY;678 ce = PHP_IC_ENTRY;693 ce = PHP_IC_ENTRY;
376 if (Z_OBJCE_PP(rval) != PHP_IC_ENTRY && in object_common2()607 ce = PHP_IC_ENTRY; in php_var_unserialize()620 ce = PHP_IC_ENTRY; in php_var_unserialize()635 ce = PHP_IC_ENTRY; in php_var_unserialize()
784 …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 29 milliseconds