Home
last modified time | relevance | path

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

/PHP-8.0/ext/pgsql/tests/
H A D09notice.phpt57 Notice: pg_query(): %s already a transaction in progress in %s on line %d
59 Notice: pg_query(): %s already a transaction in progress in %s on line %d
61 Notice: pg_query(): %s already a transaction in progress in %s on line %d
62 string(52) "WARNING: there is already a transaction in progress"
65 string(52) "WARNING: there is already a transaction in progress"
67 string(52) "WARNING: there is already a transaction in progress"
69 string(52) "WARNING: there is already a transaction in progress"
/PHP-8.0/ext/session/
H A Dsession.c2947 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress); in php_session_rfc1867_early_find_sid()
2984 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step; in php_session_rfc1867_update()
2993 progress->cancel_upload |= php_check_cancel_upload(progress); in php_session_rfc1867_update()
3039 if (Z_TYPE(progress->sid) && progress->key.s) { in php_session_rfc1867_callback()
3073 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3121 add_next_index_zval(&progress->files, &progress->current_file); in php_session_rfc1867_callback()
3132 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3145 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3164 if (Z_TYPE(progress->sid) && progress->key.s) { in php_session_rfc1867_callback()
3183 efree(progress); in php_session_rfc1867_callback()
[all …]
/PHP-8.0/main/streams/
H A Dphp_stream_context.h46 size_t progress, progress_max; /* position for progress notification */ member
98 (context)->notifier->progress = (sofar); \
104 (context)->notifier->progress += (dsofar); \
106 …php_stream_notify_progress((context), (context)->notifier->progress, (context)->notifier->progress…
/PHP-8.0/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt64 $tester->expectLogNotice('Reloading in progress ...');
65 /* Consume mix of 'Reloading in progress ...' and 'reloading: .*' */
66 $tester->readAllLogNotices('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 Dbug74083-concurrent-reload.phpt53 $tester->readAllLogNotices('Reloading in progress ...');
H A Dlogtool.inc415 if ($expectInitialProgressMessage && ! $this->expectNotice('Reloading in progress ...')) {
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug75402.phpt27 "progress" integer NOT NULL,
44 …\"submitter\", \"operation\", \"description\", \"stage\", \"status\", \"progress\", \"insert_datet…
/PHP-8.0/ext/curl/
H A Dinterface.c1285 if (curl->handlers->progress) { in curl_get_gc()
1763 ch->handlers->progress = NULL; in init_curl_handle()
1925 if (source->handlers->progress) { in _php_setup_easy_copy_handlers()
1928 ZVAL_COPY(&ch->handlers->progress->func_name, &source->handlers->progress->func_name); in _php_setup_easy_copy_handlers()
1930 ch->handlers->progress->method = source->handlers->progress->method; in _php_setup_easy_copy_handlers()
2749 if (ch->handlers->progress == NULL) { in _php_curl_setopt()
3379 if (ch->handlers->progress) { in curl_free_obj()
3381 efree(ch->handlers->progress); in curl_free_obj()
3450 if (ch->handlers->progress) { in _php_curl_reset_handlers()
3452 efree(ch->handlers->progress); in _php_curl_reset_handlers()
[all …]
H A Dcurl_private.h76 php_curl_progress *progress; member
/PHP-8.0/.github/workflows/
H A Dnightly.yml319 php /usr/bin/composer install --no-progress --ignore-platform-reqs
333 php /usr/bin/composer install --no-progress --ignore-platform-reqs
356 php /usr/bin/composer install --no-progress --ignore-platform-reqs
364 …php /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress --ignore-plat…
376 php /usr/bin/composer install --no-progress --ignore-platform-reqs
/PHP-8.0/
H A Dphp.ini-development1514 ; Enable upload progress tracking in $_SESSION
1518 ; http://php.net/session.upload-progress.enabled
1521 ; Cleanup the progress information as soon as all POST data has been read
1526 ; http://php.net/session.upload-progress.cleanup
1529 ; A prefix used for the upload progress key in $_SESSION
1533 ; http://php.net/session.upload-progress.prefix
1537 ; containing the upload progress information
1541 ; http://php.net/session.upload-progress.name
1544 ; How frequently the upload progress should be updated.
1549 ; http://php.net/session.upload-progress.freq
[all …]
H A Dphp.ini-production1516 ; Enable upload progress tracking in $_SESSION
1520 ; http://php.net/session.upload-progress.enabled
1523 ; Cleanup the progress information as soon as all POST data has been read
1528 ; http://php.net/session.upload-progress.cleanup
1531 ; A prefix used for the upload progress key in $_SESSION
1535 ; http://php.net/session.upload-progress.prefix
1539 ; containing the upload progress information
1543 ; http://php.net/session.upload-progress.name
1546 ; How frequently the upload progress should be updated.
1551 ; http://php.net/session.upload-progress.freq
[all …]
H A DCONTRIBUTING.md236 progress and prevent your changes getting lost in the PHP mail archives. Some

Completed in 71 milliseconds