Home
last modified time | relevance | path

Searched refs:status (Results 176 – 200 of 215) sorted by relevance

123456789

/PHP-5.3/sapi/apache_hooks/
H A DREADME107 status
/PHP-5.3/
H A D.gdbinit502 printf " block size status file:line\n"
561 show status of a memory block.
H A D.gitignore55 config.status
H A DCODING_STANDARDS262 Ongoing status notes which may not be appropriate for SVN comments.
/PHP-5.3/ext/standard/tests/file/
H A Dfwrite_variation4-win32.phpt63 clearstatcache();//clears file status cache
H A Dfwrite_variation4.phpt63 clearstatcache();//clears file status cache
H A Dfwrite_variation2-win32.phpt80 clearstatcache();//clears file status cache
H A Dfwrite_variation2.phpt80 clearstatcache();//clears file status cache
H A Dfwrite_variation3-win32.phpt72 clearstatcache();//clears file status cache
H A Dfwrite_variation3.phpt73 clearstatcache();//clears file status cache
H A Dfwrite_basic-win32.phpt67 clearstatcache();//clears file status cache
H A Dfwrite_basic.phpt67 clearstatcache();//clears file status cache
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE268 * If the option status of called group is different from calling position
386 then changes of the capture group status are checked as stop condition.
/PHP-5.3/ext/mysqli/
H A Dmysqli_prop.c34 if (!obj->ptr || ((MYSQLI_RESOURCE *)obj->ptr)->status < value ) { \
/PHP-5.3/ext/imap/
H A Dphp_imap.c3402 long status, flags = 0L; in PHP_FUNCTION() local
3418 status = (flags & FT_UID) in PHP_FUNCTION()
3422 if (status) { in PHP_FUNCTION()
5006 PHP_IMAP_EXPORT void mm_status(MAILSTREAM *stream, char *mailbox, MAILSTATUS *status) in mm_status() argument
5010 IMAPG(status_flags)=status->flags; in mm_status()
5012 IMAPG(status_messages)=status->messages; in mm_status()
5015 IMAPG(status_recent)=status->recent; in mm_status()
5018 IMAPG(status_unseen)=status->unseen; in mm_status()
5021 IMAPG(status_uidnext)=status->uidnext; in mm_status()
5024 IMAPG(status_uidvalidity)=status->uidvalidity; in mm_status()
/PHP-5.3/sapi/nsapi/
H A Dnsapi-readme.txt111 the "code" parameter out. Your script can get the HTTP status code
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c1510 int status = 0; local
1800 if (wait(&status) >= 0) {
1810 while (wait(&status) < 0) {
/PHP-5.3/ext/bcmath/libbcmath/
H A Dconfigure696 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
1557 : ${CONFIG_STATUS=./config.status}
/PHP-5.3/ext/oci8/tests/
H A Ddbmsoutput.phpt25 status integer;
28 dbms_output.get_line(line, status);
29 exit when status = 1;
/PHP-5.3/sapi/thttpd/
H A Dthttpd.c193 TG(hc)->status = SG(sapi_headers).http_response_code; in sapi_thttpd_send_headers()
/PHP-5.3/ext/interbase/
H A Dinterbase.c966 ISC_STATUS status[20]; in _php_ibase_connect() local
975 if (!isc_database_info(status, &ib_link->handle, sizeof(info), info, sizeof(result), result)) { in _php_ibase_connect()
/PHP-5.3/ext/iconv/
H A Diconv.c117 ZEND_ARG_INFO(0, status)
2346 long status; in PHP_FUNCTION() local
2348 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zl", &zv_string, &status) == FAILURE) in PHP_FUNCTION()
/PHP-5.3/ext/mssql/
H A Dphp_mssql.c2020 int status = 0; local
2087 status=DBRPCRETURN;
2108 …if (dbrpcparam(mssql_ptr->link, param_name, (BYTE)status, type, maxlen, datalen, (LPBYTE)value)==F…
/PHP-5.3/sapi/litespeed/
H A Dlsapilib.c1682 int status, pid; in lsapi_sigchild() local
1685 pid = waitpid( -1, &status, WNOHANG|WUNTRACED ); in lsapi_sigchild()
/PHP-5.3/ext/oci8/
H A Doci8.c1614 sb4 php_oci_error(OCIError *err_p, sword status TSRMLS_DC) in php_oci_error()
1619 switch (status) { in php_oci_error()
1662 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown OCI error code: %d", status); in php_oci_error()

Completed in 88 milliseconds

123456789