Searched defs:ecode (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/main/streams/ |
H A D | php_stream_transport.h | 57 …_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, ecode) \ argument
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 511 match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode, in match() 554 #define ecode frame->Xecode in match() macro
|
/PHP-7.0/ext/openssl/ |
H A D | xp_ssl.c | 193 unsigned long ecode; in handle_ssl_error() local
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | oniguruma.h | 522 #define ONIG_IS_PATTERN_ERROR(ecode) ((ecode) <= -100 && (ecode) > -1000) argument
|
Completed in 44 milliseconds