Home
last modified time | relevance | path

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

1...<<1112131415161718

/php-src/docs-old/
H A Dstreams.md196 appropriate error message of type `E_WARNING` if the cast fails.
/php-src/ext/zend_test/
H A Dtest_arginfo.h134 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, message, IS_STRING, 1, "null")
/php-src/Zend/
H A Dzend_API.c393 char *message = NULL; in zend_argument_error_variadic() local
401 zend_vspprintf(&message, 0, format, va); in zend_argument_error_variadic()
404 arg_name ? " ($" : "", arg_name ? arg_name : "", arg_name ? ")" : "", message in zend_argument_error_variadic()
406 efree(message); in zend_argument_error_variadic()
H A Dzend_strtod.c212 static void Bug(const char *message) { in Bug() argument
213 fprintf(stderr, "%s\n", message); in Bug()
/php-src/build/
H A Dphp.m4662 dnl PHP_ARG_WITH(arg-name, check message, help text[, default-val[, extension-or-not]])
690 dnl PHP_ARG_ENABLE(arg-name, check message, help text[, default-val[, extension-or-not]])
2167 #define TEXT "This is the test message -- "
H A Dltmain.sh5060 void lt_fatal (const char *message, ...);
/php-src/ext/intl/
H A Dphp_intl_arginfo.h593 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h451 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
733 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
1612 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
/php-src/ext/opcache/
H A Dzend_persist.c1303 zend_accel_store_string(warnings[i]->message); in zend_persist_warnings()
/php-src/Zend/tests/
H A DErrorException_getSeverity.phpt12 const EXCEPTION_PARAM_MSG = "string message param";
/php-src/ext/standard/tests/misc/
H A Duser_agents.txt1096 ; success; BB-code not working; message must go through moderation;
H A Dget_browser_variation3.phpt2205 Agent ; success; BB-code not working; message must go through moderation;

Completed in 103 milliseconds

1...<<1112131415161718