Searched refs:trigger_error (Results 1 – 12 of 12) sorted by relevance
/PHP-7.3/Zend/tests/ |
H A D | 015.phpt | 2 trigger_error() tests 6 var_dump(trigger_error()); 7 var_dump(trigger_error("error")); 8 var_dump(trigger_error(array())); 9 var_dump(trigger_error("error", -1)); 10 var_dump(trigger_error("error", 0)); 11 var_dump(trigger_error("error", E_USER_WARNING)); 12 var_dump(trigger_error("error", E_USER_DEPRECATED)); 17 Warning: trigger_error() expects at least 1 parameter, 0 given in %s on line %d 23 Warning: trigger_error() expects parameter 1 to be string, array given in %s on line %d
|
H A D | nowdoc_015.phpt | 9 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 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 | bug33802.phpt | 13 trigger_error("error", E_USER_ERROR);
|
/PHP-7.3/ext/spl/tests/ |
H A D | bug66127.phpt | 11 trigger_error('error'); 14 trigger_error('error');
|
/PHP-7.3/ext/oci8/tests/ |
H A D | connect.inc | 14 …trigger_error("connect.inc: Failed to connect as '$user' to '$dbase': ". $m['message'], E_USER_ERR…
|
/PHP-7.3/tests/lang/ |
H A D | bug21094.phpt | 13 trigger_error("test");
|
H A D | error_2_exception_001.phpt | 36 trigger_error("I will become an exception", E_USER_ERROR);
|
/PHP-7.3/ext/opcache/tests/ |
H A D | ssa_bug_001.phpt | 10 trigger_error('Deprecated type property called; use instanceof', E_USER_NOTICE);
|
/PHP-7.3/ext/zip/tests/ |
H A D | bug53603.phpt | 13 trigger_error("not quiet");
|
/PHP-7.3/Zend/ |
H A D | zend_builtin_functions.c | 60 static ZEND_FUNCTION(trigger_error); 268 ZEND_FE(trigger_error, arginfo_trigger_error) 269 ZEND_FALIAS(user_error, trigger_error, arginfo_trigger_error) 1616 ZEND_FUNCTION(trigger_error) in ZEND_FUNCTION() argument
|
Completed in 36 milliseconds