Home
last modified time | relevance | path

Searched refs:status (Results 226 – 250 of 277) sorted by relevance

12345678910>>...12

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_fetch.phpt32 // stmt object status test
/PHP-7.4/main/streams/
H A Dstreams.c557 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_fill_read_buffer() local
578 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, NULL, flags); in _php_stream_fill_read_buffer()
580 if (status != PSFS_PASS_ON) { in _php_stream_fill_read_buffer()
593 switch (status) { in _php_stream_fill_read_buffer()
1171 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_write_filtered() local
1182 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, in _php_stream_write_filtered()
1185 if (status != PSFS_PASS_ON) { in _php_stream_write_filtered()
1197 switch (status) { in _php_stream_write_filtered()
/PHP-7.4/
H A D.gitignore57 config.status
124 /sapi/fpm/status.html
H A Drun-tests.php971 $status = "failed";
973 $status = "success";
1028 if (($just_save_results || !mail_qa_team($failed_tests_data, $status)) && !TRAVIS_CI) {
1112 function mail_qa_team($data, $status = false) argument
1142 fwrite($fs, "POST " . $path . "?status=$status&version=$php_version HTTP/1.1\r\n");
/PHP-7.4/Zend/
H A Dzend_gc.c1612 ZEND_API void zend_gc_get_status(zend_gc_status *status) in zend_gc_get_status() argument
1614 status->runs = GC_G(gc_runs); in zend_gc_get_status()
1615 status->collected = GC_G(collected); in zend_gc_get_status()
1616 status->threshold = GC_G(gc_threshold); in zend_gc_get_status()
1617 status->num_roots = GC_G(num_roots); in zend_gc_get_status()
H A Dzend_builtin_functions.c427 zend_gc_status status; in ZEND_FUNCTION() local
433 zend_gc_get_status(&status); in ZEND_FUNCTION()
437 add_assoc_long_ex(return_value, "runs", sizeof("runs")-1, (long)status.runs); in ZEND_FUNCTION()
438 add_assoc_long_ex(return_value, "collected", sizeof("collected")-1, (long)status.collected); in ZEND_FUNCTION()
439 add_assoc_long_ex(return_value, "threshold", sizeof("threshold")-1, (long)status.threshold); in ZEND_FUNCTION()
440 add_assoc_long_ex(return_value, "roots", sizeof("roots")-1, (long)status.num_roots); in ZEND_FUNCTION()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c222 php_mysqli_close(mysql, MYSQLI_CLOSE_EXPLICIT, my_res->status); in mysqli_link_free_storage()
226 my_res->status = MYSQLI_STATUS_UNKNOWN; in mysqli_link_free_storage()
1065 mysqli_resource->status = MYSQLI_STATUS_INITIALIZED; in ZEND_GET_MODULE()
1074 mysqli_resource->status = MYSQLI_STATUS_VALID; in ZEND_GET_MODULE()
1126 mysqli_resource->status = MYSQLI_STATUS_VALID; in PHP_FUNCTION()
H A Dmysqli_warning.c315 mysqli_resource->status = MYSQLI_STATUS_VALID;
H A Dmysqli_prop.c33 if (!obj->ptr || ((MYSQLI_RESOURCE *)obj->ptr)->status < value ) { \
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc497 * Execute and check status request(s).
505 public function status(
508 string $statusPath = '/status',
515 require_once "status.inc";
516 $status = new Status();
520 $status->checkStatus($response, $expectedFields, $format);
/PHP-7.4/ext/intl/
H A Dphp_intl.c1037 UErrorCode status = U_ZERO_ERROR; in PHP_MINFO_FUNCTION() local
1048 tzdata_ver = ucal_getTZDataVersion(&status); in PHP_MINFO_FUNCTION()
1049 if (U_ZERO_ERROR == status) { in PHP_MINFO_FUNCTION()
/PHP-7.4/sapi/fpm/
H A Dconfig.m4142 int status;
151 waitpid(child, &status, 0);
612 …/www.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html)
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c2263 …SLJIT_ASSERT(sljit_get_register_index(status->saved_tmp_regs[i]) < 0 || status->tmp_regs[i] == sta… in delayed_mem_copy_init()
2265 status->store_bases[i] = -1; in delayed_mem_copy_init()
2267 status->next_tmp_reg = 0; in delayed_mem_copy_init()
2551 delayed_mem_copy_status status; in copy_recurse_data() local
2592 status.tmp_regs[0] = TMP1; in copy_recurse_data()
2593 status.saved_tmp_regs[0] = TMP1; in copy_recurse_data()
2597 status.tmp_regs[1] = TMP2; in copy_recurse_data()
2604 status.tmp_regs[1] = STR_PTR; in copy_recurse_data()
2609 status.saved_tmp_regs[2] = TMP3; in copy_recurse_data()
2611 status.tmp_regs[2] = STR_END; in copy_recurse_data()
[all …]
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1777 int status = 0; local
2103 if (wait(&status) >= 0) {
2113 while (wait(&status) < 0) {
2198 DWORD status; local
2201 if(!GetExitCodeProcess(kid_cgi_ps[i], &status) || status != STILL_ACTIVE) {
/PHP-7.4/docs/
H A Doutput-api.md6 Checking output control layers status:
/PHP-7.4/ext/libxml/
H A Dlibxml.c634 int status; in _php_libxml_external_entity_loader() local
677 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
678 if (status != SUCCESS || Z_ISUNDEF(retval)) { in _php_libxml_external_entity_loader()
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c58 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini… in _oci_error() argument
91 switch (status) { in _oci_error()
/PHP-7.4/ext/standard/tests/file/
H A Dfwrite_variation4-win32.phpt63 clearstatcache();//clears file status cache
H A Dfwrite_variation4.phpt63 clearstatcache();//clears file status cache
H A Dfwrite_variation2-win32.phpt80 clearstatcache();//clears file status cache
H A Dfwrite_variation2.phpt80 clearstatcache();//clears file status cache
H A Dfwrite_variation3.phpt73 clearstatcache();//clears file status cache
/PHP-7.4/ext/imap/
H A Dphp_imap.c3481 zend_long status, flags = 0L; in PHP_FUNCTION() local
3499 status = (flags & FT_UID) in PHP_FUNCTION()
3503 if (status) { in PHP_FUNCTION()
5133 PHP_IMAP_EXPORT void mm_status(MAILSTREAM *stream, char *mailbox, MAILSTATUS *status) in mm_status() argument
5136 IMAPG(status_flags)=status->flags; in mm_status()
5138 IMAPG(status_messages)=status->messages; in mm_status()
5141 IMAPG(status_recent)=status->recent; in mm_status()
5144 IMAPG(status_unseen)=status->unseen; in mm_status()
5147 IMAPG(status_uidnext)=status->uidnext; in mm_status()
5150 IMAPG(status_uidvalidity)=status->uidvalidity; in mm_status()
/PHP-7.4/ext/xml/
H A Dxml.c665 int status = FAILURE; in xml_utf8_decode() local
666 c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status); in xml_utf8_decode()
668 if (status == FAILURE || c > 0xFFU) { in xml_utf8_decode()
/PHP-7.4/ext/snmp/
H A Dsnmp.c676 int status, count, found; in php_snmp_internal() local
755 status = snmp_synch_response(ss, pdu, &response); in php_snmp_internal()
756 if (status == STAT_SUCCESS) { in php_snmp_internal()
898 } else if (status == STAT_TIMEOUT) { in php_snmp_internal()

Completed in 109 milliseconds

12345678910>>...12