Home
last modified time | relevance | path

Searched defs:docref (Results 1 – 1 of 1) sorted by relevance

/php-src/main/
H A Dmain.c994 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror()
1168 #define php_error_docref_impl(docref, type, format) do {\ argument
1175 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...) in php_error_docref()
1180 PHPAPI ZEND_COLD void php_error_docref_unchecked(const char *docref, int type, const char *format, … in php_error_docref_unchecked()
1188 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… in php_error_docref1()
1200 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,… in php_error_docref2()

Completed in 11 milliseconds