Home
last modified time | relevance | path

Searched refs:status (Results 151 – 175 of 292) sorted by relevance

12345678910>>...12

/PHP-7.2/scripts/dev/
H A Dphpextdist15 rm -rf modules *.lo *.o *.la config.status config.cache \
/PHP-7.2/ext/zip/tests/
H A Dbug11216.phpt22 [status] => 0
H A Doo_addemptydir.phpt23 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Dbug38943.phpt40 ["status"]=>
H A Doo_addfile.phpt24 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Dbug64342_1.phpt24 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Dbug64342_1-mb.phpt24 if ($zip->status == ZIPARCHIVE::ER_OK) {
/PHP-7.2/ext/standard/tests/file/
H A Dclearstatcache_error.phpt7 Description: clears files status cache
/PHP-7.2/ext/interbase/
H A Dphp_ibase_includes.h36 #define IB_STATUS (IBG(status))
62 ISC_STATUS status[20];
/PHP-7.2/
H A DREADME.md8 [![Build status](https://ci.appveyor.com/api/projects/status/meyur6fviaxgdwdy?svg=true)](https://ci…
/PHP-7.2/ext/opcache/Optimizer/
H A Dssa_integrity.c94 if (status == SUCCESS) { \
100 status = FAILURE; \
115 int i, status = SUCCESS; in ssa_verify_integrity() local
150 return status; in ssa_verify_integrity()
161 return status; in ssa_verify_integrity()
368 return status; in ssa_verify_integrity()
/PHP-7.2/ext/ftp/tests/
H A Dserver.inc232 fputs($s, "150 File status okay; about to open data connection\r\n");
271 fputs($s, "150 File status okay; about to open data connection\r\n");
314 fputs($s, "150 File status okay; about to open data connection\r\n");
379 fputs($s, "150 File status okay; about to open data connection.\r\n");
385 fputs($s, "150 File status okay; about to open data connection.\r\n");
390 fputs($s, "150 File status okay; about to open data connection.\r\n");
396 fputs($s, "150 File status okay; about to open data connection.\r\n");
402 fputs($s, "150 File status okay; about to open data connection.\r\n");
408 fputs($s, "150 File status okay; about to open data connection.\r\n");
418 fputs($s, "150 File status okay; about to open data connection.\r\n");
[all …]
H A Dbug39583-2.phpt22 // check upload status
H A Dbug39583.phpt23 // check upload status
/PHP-7.2/ext/session/tests/
H A Dbug73529.phpt4 session_decode() does not return proper status.
/PHP-7.2/ext/phar/tests/
H A Ddelete_in_phar_confirm.phpt20 $status = opcache_get_status();
21 if ($status["opcache_enabled"]) {
/PHP-7.2/ext/phar/tests/tar/
H A Ddelete_in_phar_confirm.phpt22 $status = opcache_get_status();
23 if ($status["opcache_enabled"]) {
/PHP-7.2/ext/phar/tests/zip/
H A Ddelete_in_phar_confirm.phpt22 $status = opcache_get_status();
23 if ($status["opcache_enabled"]) {
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator_class.h63 UErrorCode *status );
/PHP-7.2/ext/oci8/
H A Doci8_dtrace.d24 probe oci8__error(int status, long errcode);
/PHP-7.2/ext/standard/
H A Dhtml.h60 …gned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, int *status);
/PHP-7.2/sapi/fpm/
H A Dinit.d.php-fpm.in94 status)
/PHP-7.2/ext/zlib/
H A Dphp_zlib.h51 int status; member
/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_ident.h46 int status; member
/PHP-7.2/sapi/apache2handler/
H A Dsapi_apache2.c152 ctx->r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_send_headers()
298 r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_flush()
506 SG(sapi_headers).http_response_code = !r->status ? HTTP_OK : r->status; in php_apache_request_ctor()
674 …if (parent_req && parent_req->status != HTTP_OK && parent_req->status != 413 && strcmp(r->protocol… in php_handler()

Completed in 47 milliseconds

12345678910>>...12