Home
last modified time | relevance | path

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

/PHP-7.1/ext/pgsql/tests/
H A D09notice.phpt54 Notice: pg_query(): %s already a transaction in progress in %s on line %d
56 Notice: pg_query(): %s already a transaction in progress in %s on line %d
58 Notice: pg_query(): %s already a transaction in progress in %s on line %d
59 string(52) "WARNING: there is already a transaction in progress"
62 string(52) "WARNING: there is already a transaction in progress"
64 string(52) "WARNING: there is already a transaction in progress"
66 string(52) "WARNING: there is already a transaction in progress"
/PHP-7.1/ext/session/
H A Dsession.c2780 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress);
2817 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step;
2826 progress->cancel_upload |= php_check_cancel_upload(progress);
2872 if (Z_TYPE(progress->sid) && progress->key.s) {
2906 if (!Z_TYPE(progress->sid) || !progress->key.s) {
2954 add_next_index_zval(&progress->files, &progress->current_file);
2965 if (!Z_TYPE(progress->sid) || !progress->key.s) {
2978 if (!Z_TYPE(progress->sid) || !progress->key.s) {
2997 if (Z_TYPE(progress->sid) && progress->key.s) {
3013 efree(progress);
[all …]
/PHP-7.1/main/streams/
H A Dphp_stream_context.h50 size_t progress, progress_max; /* position for progress notification */ member
102 (context)->notifier->progress = (sofar); \
108 (context)->notifier->progress += (dsofar); \
110 …php_stream_notify_progress((context), (context)->notifier->progress, (context)->notifier->progress…
/PHP-7.1/sapi/fpm/tests/
H A Dbug68442-signal-reload.phpt30 $tester->expectLogNotice('Reloading in progress ...');
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug75402.phpt27 "progress" integer NOT NULL,
44 …\"submitter\", \"operation\", \"description\", \"stage\", \"status\", \"progress\", \"insert_datet…
/PHP-7.1/ext/curl/
H A Dinterface.c1565 php_curl_progress *t = ch->handlers->progress; in curl_progress()
1881 ch->handlers->progress = NULL; in alloc_curl_handle()
2055 if (source->handlers->progress) { in _php_setup_easy_copy_handlers()
2058 ZVAL_COPY(&ch->handlers->progress->func_name, &source->handlers->progress->func_name); in _php_setup_easy_copy_handlers()
2060 ch->handlers->progress->method = source->handlers->progress->method; in _php_setup_easy_copy_handlers()
2805 if (ch->handlers->progress == NULL) { in _php_curl_setopt()
3413 if (ch->handlers->progress) { in _php_curl_close_ex()
3415 efree(ch->handlers->progress); in _php_curl_close_ex()
3493 if (ch->handlers->progress) { in _php_curl_reset_handlers()
3495 efree(ch->handlers->progress); in _php_curl_reset_handlers()
[all …]
H A Dphp_curl.h161 php_curl_progress *progress; member
/PHP-7.1/ext/sockets/tests/
H A Dsocket_strerror.phpt138 string(29) "Operation already in progress"
139 string(25) "Operation now in progress"
/PHP-7.1/
H A DREADME.SUBMITTING_PATCH27 bug can be used to track the patch progress and prevent your changes
70 to track the patch progress and prevent your changes getting lost in
94 can be used to track the patch progress and prevent your changes
H A Dphp.ini-development1537 ; Enable upload progress tracking in $_SESSION
1541 ; http://php.net/session.upload-progress.enabled
1544 ; Cleanup the progress information as soon as all POST data has been read
1549 ; http://php.net/session.upload-progress.cleanup
1552 ; A prefix used for the upload progress key in $_SESSION
1556 ; http://php.net/session.upload-progress.prefix
1560 ; containing the upload progress information
1564 ; http://php.net/session.upload-progress.name
1567 ; How frequently the upload progress should be updated.
1572 ; http://php.net/session.upload-progress.freq
[all …]
H A Dphp.ini-production1537 ; Enable upload progress tracking in $_SESSION
1541 ; http://php.net/session.upload-progress.enabled
1544 ; Cleanup the progress information as soon as all POST data has been read
1549 ; http://php.net/session.upload-progress.cleanup
1552 ; A prefix used for the upload progress key in $_SESSION
1556 ; http://php.net/session.upload-progress.prefix
1560 ; containing the upload progress information
1564 ; http://php.net/session.upload-progress.name
1567 ; How frequently the upload progress should be updated.
1572 ; http://php.net/session.upload-progress.freq
[all …]
/PHP-7.1/ext/spl/
H A Ddoxygen.cfg60 # configuration options related to warning and progress messages
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt4341 Automatic callouts can be used for tracking the progress of pattern

Completed in 67 milliseconds