Home
last modified time | relevance | path

Searched refs:msg (Results 26 – 50 of 202) sorted by relevance

123456789

/PHP-7.4/Zend/tests/
H A Dbug61767.phpt5 set_error_handler(function($code, $msg, $file = null, $line = null) {
6 echo "Error handler called ($msg)\n";
7 throw new \ErrorException($msg, $code, 0, $file, $line);
H A Dclass_alias_005.phpt7 static public function msg() {
19 foo::msg();
H A Dbug70785.phpt6 set_error_handler(function($no, $msg) {
7 throw new Exception($msg);
H A Dnon_well_formed_param_exception.phpt6 set_error_handler(function($_, $msg) {
7 throw new Exception($msg);
H A Dbug74164.phpt8 set_error_handler(function ($type, $msg) {
9 throw new \Exception($msg);
H A Dundef_index_to_exception.phpt6 set_error_handler(function($_, $msg) {
7 throw new Exception($msg);
H A Derrmsg_045.phpt6 set_error_handler(function($_, $msg, $file) {
7 var_dump($msg, $file);
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_box.phpt35 $msg = "Here is another message, to be signed using Alice's secret key, and " .
40 $msg,
47 $msg,
75 var_dump($msg === $plaintext);
127 $msg = sodium_hex2bin(
135 var_dump(sodium_crypto_box_seal_open($msg, $kp));
/PHP-7.4/ext/libxml/
H A Dphp_libxml.h105 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...);
106 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...);
107 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...);
110 PHP_LIBXML_API void php_libxml_issue_error(int level, const char *msg);
/PHP-7.4/ext/sysvmsg/
H A Dconfig.m47 AC_CHECK_HEADER([sys/msg.h],
9 [AC_MSG_ERROR([Cannot enable System V IPC support, sys/msg.h is missing])
/PHP-7.4/ext/sysvmsg/tests/
H A D006.phpt16 unset($msg);
17 var_dump(msg_receive($queue, 1, $msg_type, 1024, $msg, false, MSG_IPC_NOWAIT));
19 var_dump($elem == $msg);
20 var_dump($elem === $msg);
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_format.c146 char *msg = NULL; in PHP_FUNCTION() local
149 …spprintf( &msg, 0, "pattern syntax error (%s)", parse_error_str.s? ZSTR_VAL(parse_error_str.s) : "… in PHP_FUNCTION()
153 intl_errors_set_custom_msg( INTL_DATA_ERROR_P( mfo ), msg, 1 ); in PHP_FUNCTION()
155 efree( msg ); in PHP_FUNCTION()
H A Dmsgformat.c90 char *msg = NULL; in msgfmt_ctor() local
93 …spprintf( &msg, 0, "pattern syntax error (%s)", parse_error_str.s? ZSTR_VAL(parse_error_str.s) : "… in msgfmt_ctor()
97 intl_errors_set_custom_msg( INTL_DATA_ERROR_P( mfo ), msg, 1 ); in msgfmt_ctor()
99 efree( msg ); in msgfmt_ctor()
/PHP-7.4/Zend/tests/try/
H A Dtry_catch_finally_004.phpt7 function dummy($msg) {
8 var_dump($msg);
H A Dcatch_finally_004.phpt6 function throw_exception($msg) {
7 throw new Exception($msg);
H A Dcatch_finally_003.phpt5 function dummy($msg) {
6 var_dump($msg);
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_methods.c184 char *msg = NULL; in PHP_FUNCTION() local
187 spprintf( &msg, 0, "transliterator_create_from_rules: unable to " in PHP_FUNCTION()
190 if( msg != NULL ) in PHP_FUNCTION()
192 intl_errors_set_custom_msg( INTL_DATA_ERROR_P( to ), msg, 1 ); in PHP_FUNCTION()
193 efree( msg ); in PHP_FUNCTION()
387 char *msg; in PHP_FUNCTION() local
388 spprintf( &msg, 0, in PHP_FUNCTION()
392 if(msg != NULL ) in PHP_FUNCTION()
395 msg, 1 ); in PHP_FUNCTION()
396 efree( msg ); in PHP_FUNCTION()
/PHP-7.4/ext/opcache/tests/
H A Dbug73402.phpt11 public function info($msg) {
12 echo $msg;
H A Dbug75556.phpt16 $msg = 'Date objects must have UTC as their timezone';
17 throw new \UnexpectedValueException($msg);
/PHP-7.4/ext/gd/libgd/
H A Dgdtest.c14 void CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2);
360 CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2) in CompareImages() argument
368 printf ("%%%s: ERROR images differ: BAD\n", msg); in CompareImages()
372 printf ("%%%s: WARNING images differ: WARNING - Probably OK\n", msg); in CompareImages()
376 printf ("%%%s: OK\n", msg); in CompareImages()
382 printf ("-%s: INFO image sizes differ\n", msg); in CompareImages()
387 printf ("-%s: INFO number of pallette entries differ %d Vs. %d\n", msg, in CompareImages()
393 printf ("-%s: INFO actual colours of pixels differ\n", msg); in CompareImages()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c69 char *msg = NULL; in PHP_RINIT_FUNCTION() local
71 phpdbg_webdata_compress(&msg, &msglen); in PHP_RINIT_FUNCTION()
78 send(s, msg, msglen, 0); in PHP_RINIT_FUNCTION()
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_unix.phpt27 $msg = "Ping!";
28 $len = strlen($msg);
29 $bytes_sent = socket_sendto($socket, $msg, $len, 0); // cause warning
30 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address);
/PHP-7.4/ext/intl/collator/
H A Dcollator_class.h67 #define COLLATOR_CHECK_STATUS( co, msg ) \ argument
71 intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), msg, 0 ); \
/PHP-7.4/ext/intl/tests/
H A Duconverter_getstandards_basic.phpt7 function assertTrue($assertion, $msg) {
8 if (!$assertion) var_dump($msg);
/PHP-7.4/ext/soap/tests/
H A Dbug68996.phpt15 return new SoapFault("\xfc\x63", "some msg");
43 …/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode></faultcode><faultstring>some msg</faultstring></SOAP…
45 …ult><env:Code><env:Value></env:Value></env:Code><env:Reason><env:Text>some msg</env:Text></env:Rea…

Completed in 35 milliseconds

123456789