Home
last modified time | relevance | path

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

1234

/PHP-5.3/
H A Dserver-tests.php218 function executeCode($php, $ini_overwrites, $code, $remove_headers=true, $cwd=NULL, $env=NULL)
/PHP-5.3/sapi/litespeed/
H A Dlsapilib.h190 static inline int LSAPI_SetRespStatus_r( LSAPI_Request * pReq, int code ) in LSAPI_SetRespStatus_r()
317 static inline int LSAPI_SetRespStatus( int code ) in LSAPI_SetRespStatus()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c342 int code; member
/PHP-5.3/sapi/cli/
H A Dphp_cli_readline.c77 int cli_is_valid_code(char *code, int len, char **prompt TSRMLS_DC) /* {{{ */ in cli_is_valid_code()
H A Dphp_cli.c1115 char *code = emalloc(size); in WinMain() local
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c339 int code; member
/PHP-5.3/main/streams/
H A Dphp_stream_context.h101 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument
124 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
/PHP-5.3/main/
H A Dnetwork.c112 static const char *php_gai_strerror(int code) in php_gai_strerror()
115 int code; in php_gai_strerror() member
H A DSAPI.c475 int code = 200; in sapi_extract_response_code() local
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h243 XMLRPC_ERROR_CODE code; member
H A Dxmlrpc.c755 XMLRPC_ERROR_CODE code; in map_expat_errors() local
/PHP-5.3/ext/xml/
H A Dxml.c1626 long code; in PHP_FUNCTION() local
H A Dcompat.c728 XML_ErrorString(int code) in XML_ErrorString()
/PHP-5.3/ext/standard/
H A Dsoundex.c32 int i, _small, str_len, code, last; in PHP_FUNCTION() local
H A Dpack.c139 char code = format[i++]; in PHP_FUNCTION() local
243 int code = (int) formatcodes[i]; in PHP_FUNCTION() local
312 int code = (int) formatcodes[i]; in PHP_FUNCTION() local
H A Dhtml.c1015 int code; in php_unescape_html_entities() local
/PHP-5.3/ext/sqlite/
H A Dsqlite.c3212 long code; in PHP_FUNCTION() local
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dtrigger.c108 int code = SQLITE_CREATE_TRIGGER; in sqliteBeginTrigger() local
438 int code = SQLITE_DROP_TRIGGER; in sqliteDropTriggerPtr() local
H A Dselect.c87 int code; in sqliteJoinType() member
H A Dfunc.c344 int code = iCode[zIn[i]&0x7f]; in soundexFunc() local
H A Dbuild.c444 int code; in sqliteStartTable() local
1189 int code; in sqliteDropTable() local
1781 int code = SQLITE_DROP_INDEX; in sqliteDropIndex() local
H A Dauth.c169 int code, in sqliteAuthCheck()
/PHP-5.3/ext/spl/
H A Dspl.php267 protected $code; variable in Exception
287 function __construct($message = NULL, $code = 0) {
/PHP-5.3/ext/soap/
H A Dsoap.c957 zval *code = NULL, *details = NULL, *headerfault = NULL; in PHP_METHOD() local
2160 char *code, *string, *actor=NULL, *name=NULL; local
2291 static void soap_server_fault(char* code, char* string, char *actor, zval* details, char* name TSRM…
2341 char* code = SOAP_GLOBAL(error_code); local
2415 char* code = SOAP_GLOBAL(error_code); local
4151 xmlChar *code = xmlBuildQName(BAD_CAST(str), nsptr->prefix, NULL, 0); local
4176 xmlChar *code = xmlBuildQName(BAD_CAST(str), nsptr->prefix, NULL, 0); local
/PHP-5.3/ext/session/
H A Dphp_session.h222 #define PS_ENCODE_LOOP(code) do { \ argument

Completed in 207 milliseconds

1234