Home
last modified time | relevance | path

Searched refs:trigger_error (Results 1 – 24 of 24) sorted by last modified time

/PHP-8.1/Zend/tests/fibers/
H A Dgh10437.phpt11 trigger_error('Bailout in fiber', E_USER_ERROR);
H A Dsilence-operator-inside-fiber.phpt7 trigger_error("Warning A", E_USER_WARNING); // Should be silenced.
9 trigger_error("Warning B", E_USER_WARNING); // Should be silenced.
18 trigger_error("Warning C", E_USER_WARNING);
22 trigger_error("Warning D", E_USER_WARNING);
H A Dsilence-operator-outside-fiber.phpt7 trigger_error("Warning A", E_USER_WARNING);
9 trigger_error("Warning C", E_USER_WARNING);
14 trigger_error("Warning B", E_USER_WARNING);
18 trigger_error("Warning D", E_USER_WARNING);
H A Derror-reporting.phpt9 trigger_error("Notice A", E_USER_NOTICE); // Should be silenced.
11 trigger_error("Warning A", E_USER_WARNING);
16 trigger_error("Notice B", E_USER_NOTICE); // Should be silenced.
20 trigger_error("Warning B", E_USER_WARNING);
H A Dfatal-error-in-nested-fiber.phpt9 trigger_error("Fatal error in nested fiber", E_USER_ERROR);
H A Dfatal-error-with-multiple-fibers.phpt16 trigger_error("Fatal error in fiber", E_USER_ERROR);
H A Dfatal-error-in-fiber.phpt7 trigger_error("Fatal error in fiber", E_USER_ERROR);
/PHP-8.1/ext/standard/tests/streams/
H A Dgh8409.phpt6 trigger_error($errstring, E_USER_ERROR);
/PHP-8.1/tests/lang/
H A Derror_2_exception_001.phpt36 trigger_error("I will become an exception", E_USER_ERROR);
H A Dbug21094.phpt13 trigger_error("test");
/PHP-8.1/ext/zip/tests/
H A Dbug53603.phpt11 trigger_error("not quiet");
/PHP-8.1/Zend/
H A Dzend_builtin_functions.c1106 ZEND_FUNCTION(trigger_error) in ZEND_FUNCTION() argument
H A Dzend_builtin_functions.stub.php93 function trigger_error(string $message, int $error_level = E_USER_NOTICE): bool {} function
H A Dzend_builtin_functions_arginfo.h250 ZEND_FUNCTION(trigger_error);
312 ZEND_FE(trigger_error, arginfo_trigger_error)
313 ZEND_FALIAS(user_error, trigger_error, arginfo_user_error)
/PHP-8.1/ext/zend_test/tests/
H A Dobserver_error_02.phpt13 trigger_error('Foo error', E_USER_ERROR);
H A Dobserver_error_05.phpt12 trigger_error('Foo error', E_USER_ERROR);
/PHP-8.1/ext/spl/tests/
H A Dbug66127.phpt11 trigger_error('error');
14 trigger_error('error');
/PHP-8.1/ext/opcache/tests/
H A Dssa_bug_001.phpt10 trigger_error('Deprecated type property called; use instanceof', E_USER_NOTICE);
/PHP-8.1/ext/oci8/tests/
H A Dconnect.inc14trigger_error("connect.inc: Failed to connect as '$user' to '$dbase': ". $m['message'], E_USER_ERR…
/PHP-8.1/Zend/tests/
H A Dnowdoc_015.phpt9 trigger_error("line", E_USER_ERROR);
13 trigger_error("line", E_USER_ERROR);
17 trigger_error("line", E_USER_ERROR);
22 trigger_error("line", E_USER_ERROR);
27 trigger_error("line", E_USER_ERROR);
37 trigger_error("line", E_USER_ERROR);
47 trigger_error("line", E_USER_ERROR);
H A Dbug60738.phpt10 trigger_error('Error!');
14 trigger_error('Error!');
H A Dbug46241.phpt27 trigger_error( 'Foo', E_USER_WARNING );
44 trigger_error( 'Foo', E_USER_WARNING );
H A Dbug33802.phpt13 trigger_error("error", E_USER_ERROR);
H A D015.phpt2 trigger_error() tests
6 var_dump(trigger_error("error"));
9 var_dump(trigger_error("error", -1));
14 var_dump(trigger_error("error", 0));
19 var_dump(trigger_error("error", E_USER_WARNING));
20 var_dump(trigger_error("error", E_USER_DEPRECATED));
26 trigger_error(): Argument #2 ($error_level) must be one of E_USER_ERROR, E_USER_WARNING, E_USER_NOT…
27 trigger_error(): Argument #2 ($error_level) must be one of E_USER_ERROR, E_USER_WARNING, E_USER_NOT…

Completed in 67 milliseconds