Home
last modified time | relevance | path

Searched refs:status (Results 101 – 125 of 215) sorted by relevance

123456789

/PHP-5.3/main/
H A Dphp_output.h29 PHPAPI void php_output_set_status(zend_bool status TSRMLS_DC);
73 int status; member
/PHP-5.3/ext/mysqli/
H A Dmysqli_nonapi.c145 (mysqli_resource->status > MYSQLI_STATUS_INITIALIZED))
148 php_mysqli_close(mysql, MYSQLI_CLOSE_IMPLICIT, mysqli_resource->status TSRMLS_CC);
274 mysqli_resource->status = MYSQLI_STATUS_VALID;
558 mysqli_resource->status = MYSQLI_STATUS_VALID;
592 if (MYSQLI_STATUS_VALID && my_res->status < MYSQLI_STATUS_VALID) {
803 mysqli_resource->status = MYSQLI_STATUS_VALID;
830 mysqli_resource->status = MYSQLI_STATUS_VALID;
857 mysqli_resource->status = MYSQLI_STATUS_VALID;
882 mysqli_resource->status = MYSQLI_STATUS_VALID;
/PHP-5.3/ext/zip/tests/
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 Doo_open.phpt35 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_getnameindex.phpt25 if (!$zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_namelocate.phpt25 if (!$zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_rename.phpt25 if (!$zip->status == ZIPARCHIVE::ER_OK) {
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_ident.h46 int status; member
H A Dmbfl_convert.c564 filter->status = 0; in mbfl_filt_conv_common_ctor()
570 filter->status = 0; in mbfl_filt_conv_common_flush()
581 filter->status = 0; in mbfl_filt_conv_common_dtor()
/PHP-5.3/ext/ftp/tests/
H A Dbug39583.phpt23 // check upload status
H A Dbug39583-2.phpt22 // 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");
/PHP-5.3/sapi/apache2handler/
H A Dsapi_apache2.c159 ctx->r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_send_headers()
308 r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_flush()
477 SG(sapi_headers).http_response_code = !r->status ? HTTP_OK : r->status; in php_apache_request_ctor()
642 …if (parent_req && parent_req->status != HTTP_OK && parent_req->status != 413 && strcmp(r->protocol… in php_handler()
/PHP-5.3/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt18 pcntl_wait($status);
/PHP-5.3/sapi/apache2filter/
H A Dphp_functions.c75 if (rr->status == HTTP_OK) { in PHP_FUNCTION()
113 if (rr->status == HTTP_OK) { in PHP_FUNCTION()
116 ADD_LONG(status); in PHP_FUNCTION()
/PHP-5.3/ext/openssl/tests/
H A Dbug46127.phpt53 pcntl_waitpid($pid, $status);
H A Dbug54992.phpt33 @pcntl_wait($status);
/PHP-5.3/ext/standard/tests/general_functions/
H A Dproc_open02.phpt20 var_dump(proc_terminate($cat, 0)); // status check
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.c836 char *status = wp->config->pm_status_path; in fpm_conf_process_all_pools() local
838 if (*status != '/') { in fpm_conf_process_all_pools()
839 …zlog(ZLOG_ERROR, "[pool %s] the status path '%s' must start with a '/'", wp->config->name, status); in fpm_conf_process_all_pools()
843 if (strlen(status) < 2) { in fpm_conf_process_all_pools()
844 zlog(ZLOG_ERROR, "[pool %s] the status path '%s' is not long enough", wp->config->name, status); in fpm_conf_process_all_pools()
848 for (i = 0; i < strlen(status); i++) { in fpm_conf_process_all_pools()
849 …if (!isalnum(status[i]) && status[i] != '/' && status[i] != '-' && status[i] != '_' && status[i] !… in fpm_conf_process_all_pools()
850 … path '%s' must contain only the following characters '[alphanum]/_-.'", wp->config->name, status); in fpm_conf_process_all_pools()
/PHP-5.3/ext/soap/interop/
H A Ddatabase_round2.sql23 status int(11) NOT NULL default '1',
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt33 // stmt object status test
40 // stmt object status test
94 printf("[020] Expecting boolean/true after reset to prepare status, got %s/%s. [%d] %s\n",
/PHP-5.3/ext/pdo_oci/
H A Dphp_pdo_oci_int.h89 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini…
/PHP-5.3/ext/standard/tests/file/
H A Dfile.inc267 $status = create_file($filename, $mode);
271 if ($status == true) {
370 $status = symlink( $src_filename, $linkname);
372 if ($status) {
384 $status = link($src_filename, $linkname);
386 if ($status) {
475 $status = delete_file($filename);
476 if($status == true) {
478 } else if($status == file_not_found) {

Completed in 88 milliseconds

123456789