/php-src/Zend/tests/ |
H A D | 015.phpt | 2 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…
|
H A D | gh13097_a.phpt | 2 GH-13097 (Anonymous class reference in trigger_error / thrown Exception) 8 trigger_error( 15 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or …
|
H A D | bug60738.phpt | 10 trigger_error('Error!'); 14 trigger_error('Error!');
|
H A D | bug46241.phpt | 27 trigger_error( 'Foo', E_USER_WARNING ); 44 trigger_error( 'Foo', E_USER_WARNING );
|
H A D | gh10695_7.phpt | 12 trigger_error('main', E_USER_WARNING);
|
H A D | bug33802.phpt | 13 trigger_error("error", E_USER_WARNING);
|
H A D | gh13097_b.phpt | 2 GH-13097 (Anonymous class reference in trigger_error / thrown Exception)
|
H A D | gh10232.phpt | 10 trigger_error(__LINE__);
|
/php-src/Zend/tests/heredoc_nowdoc/ |
H A D | nowdoc_015.phpt | 9 trigger_error("line", E_USER_WARNING); 13 trigger_error("line", E_USER_WARNING); 17 trigger_error("line", E_USER_WARNING); 22 trigger_error("line", E_USER_WARNING); 27 trigger_error("line", E_USER_WARNING); 37 trigger_error("line", E_USER_WARNING); 47 trigger_error("line", E_USER_WARNING);
|
/php-src/ext/zend_test/tests/ |
H A D | observer_error_02.phpt | 14 trigger_error('Foo error', E_USER_ERROR); 26 <!-- init trigger_error() --> 27 <trigger_error> 29 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or … 32 </trigger_error:NULL>
|
H A D | observer_error_05.phpt | 13 trigger_error('Foo error', E_USER_ERROR); 35 <!-- init trigger_error() --> 36 <trigger_error> 38 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or … 41 </trigger_error:NULL>
|
/php-src/Zend/tests/fibers/ |
H A D | error-reporting.phpt | 9 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 D | silence-operator-inside-fiber.phpt | 7 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 D | silence-operator-outside-fiber.phpt | 7 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 D | fatal-error-in-fiber.phpt | 7 trigger_error("Fatal error in fiber", E_USER_ERROR); 14 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or …
|
H A D | gh10437.phpt | 11 trigger_error('Bailout in fiber', E_USER_ERROR); 17 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or …
|
H A D | fatal-error-in-nested-fiber.phpt | 9 trigger_error("Fatal error in nested fiber", E_USER_ERROR); 28 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or …
|
H A D | fatal-error-with-multiple-fibers.phpt | 16 trigger_error("Fatal error in fiber", E_USER_ERROR); 28 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or …
|
/php-src/ext/spl/tests/ |
H A D | bug66127.phpt | 11 trigger_error('error'); 14 trigger_error('error');
|
/php-src/Zend/tests/gh10232/ |
H A D | required.inc | 3 trigger_error(basename(__FILE__));
|
H A D | constant_def.inc | 3 trigger_error(basename(__FILE__));
|
/php-src/ext/opcache/tests/ |
H A D | ssa_bug_001.phpt | 10 trigger_error('Deprecated type property called; use instanceof', E_USER_NOTICE);
|
/php-src/tests/lang/ |
H A D | bug21094.phpt | 13 trigger_error("test");
|
H A D | error_2_exception_001.phpt | 33 trigger_error("I will become an exception", E_USER_WARNING);
|
/php-src/ext/zip/tests/ |
H A D | bug53603.phpt | 12 trigger_error("not quiet");
|