Home
last modified time | relevance | path

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

1234

/PHP-7.0/
H A Dserver-tests.php218 function executeCode($php, $ini_overwrites, $code, $remove_headers=true, $cwd=NULL, $env=NULL)
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_utils.h38 #define PHPDBG_COLOR_D(color, code) \ argument
57 const char code[PHPDBG_COLOR_LEN]; member
H A Dphpdbg_prompt.c218 char *code; member
468 smart_str code = {0}; in PHPDBG_COMMAND() local
527 int phpdbg_compile_stdin(zend_string *code) { in phpdbg_compile_stdin()
/PHP-7.0/sapi/litespeed/
H A Dlsapilib.c3320 int LSAPI_ErrResponse_r( LSAPI_Request * pReq, int code, const char ** pRespHeaders, in LSAPI_ErrResponse_r()
H A Dlsapilib.h198 static inline int LSAPI_SetRespStatus_r( LSAPI_Request * pReq, int code ) in LSAPI_SetRespStatus_r()
346 static inline int LSAPI_SetRespStatus( int code ) in LSAPI_SetRespStatus()
349 static inline int LSAPI_ErrResponse( int code, const char ** pRespHeaders, const char * pBody, int … in LSAPI_ErrResponse()
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c201 int code; member
291 static const char *get_status_string(int code) /* {{{ */ in get_status_string()
309 static const char *get_template_string(int code) /* {{{ */ in get_template_string()
/PHP-7.0/main/streams/
H A Dphp_stream_context.h93 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument
116 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
/PHP-7.0/main/
H A Dnetwork.c117 static const char *php_gai_strerror(int code) in php_gai_strerror()
120 int code; in php_gai_strerror() member
H A DSAPI.c561 int code = 200; in sapi_extract_response_code() local
H A Dhttp_status_codes.h25 const int code; member
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c762 XMLRPC_ERROR_CODE code; in map_expat_errors() local
H A Dxmlrpc.h243 XMLRPC_ERROR_CODE code; member
/PHP-7.0/ext/xml/
H A Dxml.c1489 zend_long code; in PHP_FUNCTION() local
H A Dcompat.c721 XML_ErrorString(int code) in XML_ErrorString()
/PHP-7.0/ext/standard/
H A Dsoundex.c32 size_t i, _small, str_len, code, last; in PHP_FUNCTION() local
H A Dpack.c260 char code = format[i++]; in PHP_FUNCTION() local
379 int code = (int) formatcodes[i]; in PHP_FUNCTION() local
462 int code = (int) formatcodes[i]; in PHP_FUNCTION() local
H A Dhtml.c576 static inline int map_from_unicode(unsigned code, enum entity_charset charset, unsigned *res) in map_from_unicode()
698 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode()
877 …nline size_t write_octet_sequence(unsigned char *buf, enum entity_charset charset, unsigned code) { in write_octet_sequence()
955 unsigned code, code2 = 0; in traverse_for_entities() local
1662 unsigned code; in PHP_FUNCTION() local
/PHP-7.0/ext/spl/
H A Dspl.php264 protected $code; variable in Exception
284 function __construct($message = NULL, $code = 0) {
/PHP-7.0/ext/soap/
H A Dsoap.c886 zval *code = NULL, *details = NULL, *headerfault = NULL, *this_ptr; in PHP_METHOD() local
2015 char *code, *string, *actor=NULL, *name=NULL; local
2120 static void soap_server_fault(char* code, char* string, char *actor, zval* details, char* name)
2165 char* code = SOAP_GLOBAL(error_code); local
2231 char* code = SOAP_GLOBAL(error_code); local
4008 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0); local
4033 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0); local
/PHP-7.0/ext/session/
H A Dphp_session.h298 #define PS_ENCODE_LOOP(code) do { \ argument
/PHP-7.0/ext/readline/
H A Dreadline_cli.c189 char *code; in cli_get_prompt() local
211 static int cli_is_valid_code(char *code, int len, zend_string **prompt) /* {{{ */ in cli_is_valid_code()
588 char *code = emalloc(size); in readline_shell_run() local
/PHP-7.0/ext/phar/
H A Dphar_object.c65 size_t code; in phar_mung_server_vars() local
145 …action(phar_archive_data *phar, phar_entry_info *info, char *mime_type, int code, char *entry, int… in phar_file_action()
556 int entry_len, code, not_cgi; in PHP_METHOD() local
/PHP-7.0/ext/pdo_odbc/
H A Dodbc_driver.c119 SQLINTEGER code; in pdo_odbc_error() local
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c395 static sljit_ub* generate_near_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_ub *cod… in generate_near_jump_code()
451 sljit_ub *code; in sljit_generate_code() local
H A DsljitNativeMIPS_common.c221 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type()
353 static __attribute__ ((noinline)) void sljit_cache_flush(void* code, void* code_ptr) in sljit_cache_flush()
362 sljit_ins *code; in sljit_generate_code() local

Completed in 127 milliseconds

1234