Searched defs:param1 (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/soap/ |
H A D | php_soap.h | 205 #define soap_error1(severity, format, param1) \ argument 208 #define soap_error2(severity, format, param1, param2) \ argument 211 #define soap_error3(severity, format, param1, param2, param3) \ argument
|
/PHP-7.2/main/ |
H A D | main.c | 975 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… in php_error_docref1() 987 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,… in php_error_docref2() 1004 PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *par… in php_win32_docref2_from_error()
|
Completed in 11 milliseconds