Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.BUILTIN4 * FAIL (progress)
11 * MISMATCH (progress)
19 * ERROR (progress)
29 * MAX (progress/retraction)
33 Restricts the maximum count of success(default), progress or retraction.
38 (* success count = progress count - retraction count)
47 * COUNT (progress/retraction)
57 slot 1: progress count
64 * TOTAL_COUNT (progress/retraction)
74 slot 1: progress count
[all …]
H A DCALLOUTS.API47 Get a function for callouts of contents in progress.
52 Set a function for callouts of contents in progress.
75 Set a function for callouts of contents in progress.
H A DAPI278 Set a function for callouts of contents in progress.
279 If 0 (NULL) is set, never called in progress.
884 Get a function for callouts of contents in progress.
889 Set a function for callouts of contents in progress.
890 If 0 (NULL) is set, never called in progress.
H A DRE313 (?{...contents...}) callout in progress
315 D = 'X': in progress and retraction
317 '>': in progress only
/PHP-7.3/ext/pgsql/tests/
H A D09notice.phpt53 Notice: pg_query(): %s already a transaction in progress in %s on line %d
55 Notice: pg_query(): %s already a transaction in progress in %s on line %d
57 Notice: pg_query(): %s already a transaction in progress in %s on line %d
58 string(52) "WARNING: there is already a transaction in progress"
61 string(52) "WARNING: there is already a transaction in progress"
63 string(52) "WARNING: there is already a transaction in progress"
65 string(52) "WARNING: there is already a transaction in progress"
/PHP-7.3/ext/session/
H A Dsession.c3090 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress); in php_session_rfc1867_early_find_sid()
3127 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step; in php_session_rfc1867_update()
3136 progress->cancel_upload |= php_check_cancel_upload(progress); in php_session_rfc1867_update()
3182 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()
3264 add_next_index_zval(&progress->files, &progress->current_file); in php_session_rfc1867_callback()
3275 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3288 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3307 if (Z_TYPE(progress->sid) && progress->key.s) { in php_session_rfc1867_callback()
3326 efree(progress); in php_session_rfc1867_callback()
[all …]
/PHP-7.3/main/streams/
H A Dphp_stream_context.h48 size_t progress, progress_max; /* position for progress notification */ member
100 (context)->notifier->progress = (sofar); \
106 (context)->notifier->progress += (dsofar); \
108 …php_stream_notify_progress((context), (context)->notifier->progress, (context)->notifier->progress…
/PHP-7.3/sapi/fpm/tests/
H A Dbug68442-signal-reload.phpt30 $tester->expectLogNotice('Reloading in progress ...');
H A Dbug77934-reload-process-control.phpt31 $tester->expectLogNotice('Reloading in progress ...');
/PHP-7.3/ext/pdo_pgsql/tests/
H A Dbug75402.phpt27 "progress" integer NOT NULL,
44 …\"submitter\", \"operation\", \"description\", \"stage\", \"status\", \"progress\", \"insert_datet…
/PHP-7.3/ext/curl/
H A Dinterface.c1646 php_curl_progress *t = ch->handlers->progress; in curl_progress()
1939 ch->handlers->progress = NULL; in alloc_curl_handle()
2113 if (source->handlers->progress) { in _php_setup_easy_copy_handlers()
2116 ZVAL_COPY(&ch->handlers->progress->func_name, &source->handlers->progress->func_name); in _php_setup_easy_copy_handlers()
2118 ch->handlers->progress->method = source->handlers->progress->method; in _php_setup_easy_copy_handlers()
2940 if (ch->handlers->progress == NULL) { in _php_curl_setopt()
3599 if (ch->handlers->progress) { in _php_curl_close_ex()
3601 efree(ch->handlers->progress); in _php_curl_close_ex()
3676 if (ch->handlers->progress) { in _php_curl_reset_handlers()
3678 efree(ch->handlers->progress); in _php_curl_reset_handlers()
[all …]
H A Dphp_curl.h154 php_curl_progress *progress; member
/PHP-7.3/ext/sockets/tests/
H A Dsocket_strerror.phpt138 string(29) "Operation already in progress"
139 string(25) "Operation now in progress"
/PHP-7.3/
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-development1530 ; 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 …]
H A Dphp.ini-production1532 ; Enable upload progress tracking in $_SESSION
1536 ; http://php.net/session.upload-progress.enabled
1539 ; Cleanup the progress information as soon as all POST data has been read
1544 ; http://php.net/session.upload-progress.cleanup
1547 ; A prefix used for the upload progress key in $_SESSION
1551 ; http://php.net/session.upload-progress.prefix
1555 ; containing the upload progress information
1559 ; http://php.net/session.upload-progress.name
1562 ; How frequently the upload progress should be updated.
1567 ; http://php.net/session.upload-progress.freq
[all …]
/PHP-7.3/ext/spl/
H A Ddoxygen.cfg60 # configuration options related to warning and progress messages

Completed in 69 milliseconds