Home
last modified time | relevance | path

Searched refs:status (Results 226 – 250 of 271) sorted by relevance

1234567891011

/PHP-5.5/ext/standard/tests/file/
H A Dfwrite_variation1.phpt70 clearstatcache();//clears file status cache
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.5/sapi/apache_hooks/
H A DREADME107 status
/PHP-5.5/
H A D.gitignore59 config.status
H A D.gdbinit607 printf " block size status file:line\n"
666 show status of a memory block.
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c948 int status; in start_children() local
989 pid = wait( &status ); in start_children()
H A Dlsapilib.c2539 int status, pid; in lsapi_sigchild() local
2543 pid = waitpid( -1, &status, WNOHANG|WUNTRACED ); in lsapi_sigchild()
2548 if ( WIFSIGNALED( status )) in lsapi_sigchild()
2550 int sig_num = WTERMSIG( status ); in lsapi_sigchild()
2551 int dump = WCOREDUMP( status ); in lsapi_sigchild()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE315 * If the option status of called group is different from calling position
421 then changes of the capture group status are checked as stop condition.
/PHP-5.5/ext/imap/
H A Dphp_imap.c3393 long status, flags = 0L; in PHP_FUNCTION() local
3409 status = (flags & FT_UID) in PHP_FUNCTION()
3413 if (status) { in PHP_FUNCTION()
4997 PHP_IMAP_EXPORT void mm_status(MAILSTREAM *stream, char *mailbox, MAILSTATUS *status) in mm_status() argument
5001 IMAPG(status_flags)=status->flags; in mm_status()
5003 IMAPG(status_messages)=status->messages; in mm_status()
5006 IMAPG(status_recent)=status->recent; in mm_status()
5009 IMAPG(status_unseen)=status->unseen; in mm_status()
5012 IMAPG(status_uidnext)=status->uidnext; in mm_status()
5015 IMAPG(status_uidvalidity)=status->uidvalidity; in mm_status()
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt111 the "code" parameter out. Your script can get the HTTP status code
/PHP-5.5/ext/xml/
H A Dxml.c687 int status = FAILURE; in xml_utf8_decode() local
688 c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status); in xml_utf8_decode()
690 if (status == FAILURE || c > 0xFFU) { in xml_utf8_decode()
/PHP-5.5/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.5/ext/snmp/
H A Dsnmp.c714 int status, count, found; in php_snmp_internal() local
793 status = snmp_synch_response(ss, pdu, &response); in php_snmp_internal()
794 if (status == STAT_SUCCESS) { in php_snmp_internal()
938 } else if (status == STAT_TIMEOUT) { in php_snmp_internal()
/PHP-5.5/ext/oci8/tests/
H A Ddbmsoutput.phpt25 status integer;
28 dbms_output.get_line(line, status);
29 exit when status = 1;
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1769 int status = 0; local
2073 if (wait(&status) >= 0) {
2083 while (wait(&status) < 0) {
/PHP-5.5/ext/mysqli/
H A Dmysqli_prop.c35 if (!obj->ptr || ((MYSQLI_RESOURCE *)obj->ptr)->status < value ) { \
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c193 TG(hc)->status = SG(sapi_headers).http_response_code; in sapi_thttpd_send_headers()
/PHP-5.5/ext/interbase/
H A Dinterbase.c964 ISC_STATUS status[20]; in _php_ibase_connect() local
973 if (!isc_database_info(status, &ib_link->handle, sizeof(info), info, sizeof(result), result)) { in _php_ibase_connect()

Completed in 87 milliseconds

1234567891011