Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/pgsql/tests/
H A D09notice.phpt60 Notice: pg_query(): %s already a transaction in progress in %s on line %d
62 Notice: pg_query(): %s already a transaction in progress in %s on line %d
64 Notice: pg_query(): %s already a transaction in progress in %s on line %d
65 string(52) "WARNING: there is already a transaction in progress"
68 string(52) "WARNING: there is already a transaction in progress"
70 string(52) "WARNING: there is already a transaction in progress"
72 string(52) "WARNING: there is already a transaction in progress"
/PHP-8.3/ext/session/
H A Dsession.c3018 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress); in php_session_rfc1867_early_find_sid()
3055 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step; in php_session_rfc1867_update()
3064 progress->cancel_upload |= php_check_cancel_upload(progress); in php_session_rfc1867_update()
3110 if (Z_TYPE(progress->sid) && progress->key.s) { in php_session_rfc1867_callback()
3144 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3192 add_next_index_zval(&progress->files, &progress->current_file); in php_session_rfc1867_callback()
3203 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3216 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3235 if (Z_TYPE(progress->sid) && progress->key.s) { in php_session_rfc1867_callback()
3254 efree(progress); in php_session_rfc1867_callback()
[all …]
/PHP-8.3/main/streams/
H A Dphp_stream_context.h46 size_t progress, progress_max; /* position for progress notification */ member
99 NULL, 0, (context)->notifier->progress, (context)->notifier->progress_max, NULL); } } while(0)
102 (context)->notifier->progress = (sofar); \
108 (context)->notifier->progress += (dsofar); \
110 …php_stream_notify_progress((context), (context)->notifier->progress, (context)->notifier->progress…
/PHP-8.3/ext/curl/tests/
H A Dcurl_copy_handle_xferinfo.phpt15 …NCTION, function() { static $done = false; if (!$done) { echo "Download progress!\n"; $done = true…
23 Download progress!
/PHP-8.3/.github/actions/setup-windows/
H A Daction.yml8 choco install mysql -y --no-progress --params="/port:3306"
13 …choco install sql-server-express -y --no-progress --install-arguments="/SECURITYMODE=SQL /SAPWD=Pa…
/PHP-8.3/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 Dbug74083-concurrent-reload.phpt53 $tester->readAllLogNotices('Reloading in progress ...');
H A Dreload-uses-sigkill-as-last-measure.phpt42 $tester->expectLogNotice('Reloading in progress ...');
H A Dlogtool.inc429 if ($expectInitialProgressMessage && ! $this->expectNotice('Reloading in progress ...')) {
/PHP-8.3/travis/
H A Dtest.sh11 --no-progress \
/PHP-8.3/.github/actions/test-libmysqlclient/
H A Daction.yml19 --no-progress --offline --show-diff --show-slow 1000 --set-timeout 120 \
/PHP-8.3/.github/actions/test-macos/
H A Daction.yml23 --no-progress \
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug75402.phpt28 "progress" integer NOT NULL,
45 …\"submitter\", \"operation\", \"description\", \"stage\", \"status\", \"progress\", \"insert_datet…
/PHP-8.3/ext/curl/
H A Dcurl_private.h75 php_curl_callback *progress; member
H A Dinterface.c504 if (curl->handlers.progress) { in curl_get_gc()
683 php_curl_callback *t = ch->handlers.progress; in curl_progress()
1090 ch->handlers.progress = NULL; in init_curl_handle()
1272 _php_copy_callback(ch, &ch->handlers.progress, source->handlers.progress, CURLOPT_PROGRESSDATA); in _php_setup_easy_copy_handlers()
2270 if (ch->handlers.progress == NULL) { in _php_curl_setopt()
2273 zval_ptr_dtor(&ch->handlers.progress->func_name); in _php_curl_setopt()
2990 _php_curl_free_callback(ch->handlers.progress); in curl_free_obj()
3060 if (ch->handlers.progress) { in _php_curl_reset_handlers()
3061 zval_ptr_dtor(&ch->handlers.progress->func_name); in _php_curl_reset_handlers()
3062 efree(ch->handlers.progress); in _php_curl_reset_handlers()
[all …]
/PHP-8.3/.github/actions/test-linux/
H A Daction.yml49 --no-progress \
/PHP-8.3/
H A D.cirrus.yml29 …- sapi/cli/php run-tests.php -P -q -j2 -g FAIL,BORK,LEAK,XLEAK --no-progress --offline --show-diff…
H A Dphp.ini-production1549 ; Enable upload progress tracking in $_SESSION
1553 ; https://php.net/session.upload-progress.enabled
1556 ; Cleanup the progress information as soon as all POST data has been read
1561 ; https://php.net/session.upload-progress.cleanup
1564 ; A prefix used for the upload progress key in $_SESSION
1568 ; https://php.net/session.upload-progress.prefix
1572 ; containing the upload progress information
1576 ; https://php.net/session.upload-progress.name
1579 ; How frequently the upload progress should be updated.
1584 ; https://php.net/session.upload-progress.freq
[all …]
H A Dphp.ini-development1547 ; Enable upload progress tracking in $_SESSION
1551 ; https://php.net/session.upload-progress.enabled
1554 ; Cleanup the progress information as soon as all POST data has been read
1559 ; https://php.net/session.upload-progress.cleanup
1562 ; A prefix used for the upload progress key in $_SESSION
1566 ; https://php.net/session.upload-progress.prefix
1570 ; containing the upload progress information
1574 ; https://php.net/session.upload-progress.name
1577 ; How frequently the upload progress should be updated.
1582 ; https://php.net/session.upload-progress.freq
[all …]
/PHP-8.3/.github/workflows/
H A Dnightly.yml397 php /usr/bin/composer install --no-progress --ignore-platform-reqs
412 php /usr/bin/composer install --no-progress --ignore-platform-reqs
430 php /usr/bin/composer install --no-progress --ignore-platform-reqs
445 php /usr/bin/composer install --no-progress --ignore-platform-reqs
457 php /usr/bin/composer install --no-progress --ignore-platform-reqs
480 php /usr/bin/composer install --no-progress --ignore-platform-reqs
488 …php /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress --ignore-plat…
500 php /usr/bin/composer install --no-progress --ignore-platform-reqs
H A Dpush.yml42 cancel-in-progress: true
/PHP-8.3/.circleci/
H A Dconfig.yml191 --no-progress \
/PHP-8.3/.github/scripts/windows/
H A Dtest_task.bat136 nmake test TESTS="%OPCACHE_OPTS% -g FAIL,BORK,LEAK,XLEAK --no-progress -q --offline --show-diff --s…

Completed in 59 milliseconds

12