Home
last modified time | relevance | path

Searched refs:status (Results 251 – 275 of 292) sorted by relevance

1...<<1112

/PHP-7.2/ext/standard/tests/file/
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-mb.phpt67 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.2/ext/imap/
H A Dphp_imap.c3454 zend_long status, flags = 0L; in PHP_FUNCTION() local
3472 status = (flags & FT_UID) in PHP_FUNCTION()
3476 if (status) { in PHP_FUNCTION()
5031 PHP_IMAP_EXPORT void mm_status(MAILSTREAM *stream, char *mailbox, MAILSTATUS *status) in mm_status() argument
5034 IMAPG(status_flags)=status->flags; in mm_status()
5036 IMAPG(status_messages)=status->messages; in mm_status()
5039 IMAPG(status_recent)=status->recent; in mm_status()
5042 IMAPG(status_unseen)=status->unseen; in mm_status()
5045 IMAPG(status_uidnext)=status->uidnext; in mm_status()
5048 IMAPG(status_uidvalidity)=status->uidvalidity; in mm_status()
/PHP-7.2/ext/mysqli/
H A Dmysqli_prop.c33 if (!obj->ptr || ((MYSQLI_RESOURCE *)obj->ptr)->status < value ) { \
/PHP-7.2/ext/xml/
H A Dxml.c629 int status = FAILURE; in xml_utf8_decode() local
630 c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status); in xml_utf8_decode()
632 if (status == FAILURE || c > 0xFFU) { in xml_utf8_decode()
/PHP-7.2/sapi/fpm/tests/
H A Dfcgi.inc166 * Get the keep alive status
191 * Get the pesistent socket status
/PHP-7.2/ext/snmp/
H A Dsnmp.c682 int status, count, found; in php_snmp_internal() local
761 status = snmp_synch_response(ss, pdu, &response); in php_snmp_internal()
762 if (status == STAT_SUCCESS) { in php_snmp_internal()
904 } else if (status == STAT_TIMEOUT) { in php_snmp_internal()
/PHP-7.2/ext/oci8/
H A Dphp_oci8_int.h423 sb4 php_oci_error(OCIError *err_p, sword status);
/PHP-7.2/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.2/sapi/litespeed/
H A Dlsapilib.c2866 int status, pid; in lsapi_sigchild() local
2872 pid = waitpid( -1, &status, WNOHANG|WUNTRACED ); in lsapi_sigchild()
2877 if ( WIFSIGNALED( status )) in lsapi_sigchild()
2879 int sig_num = WTERMSIG( status ); in lsapi_sigchild()
2882 const char * dump = WCOREDUMP( status ) ? "yes" : "no"; in lsapi_sigchild()
H A Dlsapi_main.c1422 int status; in start_children() local
1464 pid = wait( &status ); in start_children()
/PHP-7.2/ext/oci8/tests/
H A Ddbmsoutput.phpt25 status integer;
28 dbms_output.get_line(line, status);
29 exit when status = 1;
/PHP-7.2/ext/interbase/
H A Dinterbase.c961 ISC_STATUS status[20]; in _php_ibase_connect() local
969 if (!isc_database_info(status, &ib_link->handle, sizeof(info), info, sizeof(result), result)) { in _php_ibase_connect()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch1308 - if (wait(&status) == -1) {
1311 - DPRINTF("Child wait return %#x\n", status);
1312 - } else if (!WIFEXITED(status)) {
1313 - DPRINTF("Child not exited (%#x)\n", status);
1314 - } else if (WEXITSTATUS(status) != 0) {
1315 - DPRINTF("Child exited (%#u)\n", WEXITSTATUS(status));
/PHP-7.2/
H A DCODING_STANDARDS284 Ongoing status notes which may not be appropriate for Git comments.
H A DREADME.RELEASE_PROCESS20 ongoing basis between the releases. Check the CI status for your branch
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY247 default case fold status.
1149 2004/05/21: [impl] add regex status check to onig_match().
1290 2004/02/17: [spec] check capture status for empty infinite loop.
1432 2003/12/02: [memo] alias svnst='svn status | grep -v "^\?"'
1607 set option status to effect memory in optimize_node_left().
/PHP-7.2/ext/mbstring/
H A Dmbstring.c250 ZEND_ARG_INFO(0, status)
923 int status, loc; in php_mb_zend_encoding_converter() local
944 status = mbfl_buffer_converter_feed2(convd, &string, &loc); in php_mb_zend_encoding_converter()
945 if (status) { in php_mb_zend_encoding_converter()
/PHP-7.2/ext/odbc/
H A Dphp_odbc.c3024 SQLINTEGER status; in PHP_FUNCTION() local
3026 rc = SQLGetConnectOption(conn->hdbc, SQL_AUTOCOMMIT, (PTR)&status); in PHP_FUNCTION()
3031 RETVAL_LONG((zend_long)status); in PHP_FUNCTION()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_connection.c2326 …ata, local_tx_end)(MYSQLND_CONN_DATA * conn, const size_t this_func, const enum_func_status status)
2329 DBG_RETURN(status);

Completed in 145 milliseconds

1...<<1112