Home
last modified time | relevance | path

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

1234567891011

/PHP-7.0/ext/standard/tests/file/
H A Dfwrite_variation1-win32.phpt71 clearstatcache();//clears file status cache
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-7.0/
H A D.gitignore60 config.status
/PHP-7.0/sapi/fpm/tests/
H A Dfcgi.inc156 * Get the keep alive status
181 * Get the pesistent socket status
/PHP-7.0/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-7.0/ext/imap/
H A Dphp_imap.c3457 zend_long status, flags = 0L; in PHP_FUNCTION() local
3475 status = (flags & FT_UID) in PHP_FUNCTION()
3479 if (status) { in PHP_FUNCTION()
5034 PHP_IMAP_EXPORT void mm_status(MAILSTREAM *stream, char *mailbox, MAILSTATUS *status) in mm_status() argument
5037 IMAPG(status_flags)=status->flags; in mm_status()
5039 IMAPG(status_messages)=status->messages; in mm_status()
5042 IMAPG(status_recent)=status->recent; in mm_status()
5045 IMAPG(status_unseen)=status->unseen; in mm_status()
5048 IMAPG(status_uidnext)=status->uidnext; in mm_status()
5051 IMAPG(status_uidvalidity)=status->uidvalidity; in mm_status()
/PHP-7.0/ext/mysqli/
H A Dmysqli_prop.c35 if (!obj->ptr || ((MYSQLI_RESOURCE *)obj->ptr)->status < value ) { \
/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c1151 int status; in start_children() local
1192 pid = wait( &status ); in start_children()
H A Dlsapilib.c2594 int status, pid; in lsapi_sigchild() local
2598 pid = waitpid( -1, &status, WNOHANG|WUNTRACED ); in lsapi_sigchild()
2603 if ( WIFSIGNALED( status )) in lsapi_sigchild()
2605 int sig_num = WTERMSIG( status ); in lsapi_sigchild()
2606 int dump = WCOREDUMP( status ); in lsapi_sigchild()
/PHP-7.0/ext/xml/
H A Dxml.c641 int status = FAILURE; in xml_utf8_decode() local
642 c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status); in xml_utf8_decode()
644 if (status == FAILURE || c > 0xFFU) { in xml_utf8_decode()
/PHP-7.0/ext/snmp/
H A Dsnmp.c702 int status, count, found; in php_snmp_internal() local
781 status = snmp_synch_response(ss, pdu, &response); in php_snmp_internal()
782 if (status == STAT_SUCCESS) { in php_snmp_internal()
924 } else if (status == STAT_TIMEOUT) { in php_snmp_internal()
/PHP-7.0/ext/oci8/
H A Dphp_oci8_int.h421 sb4 php_oci_error(OCIError *err_p, sword status);
/PHP-7.0/ext/bcmath/libbcmath/
H A Dconfigure696 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
1557 : ${CONFIG_STATUS=./config.status}
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c1742 int status = 0; local
2061 if (wait(&status) >= 0) {
2071 while (wait(&status) < 0) {
/PHP-7.0/ext/oci8/tests/
H A Ddbmsoutput.phpt25 status integer;
28 dbms_output.get_line(line, status);
29 exit when status = 1;
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch1322 - if (wait(&status) == -1) {
1330 - exit(WIFEXITED(status) ?
1331 - WEXITSTATUS(status) : 1);
1365 - if (wait(&status) == -1) {
1371 - } else if (!WIFEXITED(status)) {
1374 - status);
1376 - } else if (WEXITSTATUS(status) != 0) {
1379 - WEXITSTATUS(status));
/PHP-7.0/ext/interbase/
H A Dinterbase.c959 ISC_STATUS status[20]; in _php_ibase_connect() local
967 if (!isc_database_info(status, &ib_link->handle, sizeof(info), info, sizeof(result), result)) { in _php_ibase_connect()

Completed in 97 milliseconds

1234567891011