Home
last modified time | relevance | path

Searched refs:re (Results 201 – 225 of 238) sorted by relevance

12345678910

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt233 …printf("[030] You're trying to run the tests with charset '%s' which seems not supported by the se…
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst63 where we're not dealing with a ``zval`` directly. It also stores some additional fields, described
/php-src/ext/spl/
H A Dspl_iterators.c1769 pcre2_code *re; in PHP_METHOD() local
1798 re = php_pcre_pce_re(intern->u.regex.pce); in PHP_METHOD()
1799 match_data = php_pcre_create_match_data(0, re); in PHP_METHOD()
1803 …rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(subject), ZSTR_LEN(subject), 0, 0, match_data, php_pcre_… in PHP_METHOD()
/php-src/
H A DCONTRIBUTING.md140 about what you're working on, you can contact us via the
314 changes themselves. We'll assume you're basically familiar with Git, but feel
/php-src/ext/intl/tests/
H A Dut_common.inc5 * It they're equal then show one of them.
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation18.phpt56 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation22.phpt54 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation29.phpt54 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation30.phpt54 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation31.phpt54 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation12.phpt54 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation15.phpt50 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation16.phpt52 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation19.phpt53 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation8.phpt59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation9.phpt62 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation1.phpt60 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation17.phpt52 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation2.phpt56 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation7.phpt59 // close the file if the mode to be used is read mode and re-open using read mode
/php-src/sapi/fpm/
H A Dwww.conf.in33 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
266 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
/php-src/docs/
H A Drelease-process.md498 For example, if you're releasing a stable version for PHP 8.1.8, then all
659 version. In this example, we're bumping the release information for version
787 While unlikely, there may be times we need to re-release the same version. This
1012 > If you're new to GPG, follow GitHub's instructions for
/php-src/ext/mbstring/tests/
H A Dsjis_mobile_encodings.phpt345 // at the end of one buffer and was re-processed together with the next
H A Dmb_detect_encoding.phpt390 …"Çoğu tarihçinin kanısına göre, ABD'nin üçüncü başkanı Jefferson, karısının ölümünün ardından köle…
/php-src/ext/fileinfo/
H A Dlibmagic.patch1415 /* Do this here and now, because struct stat gets re-defined on solaris */
3053 + pcre2_code *re = php_pcre_pce_re(pce);
3054 + pcre2_match_data *match_data = php_pcre_create_match_data(0, re);
3056 + rv = pcre2_match(re, (PCRE2_SPTR)fmt, strlen(fmt), 0, 0, match_data, php_pcre_mctx()) > 0;

Completed in 74 milliseconds

12345678910