Home
last modified time | relevance | path

Searched defs:code (Results 76 – 88 of 88) sorted by relevance

1234

/php-src/build/
H A Dgen_stub.php2407 protected function getTypeCode(string $variableLikeName, string &$code): string
4745 function parseStubFile(string $code): FileInfo {
/php-src/ext/date/lib/
H A Dtimelib.h448 timelib_format_specifier_code code; member
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c6530 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
H A Dpcre2_intmodedep.h657 const pcre2_real_code *code; /* The pattern used for the match */ member
H A Dpcre2_jit_compile.c14082 static int jit_compile(pcre2_code *code, sljit_u32 mode) in jit_compile()
14785 pcre2_jit_compile(pcre2_code *code, uint32_t options) in pcre2_jit_compile()
/php-src/ext/openssl/
H A Dxp_ssl.c674 #define RETURN_CERT_VERIFY_FAILURE(code) X509_STORE_CTX_set_error(x509_store_ctx, code); return 0; argument
/php-src/Zend/
H A Dzend_types.h266 #define ZEND_TYPE_CONTAINS_CODE(t, code) \ argument
286 #define ZEND_TYPE_INIT_CODE(code, allow_null, extra_flags) \ argument
H A Dzend_API.c5174 zend_string *code = zend_string_concat3( in get_default_via_ast() local
/php-src/sapi/litespeed/
H A Dlsapilib.c4103 int LSAPI_ErrResponse_r( LSAPI_Request * pReq, int code, const char ** pRespHeaders, in LSAPI_ErrResponse_r()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c1439 void *code, *code_ptr; in sljit_generate_code() local
/php-src/ext/dom/
H A Dphp_dom.stub.php899 public $code = 0; // TODO add proper type (i.e. int|string) variable in DOMException
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c294 Instruction*code; member
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c16426 static int zend_jit_link_side_trace(const void *code, size_t size, uint32_t jmp_table_size, uint32_…

Completed in 190 milliseconds

1234