Home
last modified time | relevance | path

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

1...<<11121314151617181920

/PHP-8.2/ext/standard/tests/file/
H A Dfile_put_contents_variation8.phpt27 //this one also generates a java message rather than our own so we don't replicate php message
/PHP-8.2/main/
H A Dmain.c946 zend_string *message; in php_verror() local
1091 message = zend_strpprintf(0, "%s: %s", origin, buffer); in php_verror()
1108 zend_error_zstr(type, message); in php_verror()
1109 zend_string_release(message); in php_verror()
1270 PG(last_error_message) = zend_string_copy(message); in php_error_cb()
1349 zend_string *buf = escape_html(ZSTR_VAL(message), ZSTR_LEN(message)); in php_error_cb()
1354 ZVAL_STR(&tmp, message); in php_error_cb()
1363 fwrite(ZSTR_VAL(message), sizeof(char), ZSTR_LEN(message), stderr); in php_error_cb()
1370 ZVAL_STR(&tmp, message); in php_error_cb()
1629 switch (message) { in php_message_handler_for_zend()
[all …]
/PHP-8.2/ext/standard/tests/serialize/
H A Dbug69793.phpt5 ….'trace";a:0:{}s:19:"'."\0".'Exception'."\0".'previous";i:10;s:10:"'."\0".'*'."\0".'message";N;}');
/PHP-8.2/ext/phar/tests/
H A Dbug48377.2.phpt2 Phar: PHP bug #48377 "error message unclear on converting phar with existing file" test #2
/PHP-8.2/ext/standard/
H A Dphp_mail.h23 PHPAPI extern int php_mail(const char *to, const char *subject, const char *message, const char *he…
/PHP-8.2/ext/oci8/tests/
H A Derror2.phpt22 echo $es['message']."\n";
/PHP-8.2/Zend/tests/attributes/
H A D009_doctrine_annotations_example.phpt40 * @Assert\Email(message="The email '{{ value }}' is not a valid email.")
43 #[Assert\Email(array("message" => "The email '{{ value }}' is not a valid email."))]
115 ["message"]=>
/PHP-8.2/tests/lang/
H A Dbug43958.phpt2 Bug #43958 (class name added into the error message)
/PHP-8.2/ext/spl/tests/
H A Dgh8318.phpt26 ["message":protected]=>
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_loadXML_variation3.phpt5 which avoids the display of the warning message
H A DDOMDocument_load_variation3.phpt5 which avoids the display of the warning message
H A Dlibxml_global_state_entity_loader_bypass.phpt23 var_dump(trim($error->message));
/PHP-8.2/Zend/
H A Dzend_builtin_functions.stub.php98 function trigger_error(string $message, int $error_level = E_USER_NOTICE): bool {} argument
101 function user_error(string $message, int $error_level = E_USER_NOTICE): bool {} argument
/PHP-8.2/ext/imap/tests/setup/
H A Dimap_include.inc164 . "$i: this is a test message, please ignore\r\nnewline";
176 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
181 $part3["contents.data"] = "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy";
186 $part4["contents.data"] = "message 3:zzzzzzzzzzzzzzzzzzzzzzzzzz";
/PHP-8.2/ext/standard/tests/mail/
H A Dbug73203.phpt14 mail('test@example.com', 'subject', 'message', 'From: lala@example.com', '')
/PHP-8.2/tests/classes/
H A Dconstants_scope_001.phpt9 const INFO = "Informational message\n";
/PHP-8.2/Zend/tests/
H A Dbug70121.phpt5 unserialize('O:12:"DateInterval":1:{s:4:"days";O:9:"Exception":7:{s:10:"'."\0".'*'."\0".'message";s…
H A Derrmsg_045.phpt2 Error message in error handler during compilation
/PHP-8.2/Zend/tests/closures/
H A Dclosure_instantiate.phpt15 // This is the message that we should see for a caught error
/PHP-8.2/ext/standard/tests/streams/
H A Dbug73457.phpt2 Bug #73457. Wrong error message when fopen FTP wrapped fails to open data connection
/PHP-8.2/ext/pdo_sqlite/tests/
H A Dbug66033.phpt21 message TEXT,
/PHP-8.2/ext/standard/tests/strings/
H A Dbug69751.phpt2 Bug #69751: Change Error message of sprintf/printf for missing/typo position specifier.
/PHP-8.2/ext/random/tests/01_functions/
H A Dbug75170.phpt4 Solar Designer in https://externals.io/message/100229
/PHP-8.2/.github/workflows/
H A Dclose-stale-prs.yml20 …stale-pr-message: There has not been any recent activity in this PR. It will automatically be clos…
/PHP-8.2/ext/pdo_mysql/tests/
H A Dbug81037.phpt2 Bug #81037 PDO discards error message text from prepared statement

Completed in 41 milliseconds

1...<<11121314151617181920