Home
last modified time | relevance | path

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

12

/php-src/
H A DUPGRADING349 . trigger_error() and user_error() now have a return type of true instead of
/php-src/Zend/
H A Dzend_builtin_functions.c1182 ZEND_FUNCTION(trigger_error) in ZEND_FUNCTION() argument
H A Dzend_builtin_functions_arginfo.h265 ZEND_FUNCTION(trigger_error);
326 ZEND_FE(trigger_error, arginfo_trigger_error)
H A Dzend_builtin_functions.stub.php105 function trigger_error(string $message, int $error_level = E_USER_NOTICE): true {} function
/php-src/Zend/tests/gh10232/
H A Dconstant_def.inc3 trigger_error(basename(__FILE__));
H A Drequired.inc3 trigger_error(basename(__FILE__));
/php-src/Zend/tests/
H A Dgh10232.phpt10 trigger_error(__LINE__);
H A Dbug60738.phpt10 trigger_error('Error!');
14 trigger_error('Error!');
H A Dgh13097_b.phpt2 GH-13097 (Anonymous class reference in trigger_error / thrown Exception)
H A Dgh13097_a.phpt2 GH-13097 (Anonymous class reference in trigger_error / thrown Exception)
8 trigger_error(
H A Dgh10695_7.phpt12 trigger_error('main', E_USER_ERROR);
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);
/php-src/ext/zend_test/tests/
H A Dobserver_error_05.phpt13 trigger_error('Foo error', E_USER_ERROR);
35 <!-- init trigger_error() -->
36 <trigger_error>
39 </trigger_error:NULL>
H A Dobserver_error_02.phpt14 trigger_error('Foo error', E_USER_ERROR);
26 <!-- init trigger_error() -->
27 <trigger_error>
30 </trigger_error:NULL>
/php-src/Zend/tests/fibers/
H A Dgh10437.phpt11 trigger_error('Bailout in fiber', E_USER_ERROR);
H A Dfatal-error-in-fiber.phpt7 trigger_error("Fatal error in fiber", E_USER_ERROR);
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 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);
/php-src/tests/lang/
H A Derror_2_exception_001.phpt33 trigger_error("I will become an exception", E_USER_ERROR);
H A Dbug21094.phpt13 trigger_error("test");
/php-src/ext/zip/tests/
H A Dbug53603.phpt12 trigger_error("not quiet");
/php-src/ext/standard/tests/streams/
H A Dgh8409.phpt6 trigger_error($errstring, E_USER_ERROR);
/php-src/ext/spl/tests/
H A Dbug66127.phpt11 trigger_error('error');
14 trigger_error('error');
/php-src/ext/opcache/tests/
H A Dssa_bug_001.phpt10 trigger_error('Deprecated type property called; use instanceof', E_USER_NOTICE);

Completed in 30 milliseconds

12