Searched refs:progress (Results 1 – 14 of 14) sorted by relevance
/PHP-7.2/ext/pgsql/tests/ |
H A D | 09notice.phpt | 54 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.2/ext/session/ |
H A D | session.c | 3001 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress); in php_session_rfc1867_early_find_sid() 3038 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step; in php_session_rfc1867_update() 3047 progress->cancel_upload |= php_check_cancel_upload(progress); in php_session_rfc1867_update() 3093 if (Z_TYPE(progress->sid) && progress->key.s) { in php_session_rfc1867_callback() 3127 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback() 3175 add_next_index_zval(&progress->files, &progress->current_file); in php_session_rfc1867_callback() 3186 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback() 3199 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback() 3218 if (Z_TYPE(progress->sid) && progress->key.s) { in php_session_rfc1867_callback() 3237 efree(progress); in php_session_rfc1867_callback() [all …]
|
/PHP-7.2/main/streams/ |
H A D | php_stream_context.h | 50 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.2/sapi/fpm/tests/ |
H A D | bug77934-reload-process-control.phpt | 31 $tester->expectLogNotice('Reloading in progress ...');
|
H A D | bug68442-signal-reload.phpt | 30 $tester->expectLogNotice('Reloading in progress ...');
|
/PHP-7.2/ext/pdo_pgsql/tests/ |
H A D | bug75402.phpt | 27 "progress" integer NOT NULL, 44 …\"submitter\", \"operation\", \"description\", \"stage\", \"status\", \"progress\", \"insert_datet…
|
/PHP-7.2/ext/curl/ |
H A D | interface.c | 1563 php_curl_progress *t = ch->handlers->progress; in curl_progress() 1880 ch->handlers->progress = NULL; in alloc_curl_handle() 2054 if (source->handlers->progress) { in _php_setup_easy_copy_handlers() 2057 ZVAL_COPY(&ch->handlers->progress->func_name, &source->handlers->progress->func_name); in _php_setup_easy_copy_handlers() 2059 ch->handlers->progress->method = source->handlers->progress->method; in _php_setup_easy_copy_handlers() 2803 if (ch->handlers->progress == NULL) { in _php_curl_setopt() 3421 if (ch->handlers->progress) { in _php_curl_close_ex() 3423 efree(ch->handlers->progress); in _php_curl_close_ex() 3501 if (ch->handlers->progress) { in _php_curl_reset_handlers() 3503 efree(ch->handlers->progress); in _php_curl_reset_handlers() [all …]
|
H A D | php_curl.h | 163 php_curl_progress *progress; member
|
/PHP-7.2/ext/sockets/tests/ |
H A D | socket_strerror.phpt | 138 string(29) "Operation already in progress" 139 string(25) "Operation now in progress"
|
/PHP-7.2/ |
H A D | README.SUBMITTING_PATCH | 27 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 D | php.ini-development | 1528 ; Enable upload progress tracking in $_SESSION 1532 ; http://php.net/session.upload-progress.enabled 1535 ; Cleanup the progress information as soon as all POST data has been read 1540 ; http://php.net/session.upload-progress.cleanup 1543 ; A prefix used for the upload progress key in $_SESSION 1547 ; http://php.net/session.upload-progress.prefix 1551 ; containing the upload progress information 1555 ; http://php.net/session.upload-progress.name 1558 ; How frequently the upload progress should be updated. 1563 ; http://php.net/session.upload-progress.freq [all …]
|
H A D | php.ini-production | 1530 ; Enable upload progress tracking in $_SESSION 1534 ; http://php.net/session.upload-progress.enabled 1537 ; Cleanup the progress information as soon as all POST data has been read 1542 ; http://php.net/session.upload-progress.cleanup 1545 ; A prefix used for the upload progress key in $_SESSION 1549 ; http://php.net/session.upload-progress.prefix 1553 ; containing the upload progress information 1557 ; http://php.net/session.upload-progress.name 1560 ; How frequently the upload progress should be updated. 1565 ; http://php.net/session.upload-progress.freq [all …]
|
/PHP-7.2/ext/spl/ |
H A D | doxygen.cfg | 60 # configuration options related to warning and progress messages
|
/PHP-7.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 4340 Automatic callouts can be used for tracking the progress of pattern
|
Completed in 65 milliseconds