Home
last modified time | relevance | path

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

1234567891011

/PHP-7.0/ext/phar/tests/tar/
H A Ddelete_in_phar_confirm.phpt22 $status = opcache_get_status();
23 if ($status["opcache_enabled"]) {
/PHP-7.0/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 Ddoubleclose.phpt23 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_addglob.phpt31 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_addpattern.phpt31 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_rename.phpt25 if (!$zip->status == ZIPARCHIVE::ER_OK) {
/PHP-7.0/ext/oci8/
H A Doci8_dtrace.d24 probe oci8__error(int status, long errcode);
/PHP-7.0/ext/intl/transliterator/
H A Dtransliterator_class.h63 UErrorCode *status );
/PHP-7.0/ext/ftp/tests/
H A Dserver.inc232 fputs($s, "150 File status okay; about to open data connection\r\n");
288 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");
361 fputs($s, "150 File status okay; about to open data connection.\r\n");
367 fputs($s, "150 File status okay; about to open data connection.\r\n");
373 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");
389 fputs($s, "150 File status okay; about to open data connection.\r\n");
H A Dbug39583-2.phpt22 // check upload status
H A Dbug39583.phpt23 // check upload status
/PHP-7.0/sapi/fpm/
H A Dinit.d.php-fpm.in94 status)
/PHP-7.0/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);
H A Dhtml.c68 *status = FAILURE; \
106 int *status) in get_next_char() argument
111 *status = SUCCESS; in get_next_char()
367 int *status) in php_next_utf8_char() argument
369 return get_next_char(cs_utf_8, str, str_len, cursor, status); in php_next_utf8_char()
1171 int status = SUCCESS; in find_entity_for_char() local
1177 next_char = get_next_char(charset, old, oldlen, cursor, &status); in find_entity_for_char()
1179 if (status == FAILURE) in find_entity_for_char()
1282 int status = SUCCESS; in php_escape_html_entities_ex() local
1283 unsigned int this_char = get_next_char(charset, old, oldlen, &cursor, &status); in php_escape_html_entities_ex()
[all …]
H A Dpassword.c228 int status = 0, i; in PHP_FUNCTION() local
250 status |= (ZSTR_VAL(ret)[i] ^ hash[i]); in PHP_FUNCTION()
255 RETURN_BOOL(status == 0); in PHP_FUNCTION()
/PHP-7.0/ext/pgsql/tests/
H A D29nb_async_connect.phpt24 switch ($status = pg_connect_poll($db)) {
/PHP-7.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_ident.h46 int status; member
/PHP-7.0/sapi/apache2handler/
H A Dsapi_apache2.c156 ctx->r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_send_headers()
309 r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_flush()
483 SG(sapi_headers).http_response_code = !r->status ? HTTP_OK : r->status; in php_apache_request_ctor()
651 …if (parent_req && parent_req->status != HTTP_OK && parent_req->status != 413 && strcmp(r->protocol… in php_handler()
/PHP-7.0/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt18 pcntl_wait($status);
/PHP-7.0/ext/mysqli/
H A Dmysqli_nonapi.c146 (mysqli_resource->status > MYSQLI_STATUS_INITIALIZED))
149 php_mysqli_close(mysql, MYSQLI_CLOSE_IMPLICIT, mysqli_resource->status);
276 mysqli_resource->status = MYSQLI_STATUS_VALID;
635 mysqli_resource->status = MYSQLI_STATUS_VALID;
666 if (MYSQLI_STATUS_VALID && my_res->status < MYSQLI_STATUS_VALID) {
859 mysqli_resource->status = MYSQLI_STATUS_VALID;
885 mysqli_resource->status = MYSQLI_STATUS_VALID;
915 mysqli_resource->status = MYSQLI_STATUS_VALID;
940 mysqli_resource->status = MYSQLI_STATUS_VALID;

Completed in 48 milliseconds

1234567891011