Searched refs:errormsg (Results 1 – 7 of 7) sorted by relevance
/PHP-7.3/Zend/tests/ |
H A D | bug54265.phpt | 5 function my_errorhandler($errno,$errormsg) { 8 echo "EROOR: $errormsg\n"; 11 $my_var = str_repeat("A",$my_var[0]->errormsg = "xyz");
|
H A D | call_with_refs.phpt | 5 function my_errorhandler($errno,$errormsg) { 8 echo $errormsg."\n";
|
H A D | unexpected_ref_bug.phpt | 5 function my_errorhandler($errno,$errormsg) {
|
/PHP-7.3/Zend/ |
H A D | zend_dtrace.d | 26 probe error(char *errormsg, char *request_file, int lineno);
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | bug36011.phpt | 2 Bug #36011 (Strict errormsg wrong for call_user_func() and the likes)
|
/PHP-7.3/ext/gd/ |
H A D | php_gd.h | 32 #define PHP_GD_CHECK_OPEN_BASEDIR(filename, errormsg) \ argument 34 php_error_docref(NULL, E_WARNING, errormsg); \
|
/PHP-7.3/ext/odbc/ |
H A D | php_odbc.c | 1539 char errormsg[SQL_MAX_MESSAGE_LENGTH]; in PHP_FUNCTION() local 1543 result->stmt, state, &error, errormsg, in PHP_FUNCTION() 1544 sizeof(errormsg)-1, &errormsgsize); in PHP_FUNCTION() 1554 php_error_docref(NULL, E_WARNING, "SQL error: %s, SQL state %s", errormsg, state); in PHP_FUNCTION()
|
Completed in 21 milliseconds