Searched refs:eh (Results 1 – 15 of 15) sorted by relevance
/PHP-7.0/Zend/tests/ |
H A D | bug51394.phpt | 7 function eh() 13 set_error_handler("eh"); 18 #0 %sbug51394.php(%d): eh(8, 'Undefined varia%s', '%s', %d, Array)
|
H A D | bug75241.phpt | 5 function eh(){} 7 set_error_handler('eh');
|
/PHP-7.0/ext/intl/tests/ |
H A D | calendar_setTimeZone_error.phpt | 17 function eh($errno, $errstr) { 20 set_error_handler('eh');
|
H A D | calendar_equals_error.phpt | 15 function eh($errno, $errstr) { 18 set_error_handler('eh');
|
H A D | calendar_isEquivalentTo_error.phpt | 15 function eh($errno, $errstr) { 18 set_error_handler('eh');
|
H A D | calendar_before_after_error.phpt | 15 function eh($errno, $errstr) { 18 set_error_handler('eh');
|
H A D | calendar_get_getActualMaximum_Minumum_error2.phpt | 15 function eh($errno, $errstr) { 18 set_error_handler('eh');
|
H A D | calendar_get_Least_Greatest_Minimum_Maximum_error.phpt | 30 function eh($errno, $errstr) { 33 set_error_handler('eh');
|
/PHP-7.0/ext/pdo_odbc/ |
H A D | odbc_driver.c | 63 SQLHANDLE eh; in pdo_odbc_error() local 83 eh = statement; in pdo_odbc_error() 86 eh = H->dbc; in pdo_odbc_error() 89 eh = H->env; in pdo_odbc_error() 92 rc = SQLGetDiagRec(htype, eh, recno++, einfo->last_state, &einfo->last_error, in pdo_odbc_error() 120 rc = SQLGetDiagRec(htype, eh, recno++, discard_state, &code, in pdo_odbc_error()
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | strspn_variation6.phpt | 73 "fl\t\eh ",
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_stmt_close.phpt | 27 // Yes, amazing, eh? AFAIK a work around of a constructor bug...
|
/PHP-7.0/ext/pcre/pcrelib/testdata/ |
H A D | testinput8 | 3053 /^a(bc+|b[eh])g|.h$/ 3363 /^a(bc+|b[eh])g|.h$/i
|
H A D | testinput1 | 2727 /^a(bc+|b[eh])g|.h$/ 3064 /^a(bc+|b[eh])g|.h$/i
|
H A D | testoutput8 | 4855 /^a(bc+|b[eh])g|.h$/ 5301 /^a(bc+|b[eh])g|.h$/i
|
H A D | testoutput1 | 4396 /^a(bc+|b[eh])g|.h$/ 4950 /^a(bc+|b[eh])g|.h$/i
|
Completed in 47 milliseconds