Home
last modified time | relevance | path

Searched refs:message (Results 76 – 100 of 437) sorted by relevance

12345678910>>...18

/PHP-5.4/ext/standard/tests/strings/
H A Dsha1_basic.phpt16 var_dump(sha1("message digest"));
25 var_dump(sha1("message digest", false));
34 var_dump(bin2hex(sha1("message digest", true)));
/PHP-5.4/Zend/tests/
H A Dbug53511.phpt23 Fatal error: Uncaught exception 'Exception' with message 'ops 2' in %sbug53511.php:11
28 Next exception 'Exception' with message 'ops 1' in %sbug53511.php:4
H A Dgc_030.phpt23 Fatal error: Uncaught exception 'Exception' with message 'foobar' in %sgc_030.php:%d
29 Next exception 'Exception' with message 'foobar' in %sgc_030.php:%d
H A Dbug61767.phpt20 Warning: Uncaught exception 'ErrorException' with message 'Undefined variable: undefined' in %sbug6…
31 [message] => Call to a member function foo() on a non-object
/PHP-5.4/ext/hash/tests/
H A Dcrc32.phpt10 echo hash('crc32', 'message digest'), "\n";
17 echo hash('crc32b', 'message digest'), "\n";
/PHP-5.4/tests/run-test/
H A Dtest008a.phpt2 Error message handling (without ZendOptimizer)
12 // and than verify if a message is given by a division by zero.
H A Dtest005.phpt2 Error message handling (without ZendOptimizer)
12 // and than verify if a message is given by a division by zero.
H A Dtest008.phpt2 Error message handling (with ZendOptimizer)
12 // and than verify if a message is given by a division by zero.
/PHP-5.4/ext/oci8/tests/
H A Derror.phpt2 oci_error() error message for parsing error
36 ["message"]=>
H A Dbug47281_tt.phpt5 …ledb' => false, 'timesten' => true); // test runs on these DBs: shorter message length in TimesTen
36 echo $m['message'], "\n";
H A Dbug42134.phpt70 ["message"]=>
83 ["message"]=>
96 ["message"]=>
H A Dpecl_bug16842.phpt48 ["message"]=>
65 ["message"]=>
/PHP-5.4/ext/standard/
H A Dsyslog.c179 char *message; in PHP_FUNCTION() local
183 &message, &message_len) == FAILURE) { in PHP_FUNCTION()
187 php_syslog(priority, "%s", message); in PHP_FUNCTION()
H A Dphp_mail.h28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd T…
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt42 // no message for any PDO call but...
56 printf("[008] Driver specific error message not set\n");
72 printf("[012] Driver specific error message not set\n");
91 printf("[016] Driver specific error message not set\n");
100 printf("[018] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
129 printf("[024] Driver specific error message not set\n");
138 printf("[026] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
/PHP-5.4/ext/sockets/tests/
H A Dsocket_import_stream-3.phpt33 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", 58381);
44 string(10) "my message"
/PHP-5.4/ext/soap/tests/schema/
H A Dtest_schema.inc28 <message name="testMessage">
30 </message>
33 <input message="testMessage"/>
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_warning.phpt78 assert('' === $warning->message);
79 printf("warning->message = '%s'\n", $warning->message);
125 warning->message = ''
/PHP-5.4/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt36 throw new Exception("some message");
50 some message
H A Dspl_autoload_012.phpt52 Fatal error: Uncaught exception 'Exception' with message 'first' in %sspl_autoload_012.php:%d
59 Next exception 'Exception' with message 'second' in %sspl_autoload_012.php:%d
/PHP-5.4/ext/mysqli/
H A Dmysqli_nonapi.c435 MYSQLND_ERROR_LIST_ELEMENT * message; local
438 message;
444 add_assoc_long_ex(single_error, "errno", sizeof("errno"), message->error_no);
445 add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), message->sqlstate, 1);
446 add_assoc_string_ex(single_error, "error", sizeof("error"), message->error, 1);
479 MYSQLND_ERROR_LIST_ELEMENT * message; local
482 message;
483message = (MYSQLND_ERROR_LIST_ELEMENT *) zend_llist_get_next_ex(stmt->stmt->data->error_info->erro…
488 add_assoc_long_ex(single_error, "errno", sizeof("errno"), message->error_no);
489 add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), message->sqlstate, 1);
[all …]
/PHP-5.4/ext/intl/transliterator/
H A Dtransliterator_methods.c347 char *message = intl_error_get_message( NULL TSRMLS_CC ); in PHP_FUNCTION() local
349 "transliterator with ID \"%s\" (%s)", Z_STRVAL_PP( arg1 ), message ); in PHP_FUNCTION()
350 efree( message ); in PHP_FUNCTION()
510 const char* message = NULL; in PHP_FUNCTION() local
529 message = intl_error_get_message( TRANSLITERATOR_ERROR_P( to ) TSRMLS_CC ); in PHP_FUNCTION()
530 RETURN_STRING( message, 0 ); in PHP_FUNCTION()
/PHP-5.4/ext/standard/tests/mail/
H A Dmail_include.inc98 . "$i: this is a test message, please ignore\r\n";
110 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
115 $part3["contents.data"] = "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy";
120 $part4["contents.data"] = "message 3:zzzzzzzzzzzzzzzzzzzzzzzzzz";
/PHP-5.4/Zend/
H A Dzend_extensions.h48 typedef void (*message_handler_func_t)(int message, void *arg);
97 ZEND_API void zend_extension_dispatch_message(int message, void *arg);
/PHP-5.4/tests/classes/
H A Dnew_001.phpt7 echo "Compile-time strict error message should precede this.\n";
33 Compile-time strict error message should precede this.

Completed in 218 milliseconds

12345678910>>...18