Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 88) sorted by last modified time

1234

/php-src/main/
H A DSAPI.c566 int code = 200; in sapi_extract_response_code() local
H A Dnetwork.c96 static const char *php_gai_strerror(int code) in php_gai_strerror()
99 int code; in php_gai_strerror() 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_…
/php-src/ext/ffi/
H A Dffi.c911 void *code; member
998 void *code; in zend_ffi_create_callback() local
2972 zend_string *code = NULL; in ZEND_METHOD() local
3256 char *code, *code_pos, *scope_name, *lib, *err; in zend_ffi_load() local
/php-src/ext/xml/
H A Dxml.c1393 zend_long code; in PHP_FUNCTION() local
/php-src/ext/curl/
H A Dinterface.c2558 zend_long code = 0; in PHP_FUNCTION() local
2569 double code = 0.0; in PHP_FUNCTION() local
2750 zend_long code; in PHP_FUNCTION() local
H A Dmulti.c352 zend_long code; in PHP_FUNCTION() local
/php-src/Zend/
H A Dzend_API.c5174 zend_string *code = zend_string_concat3( in get_default_via_ast() local
H A Dzend_portability.h723 # define ZEND_EXPAND_VA(code) _ZEND_EXPAND_VA(code) argument
725 # define ZEND_EXPAND_VA(code) code argument
/php-src/ext/readline/
H A Dreadline_cli.c183 char *code; in cli_get_prompt() local
214 static int cli_is_valid_code(char *code, size_t len, zend_string **prompt) /* {{{ */ in cli_is_valid_code()
606 char *code = emalloc(size); in readline_shell_run() 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/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/build/
H A Dgen_stub.php2407 protected function getTypeCode(string $variableLikeName, string &$code): string
4745 function parseStubFile(string $code): FileInfo {
/php-src/ext/session/
H A Dphp_session.h293 #define PS_ENCODE_LOOP(code) do { \ argument
/php-src/ext/libxml/
H A Dlibxml.stub.php156 public int $code; variable in LibXMLError
/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/scripts/dev/
H A Dtidy.php65 $origCode = $code = file_get_contents($path); variable
68 $code = stripTrailingWhitespace($code); variable
72 $code = stripTrailingWhitespace($code); variable
73 $code = reindentToSpaces($code); variable
75 $code = transformTestCode($code, function(string $code) { variable
76 $code = stripTrailingWhitespace($code); variable
77 $code = reindentToSpaces($code); variable
87 function stripTrailingWhitespace(string $code): string {
91 function reindentToTabs(string $code): string {
101 function reindentToSpaces(string $code): string {
[all …]
/php-src/ext/standard/
H A Dhtml.c458 static inline int map_from_unicode(unsigned code, enum entity_charset charset, unsigned *res) in map_from_unicode()
580 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode()
759 …nline size_t write_octet_sequence(unsigned char *buf, enum entity_charset charset, unsigned code) { in write_octet_sequence()
837 unsigned code, code2 = 0; in traverse_for_entities() local
1501 unsigned code; in PHP_FUNCTION() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c1439 void *code, *code_ptr; in sljit_generate_code() local
H A DsljitNativeX86_common.c626 static sljit_u8* generate_near_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *cod… in generate_near_jump_code()
680 sljit_u8 *code; in sljit_generate_code() local
H A DsljitNativeRISCV_common.c170 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code, sljit_sw … in detect_jump_type()
379 sljit_ins *code; in sljit_generate_code() local
H A DsljitNativeMIPS_common.c487 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code, sljit_sw … in detect_jump_type()
630 static __attribute__ ((noinline)) void sljit_cache_flush(void* code, void* code_ptr) in sljit_cache_flush()
709 sljit_ins *code; in sljit_generate_code() local
H A DsljitNativePPC_common.c313 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_… in detect_jump_type()
436 sljit_ins *code; in sljit_generate_code() local
H A DsljitNativeARM_32.c475 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_u… in detect_jump_type()
726 sljit_ins *code; in sljit_generate_code() local
H A DsljitNativeARM_64.c205 static SLJIT_INLINE sljit_sw detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_i… in detect_jump_type()
278 sljit_ins *code; in sljit_generate_code() local

Completed in 237 milliseconds

1234