Home
last modified time | relevance | path

Searched refs:message (Results 101 – 125 of 472) sorted by relevance

12345678910>>...19

/PHP-5.5/Zend/tests/generators/
H A Dgenerator_rewind.phpt52 exception 'Exception' with message 'Cannot rewind a generator that was already run' in %s:%d
57 exception 'Exception' with message 'Cannot traverse an already closed generator' in %s:%d
/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc28 <message name="testMessage">
30 </message>
33 <input message="testMessage"/>
/PHP-5.5/ext/standard/
H A Dphp_mail.h28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd T…
/PHP-5.5/ext/spl/tests/
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
H A DCallbackFilterIteratorTest-002.phpt36 throw new Exception("some message");
50 some message
/PHP-5.5/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.5/ext/intl/calendar/
H A Dcalendar_methods.cpp223 char *message; in _php_intlcal_field_uec_ret_in32t_method() local
228 spprintf(&message, 0, "%s: bad arguments", method_name); in _php_intlcal_field_uec_ret_in32t_method()
230 efree(message); in _php_intlcal_field_uec_ret_in32t_method()
235 spprintf(&message, 0, "%s: invalid field", method_name); in _php_intlcal_field_uec_ret_in32t_method()
237 efree(message); in _php_intlcal_field_uec_ret_in32t_method()
671 char *message; in _php_intlcal_field_ret_in32t_method() local
676 spprintf(&message, 0, "%s: bad arguments", method_name); in _php_intlcal_field_ret_in32t_method()
678 efree(message); in _php_intlcal_field_ret_in32t_method()
685 efree(message); in _php_intlcal_field_ret_in32t_method()
1334 const char* message = NULL; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dpecl_bug16842.phpt48 ["message"]=>
65 ["message"]=>
/PHP-5.5/ext/dom/tests/
H A Ddom003.phpt29 ["message":protected]=>
65 Fatal error: Uncaught exception 'DOMException' with message 'Hierarchy Request Error' in %sdom003.p…
/PHP-5.5/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.5/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.
/PHP-5.5/ext/imap/tests/
H A Dimap_body.phpt43 Warning: imap_body(): Bad message number in %s on line %d
47 Warning: imap_body(): Bad message number in %s on line %d
/PHP-5.5/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.5/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.5/Zend/tests/
H A Dbug43344_10.phpt2 Bug #43344.10 (Wrong error message for undefined namespace constant)
H A Dbug43344_6.phpt2 Bug #43344.6 (Wrong error message for undefined namespace constant)
H A Dbug43344_2.phpt2 Bug #43344.2 (Wrong error message for undefined namespace constant)
H A Dexception_003.phpt11 Fatal error: Uncaught exception 'Exception' with message '1' in %s:%d
H A Disset_expr_error.phpt2 Error message for isset(func())
H A Dbug43344_11.phpt2 Bug #43344.11 (Wrong error message for undefined namespace constant)
/PHP-5.5/Zend/tests/traits/bugs/
H A Dmissing-trait.phpt2 Check error message for missing traits
/PHP-5.5/tests/output/
H A Dob_018.phpt2 output buffering - error message nirvana bug #37714
/PHP-5.5/Zend/tests/traits/
H A Dbug60173.phpt2 Bug #60173 (Wrong error message on reflective trait instantiation)
/PHP-5.5/ext/libxml/tests/
H A D002.phpt50 $return .= trim($error->message) . "\n Line: $error->line" . "\n Column: $error->column";
79 ["message"]=>
/PHP-5.5/sapi/milter/
H A Dphp_milter.h27 int message; member

Completed in 38 milliseconds

12345678910>>...19