Home
last modified time | relevance | path

Searched refs:my_error_handler (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/lang/php73/php-7.3.33/ext/simplexml/tests/
H A Dbug37565.phpt8 function my_error_handler($errno, $errstr, $errfile, $errline) {
12 set_error_handler('my_error_handler');
21 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
27 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/dports/www/mod_php73/php-7.3.33/ext/simplexml/tests/
H A Dbug37565.phpt8 function my_error_handler($errno, $errstr, $errfile, $errline) {
12 set_error_handler('my_error_handler');
21 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
27 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/dports/textproc/php73-simplexml/php-7.3.33/ext/simplexml/tests/
H A Dbug37565.phpt8 function my_error_handler($errno, $errstr, $errfile, $errline) {
12 set_error_handler('my_error_handler');
21 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
27 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dconstraints.cpp10 void my_error_handler(void *user_context, const char *msg) { in my_error_handler() function
26 f.set_error_handler(my_error_handler); in basic_constraints()
49 g.set_error_handler(my_error_handler); in basic_constraints()
60 h.set_error_handler(my_error_handler); in basic_constraints()
158 pf.set_error_handler(my_error_handler); in unstructured_constraints()
187 pg.set_error_handler(my_error_handler); in unstructured_constraints()
200 ph.set_error_handler(my_error_handler); in unstructured_constraints()
H A Dparameter_constraints.cpp7 void my_error_handler(void *user_callback, const char *msg) { in my_error_handler() function
27 f.set_error_handler(my_error_handler); in main()
58 f.set_error_handler(my_error_handler); in main()
/dports/lang/php74/php-7.4.27/ext/simplexml/tests/
H A Dbug37565.phpt8 function my_error_handler($errno, $errstr, $errfile, $errline) {
12 set_error_handler('my_error_handler');
21 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
27 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/dports/textproc/php74-simplexml/php-7.4.27/ext/simplexml/tests/
H A Dbug37565.phpt8 function my_error_handler($errno, $errstr, $errfile, $errline) {
12 set_error_handler('my_error_handler');
21 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
27 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/dports/www/mod_php74/php-7.4.27/ext/simplexml/tests/
H A Dbug37565.phpt8 function my_error_handler($errno, $errstr, $errfile, $errline) {
12 set_error_handler('my_error_handler');
21 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
27 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/dports/math/unuran/unuran-1.8.1/tests/
H A Dt_unur_error.conf15 void my_error_handler( const char *objid, const char *file, int line,
69 default_error_handler = unur_set_error_handler( my_error_handler );
99 void my_error_handler( const char *objid, const char *file, int line,
123 } /* end of my_error_handler() */ function
/dports/math/gsl/gsl-2.7/fft/
H A Dtest.c40 void my_error_handler (const char *reason, const char *file,
114 gsl_set_error_handler (&my_error_handler); in main()
123 my_error_handler (const char *reason, const char *file, int line, int err) in my_error_handler() function
/dports/math/gsl/gsl-2.7/block/
H A Dtest.c140 void my_error_handler (const char *reason, const char *file,
197 gsl_set_error_handler (&my_error_handler); in main()
233 my_error_handler (const char *reason, const char *file, int line, int err) in my_error_handler() function
/dports/math/gsl/gsl-2.7/histogram/
H A Dtest1d_trap.c30 static void my_error_handler (const char *reason, const char *file,
41 gsl_set_error_handler (&my_error_handler); in test1d_trap()
125 my_error_handler (const char *reason, const char *file, int line, int err) in my_error_handler() function
/dports/lang/php73/php-7.3.33/ext/spl/tests/
H A Dspl_004.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
10 set_error_handler('my_error_handler');
48 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/dports/cad/gplcver/gplcver-2.12a.src/tests_and_examples/examples.vpi/
H A Dvfopen1.c17 int my_error_handler(struct t_cb_data *);
64 int my_error_handler(struct t_cb_data *cbp) in my_error_handler() function
104 ecbp->cb_rtn = my_error_handler; in register_cbs()
H A Dvfopen2.c15 extern int my_error_handler(struct t_cb_data *);
63 int my_error_handler(struct t_cb_data *cbp) in my_error_handler() function
103 ecbp->cb_rtn = my_error_handler; in register_cbs()
/dports/lang/php74/php-7.4.27/ext/spl/tests/
H A Dspl_004.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
10 set_error_handler('my_error_handler');
48 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/dports/www/mod_php73/php-7.3.33/ext/spl/tests/
H A Dspl_004.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
10 set_error_handler('my_error_handler');
48 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/dports/www/mod_php74/php-7.4.27/ext/spl/tests/
H A Dspl_004.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
10 set_error_handler('my_error_handler');
48 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/dports/lang/php73/php-7.3.33/tests/lang/
H A Dbug25922.phpt7 function my_error_handler($error, $errmsg='', $errfile='', $errline=0, $errcontext='')
13 set_error_handler('my_error_handler');
/dports/www/mod_php73/php-7.3.33/tests/lang/
H A Dbug25922.phpt7 function my_error_handler($error, $errmsg='', $errfile='', $errline=0, $errcontext='')
13 set_error_handler('my_error_handler');
/dports/math/unuran/unuran-1.8.1/examples/
H A Dexample_errorhandler.c15 void my_error_handler( in my_error_handler() function
50 default_error_handler = unur_set_error_handler( my_error_handler ); in main()
/dports/lang/php81/php-8.1.1/tests/lang/
H A Dbug25922.phpt7 function my_error_handler($error, $errmsg='', $errfile='', $errline=0, $errcontext='')
13 set_error_handler('my_error_handler');
/dports/www/mod_php80/php-8.0.15/tests/lang/
H A Dbug25922.phpt7 function my_error_handler($error, $errmsg='', $errfile='', $errline=0, $errcontext='')
13 set_error_handler('my_error_handler');
/dports/lang/php74/php-7.4.27/tests/lang/
H A Dbug25922.phpt7 function my_error_handler($error, $errmsg='', $errfile='', $errline=0, $errcontext='')
13 set_error_handler('my_error_handler');
/dports/lang/php80/php-8.0.15/tests/lang/
H A Dbug25922.phpt7 function my_error_handler($error, $errmsg='', $errfile='', $errline=0, $errcontext='')
13 set_error_handler('my_error_handler');

1234567