Home
last modified time | relevance | path

Searched refs:status (Results 126 – 150 of 271) sorted by relevance

1234567891011

/PHP-5.5/ext/pcntl/
H A Dtest-pcntl.php39 pcntl_waitpid($pid, &$status, $options);
/PHP-5.5/ext/oci8/tests/
H A Dbug51291_2.phpt23 echo "Execute status is ";
51 Execute status is true
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h140 enum mysqli_status status; /* object status */ member
263 if (__check && my_res->status < __check) { \
277 if (__check && my_res->status < __check) { \
308 ((MYSQLI_RESOURCE *)intern->ptr)->status = __value; \
/PHP-5.5/ext/zip/tests/
H A Doo_close.phpt17 if ($zip->status == ZIPARCHIVE::ER_OK) {
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) {
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c283 int status; in pm_request() local
292 status = php_doit(TSRMLS_C); in pm_request()
295 return status; in pm_request()
/PHP-5.5/ext/phar/tests/tar/
H A Ddelete_in_phar.phpt22 $status = opcache_get_status();
23 if ($status["opcache_enabled"]) {
H A Ddelete_in_phar_confirm.phpt22 $status = opcache_get_status();
23 if ($status["opcache_enabled"]) {
/PHP-5.5/ext/phar/tests/zip/
H A Ddelete_in_phar.phpt22 $status = opcache_get_status();
23 if ($status["opcache_enabled"]) {
H A Ddelete_in_phar_confirm.phpt22 $status = opcache_get_status();
23 if ($status["opcache_enabled"]) {
/PHP-5.5/ext/phar/tests/
H A Ddelete_in_phar.phpt20 $status = opcache_get_status();
21 if ($status["opcache_enabled"]) {
H A Ddelete_in_phar_confirm.phpt20 $status = opcache_get_status();
21 if ($status["opcache_enabled"]) {
/PHP-5.5/ext/ftp/tests/
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");
H A Dbug39583-2.phpt22 // check upload status
/PHP-5.5/scripts/dev/
H A Dphpextdist15 rm -rf modules *.lo *.o *.la config.status config.cache \
/PHP-5.5/ext/standard/tests/file/
H A Dclearstatcache_error.phpt7 Description: clears files status cache
/PHP-5.5/ext/interbase/
H A Dphp_ibase_includes.h36 #define IB_STATUS (IBG(status))
62 ISC_STATUS status[20];
/PHP-5.5/main/
H A Doutput.c925 php_output_handler_status_t status; in php_output_handler_op() local
979 status = PHP_OUTPUT_HANDLER_NO_DATA; in php_output_handler_op()
991 status = PHP_OUTPUT_HANDLER_FAILURE; in php_output_handler_op()
1007 status = PHP_OUTPUT_HANDLER_SUCCESS; in php_output_handler_op()
1009 status = PHP_OUTPUT_HANDLER_NO_DATA; in php_output_handler_op()
1012 status = PHP_OUTPUT_HANDLER_FAILURE; in php_output_handler_op()
1019 switch (status) { in php_output_handler_op()
1047 return status; in php_output_handler_op()
1112 php_output_handler_status_t status; in php_output_stack_apply_op() local
1117 status = PHP_OUTPUT_HANDLER_FAILURE; in php_output_stack_apply_op()
[all …]
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.h58 UErrorCode *status TSRMLS_DC );
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in297 ; http://www.foo.bar/status
298 ; http://www.foo.bar/status?json
299 ; http://www.foo.bar/status?html
300 ; http://www.foo.bar/status?xml
302 ; By default the status page only outputs short status. Passing 'full' in the
305 ; http://www.foo.bar/status?full
306 ; http://www.foo.bar/status?json&full
307 ; http://www.foo.bar/status?html&full
308 ; http://www.foo.bar/status?xml&full
355 ;pm.status_path = /status
[all …]
H A Dinit.d.php-fpm.in94 status)

Completed in 34 milliseconds

1234567891011