Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 17 of 17) sorted by relevance

/PHP-7.4/ext/pgsql/tests/
H A D09notice.phpt53 Notice: pg_query(): %s already a transaction in progress in %s on line %d
55 Notice: pg_query(): %s already a transaction in progress in %s on line %d
57 Notice: pg_query(): %s already a transaction in progress in %s on line %d
58 string(52) "WARNING: there is already a transaction in progress"
61 string(52) "WARNING: there is already a transaction in progress"
63 string(52) "WARNING: there is already a transaction in progress"
65 string(52) "WARNING: there is already a transaction in progress"
/PHP-7.4/ext/session/
H A Dsession.c3104 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress); in php_session_rfc1867_early_find_sid()
3141 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step; in php_session_rfc1867_update()
3150 progress->cancel_upload |= php_check_cancel_upload(progress); in php_session_rfc1867_update()
3196 if (Z_TYPE(progress->sid) && progress->key.s) { in php_session_rfc1867_callback()
3230 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3278 add_next_index_zval(&progress->files, &progress->current_file); in php_session_rfc1867_callback()
3289 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3302 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3321 if (Z_TYPE(progress->sid) && progress->key.s) { in php_session_rfc1867_callback()
3340 efree(progress); in php_session_rfc1867_callback()
[all …]
/PHP-7.4/main/streams/
H A Dphp_stream_context.h48 size_t progress, progress_max; /* position for progress notification */ member
100 (context)->notifier->progress = (sofar); \
106 (context)->notifier->progress += (dsofar); \
108 …php_stream_notify_progress((context), (context)->notifier->progress, (context)->notifier->progress…
/PHP-7.4/sapi/fpm/tests/
H A Dbug74083-concurrent-reload.phpt53 $tester->expectLogNotice('Reloading in progress ...');
54 /* Consume mix of 'Reloading in progress ...' and 'reloading: .*' */
58 $tester->expectLogNotice('Reloading in progress ...');
H A Dbug76601-reload-child-signals.phpt64 $tester->expectLogNotice('Reloading in progress ...');
65 /* Consume mix of 'Reloading in progress ...' and 'reloading: .*' */
69 $tester->expectLogNotice('Reloading in progress ...');
H A Dbug68442-signal-reload.phpt30 $tester->expectLogNotice('Reloading in progress ...');
H A Dbug77934-reload-process-control.phpt31 $tester->expectLogNotice('Reloading in progress ...');
H A Dreload-uses-sigkill-as-last-measure.phpt40 $tester->expectLogNotice('Reloading in progress ...');
H A Dlogtool.inc294 !$this->expectNotice($lines[0], 'Reloading in progress ...') ||
/PHP-7.4/azure/
H A Dcommunity_job.yml53 php7.4 /usr/bin/composer install --no-progress
65 php7.4 /usr/bin/composer install --no-progress
79 php /usr/bin/composer install --no-progress --ignore-platform-reqs
86 php7.4 /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug75402.phpt27 "progress" integer NOT NULL,
44 …\"submitter\", \"operation\", \"description\", \"stage\", \"status\", \"progress\", \"insert_datet…
/PHP-7.4/ext/curl/
H A Dinterface.c1585 php_curl_progress *t = ch->handlers->progress; in curl_progress()
1899 ch->handlers->progress = NULL; in alloc_curl_handle()
2077 if (source->handlers->progress) { in _php_setup_easy_copy_handlers()
2080 ZVAL_COPY(&ch->handlers->progress->func_name, &source->handlers->progress->func_name); in _php_setup_easy_copy_handlers()
2082 ch->handlers->progress->method = source->handlers->progress->method; in _php_setup_easy_copy_handlers()
3008 if (ch->handlers->progress == NULL) { in _php_curl_setopt()
3669 if (ch->handlers->progress) { in _php_curl_close_ex()
3671 efree(ch->handlers->progress); in _php_curl_close_ex()
3749 if (ch->handlers->progress) { in _php_curl_reset_handlers()
3751 efree(ch->handlers->progress); in _php_curl_reset_handlers()
[all …]
H A Dphp_curl.h155 php_curl_progress *progress; member
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt138 string(29) "Operation already in progress"
139 string(25) "Operation now in progress"
/PHP-7.4/
H A Dphp.ini-development1507 ; Enable upload progress tracking in $_SESSION
1511 ; http://php.net/session.upload-progress.enabled
1514 ; Cleanup the progress information as soon as all POST data has been read
1519 ; http://php.net/session.upload-progress.cleanup
1522 ; A prefix used for the upload progress key in $_SESSION
1526 ; http://php.net/session.upload-progress.prefix
1530 ; containing the upload progress information
1534 ; http://php.net/session.upload-progress.name
1537 ; How frequently the upload progress should be updated.
1542 ; http://php.net/session.upload-progress.freq
[all …]
H A Dphp.ini-production1507 ; Enable upload progress tracking in $_SESSION
1511 ; http://php.net/session.upload-progress.enabled
1514 ; Cleanup the progress information as soon as all POST data has been read
1519 ; http://php.net/session.upload-progress.cleanup
1522 ; A prefix used for the upload progress key in $_SESSION
1526 ; http://php.net/session.upload-progress.prefix
1530 ; containing the upload progress information
1534 ; http://php.net/session.upload-progress.name
1537 ; How frequently the upload progress should be updated.
1542 ; http://php.net/session.upload-progress.freq
[all …]
H A DCONTRIBUTING.md239 progress and prevent your changes getting lost in the PHP mail archives. Some

Completed in 56 milliseconds