_ce 919 Zend/zend_API.h #define Z_PARAM_OBJECT_OF_CLASS_EX(dest, _ce, check_null, separate) \ _ce 921 Zend/zend_API.h if (UNEXPECTED(!zend_parse_arg_object(_arg, &dest, _ce, check_null))) { \ _ce 922 Zend/zend_API.h if (_ce) { \ _ce 923 Zend/zend_API.h _error = ZSTR_VAL((_ce)->name); \ _ce 933 Zend/zend_API.h #define Z_PARAM_OBJECT_OF_CLASS(dest, _ce) \ _ce 934 Zend/zend_API.h Z_PARAM_OBJECT_OF_CLASS_EX(dest, _ce, 0, 0)