efree(lcname);
RETURN_FALSE;
}
-/* }}} */
+
/* {{{ proto bool is_subclass_of(object object, string class_name)
Returns true if the object has this class as one of its parents */
}
RETURN_TRUE;
}
+/* }}} */
static int copy_class_name(zend_class_entry **pce, int num_args, va_list args, zend_hash_key *hash_key)
array_init(return_value);
zend_hash_apply_with_argument(EG(zend_constants), (apply_func_arg_t) add_constant_info, return_value TSRMLS_CC);
}
+/* }}} */
/* {{{ proto void debug_backtrace(void)
}
}
}
+/* }}} */
/* {{{ proto bool extension_loaded(string extension_name)