Home
last modified time | relevance | path

Searched refs:status (Results 1 – 25 of 271) sorted by path

1234567891011

/PHP-5.5/
H A D.gdbinit607 printf " block size status file:line\n"
666 show status of a memory block.
H A D.gitignore59 config.status
H A DCODING_STANDARDS282 Ongoing status notes which may not be appropriate for SVN comments.
H A DINSTALL790 Your script can get the HTTP status code with $_SERVER['ERROR_TYPE'].
2114 Proper response status can be sent with header(). If only GET
H A DMakefile.global121 …rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool m…
125 …p-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html
H A DNEWS1737 status code). (Adam)
2737 FPM status page. (Lars)
3966 . Fixed bug #55577 (status.html does not install). (fat)
3969 . Fixed bug #55486 (status show BIG processes number). (fat)
3974 . Implemented FR #54577 (Enhanced status page with full status and details
3975 about each processes. Also provide a web page (status.html) for
3976 real-time FPM status. (fat)
4268 . Added xml format to the status page. (fat)
5514 return status on windows). (Sriram Natarajan)
6434 - Fixed bug #47566 (pcntl_wexitstatus() returns signed status).
[all …]
H A DREADME.NEW-OUTPUT-API9 Checking output control layers status:
H A DREADME.RELEASE_PROCESS20 ongoing bases between the releases. Check the CI status for your branch
H A DREADME.TESTING94 test name or the file name. You can check the status of such a bug, by
112 Normally, the exit status of "make test" is zero, regardless of the results
114 and "make test" will set the exit status ("$?") to non-zero, when an
145 NOTE: the exit status of run-tests.php will be 1 when
/PHP-5.5/build/
H A Dlibtool.m4989 int status = $lt_dlunknown;
993 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
994 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
1000 exit (status);
4016 # add code to config.status for appending the configuration named by
4503 # `config.status --recheck' to rerun these tests and create the
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m429 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
110 dnl When config.status generates a header, we must update the stamp-h file.
H A Dconfigure696 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
1557 : ${CONFIG_STATUS=./config.status}
/PHP-5.5/ext/bz2/
H A Dbz2_filter.c45 enum strm_status status; member
79 int status; in php_bz2_decompress_filter() local
99 if (BZ_OK != status) { in php_bz2_decompress_filter()
159 status = BZ_OK; in php_bz2_decompress_filter()
160 while (status == BZ_OK) { in php_bz2_decompress_filter()
217 int status; in php_bz2_compress_filter() local
241 if (status != BZ_RUN_OK && status != BZ_FLUSH_OK && status != BZ_FINISH_OK) { in php_bz2_compress_filter()
268 status = BZ_FINISH_OK; in php_bz2_compress_filter()
314 int status = BZ_OK; in php_bz2_filter_create() local
425 status = BZ_DATA_ERROR; in php_bz2_filter_create()
[all …]
/PHP-5.5/ext/date/tests/
H A Dmktime-2.phpt16 /* status of daylight saving time unknown */
18 /* status of daylight saving time unknown */
25 /* status of daylight saving time unknown */
27 /* status of daylight saving time unknown */
/PHP-5.5/ext/ereg/regex/
H A Dmain.c13 int status = 0; variable
75 exit(status);
83 exit(status);
89 exit(status);
119 exit(status);
171 status = 1;
178 status = 1;
184 status = 1;
191 status = 1;
195 status = 1;
[all …]
/PHP-5.5/ext/filter/
H A Dcallback_filter.c27 int status; in php_filter_callback() local
39status = call_user_function_ex(EG(function_table), NULL, option_array, &retval_ptr, 1, args, 0, NU… in php_filter_callback()
41 if (status == SUCCESS && retval_ptr != NULL) { in php_filter_callback()
/PHP-5.5/ext/ftp/tests/
H A Dbug39583-2.phpt22 // check upload status
H A Dbug39583.phpt23 // check upload status
H A Dserver.inc224 fputs($s, "150 File status okay; about to open data connection\r\n");
279 fputs($s, "150 File status okay; about to open data connection\r\n");
333 fputs($s, "150 File status okay; about to open data connection.\r\n");
339 fputs($s, "150 File status okay; about to open data connection.\r\n");
344 fputs($s, "150 File status okay; about to open data connection.\r\n");
350 fputs($s, "150 File status okay; about to open data connection.\r\n");
356 fputs($s, "150 File status okay; about to open data connection.\r\n");
362 fputs($s, "150 File status okay; about to open data connection.\r\n");
372 fputs($s, "150 File status okay; about to open data connection.\r\n");
/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/ext/imap/tests/
H A Dimap_createmailbox_basic.phpt31 $status = imap_status($imap_stream, $newbox, SA_ALL);
32 if ($status) {
33 echo "Your new mailbox '$newname' has the following status:\n";
34 echo "Messages: " . $status->messages . "\n";
35 echo "Recent: " . $status->recent . "\n";
36 echo "Unseen: " . $status->unseen . "\n";
37 echo "UIDnext: " . $status->uidnext . "\n";
38 echo "UIDvalidity: " . $status->uidvalidity . "\n";
62 Your new mailbox 'phpnewbox' has the following status:
/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()
H A Dphp_ibase_includes.h36 #define IB_STATUS (IBG(status))
62 ISC_STATUS status[20];
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp51 UErrorCode status = UErrorCode(); in _breakiter_factory() local
66 biter = func(Locale::createFromName(locale_str), status); in _breakiter_factory()
67 intl_error_set_code(NULL, status TSRMLS_CC); in _breakiter_factory()
68 if (U_FAILURE(status)) { in _breakiter_factory()
116 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
H A Dcodepointiterator_internal.cpp109 return utext_clone(fillIn, this->fText, FALSE, TRUE, &status); in getUText()
124 if (U_FAILURE(status)) { in setText()
128 this->fText = utext_clone(this->fText, text, FALSE, TRUE, &status); in setText()
229 void *stackBuffer, int32_t &bufferSize, UErrorCode &status) in createBufferClone() argument
232 if (U_FAILURE(status)) { in createBufferClone()
257 status = U_MEMORY_ALLOCATION_ERROR; in createBufferClone()
259 status = U_SAFECLONE_ALLOCATED_WARNING; in createBufferClone()
271 if (U_FAILURE(status)) { in refreshInputText()
275 status = U_ILLEGAL_ARGUMENT_ERROR; in refreshInputText()
281 if (U_FAILURE(status)) { in refreshInputText()
[all …]

Completed in 140 milliseconds

1234567891011