Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 70) sorted by path

123

/PHP-7.4/Zend/
H A Dzend_exceptions.c278 zend_long code = 0; in ZEND_METHOD() local
348 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local
907 …zend_throw_exception(zend_class_entry *exception_ce, const char *message, zend_long code) /* {{{ */ in zend_throw_exception()
937 …zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *f… in zend_throw_exception_ex()
952 …error_exception(zend_class_entry *exception_ce, const char *message, zend_long code, int severity)… in zend_throw_error_exception()
H A Dzend_portability.h641 # define ZEND_EXPAND_VA(code) _ZEND_EXPAND_VA(code) argument
643 # define ZEND_EXPAND_VA(code) code argument
H A Dzend_types.h156 #define ZEND_TYPE_ENCODE(code, allow_null) \ argument
H A Dzend_vm_gen.php763 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name, $extra_spec=null) {
1093 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
1200 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f…
/PHP-7.4/ext/com_dotnet/
H A Dcom_misc.c30 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception()
/PHP-7.4/ext/curl/
H A Dinterface.c3489 zend_long code = 0; in PHP_FUNCTION() local
3500 double code = 0.0; in PHP_FUNCTION() local
3702 zend_long code; in PHP_FUNCTION() local
H A Dmulti.c464 zend_long code; in PHP_FUNCTION() local
H A Dshare.c155 zend_long code; in PHP_FUNCTION() local
/PHP-7.4/ext/date/lib/
H A Dtimelib.h394 timelib_format_specifier_code code; member
/PHP-7.4/ext/ffi/
H A Dffi.c828 void *code; member
905 void *code; in zend_ffi_create_callback() local
2867 zend_string *code = NULL; in ZEND_METHOD() local
3136 char *code, *code_pos, *scope_name, *lib; in zend_ffi_load() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dascmagic.c78 const char *code = NULL; in file_ascmagic() local
106 const struct buffer *b, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding()
H A Dencoding.c71 size_t *ulen, const char **code, const char **code_mime, const char **type) in file_encoding()
H A Dfuncs.c210 const char *code = NULL; in file_buffer() local
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c434 int code, incode, i; in LWZReadByte_() local
H A Dgd_gif_out.c632 output(code_int code, GifCtx *ctx)
H A Dgdkanji.c341 do_convert (unsigned char *to, unsigned char *from, const char *code) in do_convert()
/PHP-7.4/ext/intl/
H A Dintl_error.c183 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_error_set()
193 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_errors_set()
H A Dintl_error.h29 UErrorCode code; member
/PHP-7.4/ext/intl/uchar/
H A Duchar.c303 UChar32 code, UCharNameChoice nameChoice, in enumCharNames_callback()
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dhtml_entities.h35 int code; member
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c193 OnigEncoding code; member
H A Dphp_unicode.c89 MBSTRING_API int php_unicode_is_prop1(unsigned long code, int prop) in php_unicode_is_prop1()
94 MBSTRING_API int php_unicode_is_prop(unsigned long code, ...) in php_unicode_is_prop()
125 unsigned code, in mph_lookup()
144 #define CASE_LOOKUP(code, type) \ argument
148 static unsigned php_unicode_toupper_raw(unsigned code, enum mbfl_no_encoding enc) in php_unicode_toupper_raw()
168 static unsigned php_unicode_tolower_raw(unsigned code, enum mbfl_no_encoding enc) in php_unicode_tolower_raw()
202 unsigned php_unicode_tofold_raw(unsigned code, enum mbfl_no_encoding enc) in php_unicode_tofold_raw()
255 unsigned code, enum mbfl_no_encoding enc, unsigned *out) { in php_unicode_tolower_full()
267 unsigned code, enum mbfl_no_encoding enc, unsigned *out) { in php_unicode_toupper_full()
279 unsigned code, enum mbfl_no_encoding enc, unsigned *out) { in php_unicode_totitle_full()
[all …]
H A Dphp_unicode.h105 static inline int php_unicode_is_lower(unsigned long code) { in php_unicode_is_lower()
113 static inline int php_unicode_is_upper(unsigned long code) { in php_unicode_is_upper()
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php135 public function addProp(int $code, string $prop) {
305 function addSpecialCasing(UnicodeData $data, string $type, int $code, array $caseCodes) : void {
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c624 #define RETURN_CERT_VERIFY_FAILURE(code) X509_STORE_CTX_set_error(x509_store_ctx, code); return 0; argument

Completed in 198 milliseconds

123