Home
last modified time | relevance | path

Searched refs:message (Results 251 – 275 of 442) sorted by relevance

1...<<1112131415161718

/PHP-7.2/ext/phar/tests/
H A Dbug48377.phpt2 Phar: PHP bug #48377 "error message unclear on converting phar with existing file"
/PHP-7.2/ext/oci8/tests/
H A Derror_old.phpt36 ["message"]=>
/PHP-7.2/Zend/tests/
H A Dbug61767.phpt29 [message] => %a
/PHP-7.2/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt14 -h ............................... Print this message
/PHP-7.2/ext/dom/tests/
H A DDOMNode_insertBefore_error6.phpt6 This test checks the error message is raised when the refnode is the parent
H A DDOMNode_insertBefore_error2.phpt6 This test checks the error message is raised when the refnode is a sibling
H A DDOMNode_insertBefore_error3.phpt6 This test checks the error message is raised when refnode is the parent node
H A DDOMNode_insertBefore_error4.phpt6 This test checks the error message is raised when the refnode is a brand new node
/PHP-7.2/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp420 zend_string* message = NULL; in PHP_FUNCTION() local
437 message = intl_error_get_message(BREAKITER_ERROR_P(bio)); in PHP_FUNCTION()
438 RETURN_STR(message); in PHP_FUNCTION()
/PHP-7.2/ext/pdo/tests/
H A Dbug_36428.phpt2 PDO Common: Bug #36428 (Incorrect error message for PDO::fetchAll())
/PHP-7.2/ext/mysqli/tests/
H A Dbug54221.phpt33 echo "Warning: ".$warnings->errno.": ".$warnings->message."\n";
H A Dbug34810.phpt37 if ("" == $warning->message)
42 printf("[002] Empty error message!\n");
H A Dbug36745.phpt2 Bug #36745 (LOAD DATA LOCAL INFILE doesn't return correct error message)
/PHP-7.2/ext/standard/tests/assert/
H A Dassert_error2.phpt13 function f1($script, $line, $message, $user_message)
/PHP-7.2/ext/xmlrpc/tests/
H A Dbug45556.phpt32 Warning: xmlrpc_server_call_method(): xml parse error: [line 1, column 1, message: Invalid document…
/PHP-7.2/ext/standard/tests/file/
H A Dphp_fd_wrapper_04.phpt8 //we'd need a release and a test variation for windows, because in debug builds we get this message:
H A Dfile_put_contents_variation8.phpt28 //this one also generates a java message rather than our own so we don't replicate php message
/PHP-7.2/ext/pgsql/
H A DREADME15 but it will raise NOTICE error message.
132 Get error message associated with result
177 Notice message function
187 NOTE: Added in PHP 4.0.6, but there is bug in notice message handling
220 Get notify message on the connection
/PHP-7.2/ext/standard/
H A Dbasic_functions.h155 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers);
156 PHPAPI int _php_error_log_ex(int opt_err, char *message, size_t message_len, char *opt, char *heade…
/PHP-7.2/ext/pdo_dblib/
H A Ddblib_driver.c43 char *message; in dblib_fetch_error() local
65 spprintf(&message, 0, "%s [%d] (severity %d) [%s]", in dblib_fetch_error()
69 add_next_index_string(info, message); in dblib_fetch_error()
70 efree(message); in dblib_fetch_error()
/PHP-7.2/ext/xmlreader/tests/
H A Dbug71805.phpt21 if ($e = libxml_get_last_error()) { $err = $e->message.' (line: '.$e->line.')'; }
H A Dbug64230.phpt13 printf("Internal: %s\n", $error->message);
/PHP-7.2/tests/classes/
H A Dconstants_scope_001.phpt9 const INFO = "Informational message\n";
/PHP-7.2/ext/curl/tests/
H A Dcurl_error_basic.phpt20 * Description: Returns a clear text error message for the last cURL operation.
/PHP-7.2/ext/standard/tests/dir/
H A Ddir_variation5.phpt19 * and checking if proper warning message is generated.

Completed in 31 milliseconds

1...<<1112131415161718