Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/session/
H A Dsession.c3001 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 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.2/sapi/fpm/tests/
H A Dbug77934-reload-process-control.phpt31 $tester->expectLogNotice('Reloading in progress ...');
H A Dbug68442-signal-reload.phpt30 $tester->expectLogNotice('Reloading in progress ...');
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug75402.phpt27 "progress" integer NOT NULL,
44 …\"submitter\", \"operation\", \"description\", \"stage\", \"status\", \"progress\", \"insert_datet…
/PHP-7.2/ext/curl/
H A Dinterface.c1563 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 Dphp_curl.h163 php_curl_progress *progress; member
/PHP-7.2/ext/sockets/tests/
H A Dsocket_strerror.phpt138 string(29) "Operation already in progress"
139 string(25) "Operation now in progress"
/PHP-7.2/
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-development1528 ; 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 Dphp.ini-production1530 ; 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 Ddoxygen.cfg60 # configuration options related to warning and progress messages
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt4340 Automatic callouts can be used for tracking the progress of pattern

Completed in 112 milliseconds