Home
last modified time | relevance | path

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

1234

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c16630 static int zend_jit_link_side_trace(const void *code, size_t size, uint32_t jmp_table_size, uint32_…
/php-src/sapi/cli/
H A Dphp_cli_server.c207 int code; member
305 static const char *get_status_string(int code) /* {{{ */ in get_status_string()
323 static const char *get_template_string(int code) /* {{{ */ in get_template_string()
/php-src/main/
H A Dnetwork.c96 static const char *php_gai_strerror(int code) in php_gai_strerror()
99 int code; in php_gai_strerror() member
H A DSAPI.c566 int code = 200; in sapi_extract_response_code() local
/php-src/ext/xml/
H A Dxml.c1393 zend_long code; in PHP_FUNCTION() local
/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/ext/soap/
H A Dsoap.c1689 char *code, *string, *actor=NULL, *name=NULL; local
1796 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c…
1826 char *code = SOAP_GLOBAL(error_code); local
1847 char *code = SOAP_GLOBAL(error_code); local
3583 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0); local
3610 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0); local
H A Dsoap.stub.php480 …public function __construct(array|string|null $code, string $string, ?string $actor = null, mixed …
504 …public function fault(string $code, string $string, string $actor = "", mixed $details = null, str… argument
/php-src/build/
H A Dgen_stub.php2414 protected function getTypeCode(string $variableLikeName, string &$code): string
4752 function parseStubFile(string $code): FileInfo {
/php-src/ext/dom/
H A Dphp_dom.stub.php891 public $code = 0; // TODO add proper type (i.e. int|string) variable in DOMException
/php-src/ext/ffi/
H A Dffi.stub.php12 public static function cdef(string $code = "", ?string $lib = null): 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/Zend/
H A Dzend_language_scanner.l661 zend_string *code, zend_arena **ast_arena, zend_string *filename) { in zend_compile_string_to_ast()
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()
607 char *code = emalloc(size); in readline_shell_run() local
/php-src/ext/phar/
H A Dphar_object.c55 size_t code; in phar_mung_server_vars() local
135 …action(phar_archive_data *phar, phar_entry_info *info, char *mime_type, int code, char *entry, siz… in phar_file_action()
552 int code, not_cgi; in PHP_METHOD() local
/php-src/ext/curl/
H A Dinterface.c2562 zend_long code = 0; in PHP_FUNCTION() local
2573 double code = 0.0; in PHP_FUNCTION() local
2754 zend_long code; in PHP_FUNCTION() local
H A Dmulti.c352 zend_long code; in PHP_FUNCTION() local
/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

Completed in 274 milliseconds

1234