Home
last modified time | relevance | path

Searched refs:re (Results 176 – 200 of 232) sorted by relevance

12345678910

/php-src/sapi/apache2handler/
H A Dconfig.m459 dnl Test that we're trying to configure with apache 2.x
/php-src/ext/ldap/
H A Dconfig.m415 AC_MSG_CHECKING([if we're at 64-bit platform])
/php-src/ext/pdo_odbc/
H A Dconfig.m4120 dnl And now check for an ODBC 3.0 function to assert that they're *good*
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst55 When you're done using the string, you must call ``zend_string_release``, or the memory will leak.
192 if you're using php-fpm with 8 workers, all workers will share the same interned strings buffer. It
H A Dreference-counting.rst63 where we're not dealing with a ``zval`` directly. It also stores some additional fields, described
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c1061 ssize_t r, re; in uncompressbuf() local
1186 if ((re = sread(fdp[STDERR_FILENO][0], *newch, bytes_max, 0)) > 0) { in uncompressbuf()
1192 if (re == 0) in uncompressbuf()
H A Dsoftmagic.c503 pcre2_code *re = php_pcre_pce_re(pce); in check_fmt() local
504 pcre2_match_data *match_data = php_pcre_create_match_data(0, re); in check_fmt()
506 rv = pcre2_match(re, (PCRE2_SPTR)fmt, strlen(fmt), 0, 0, match_data, php_pcre_mctx()) > 0; in check_fmt()
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt33 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation14.phpt33 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation20.phpt35 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation18.phpt56 // close the file if the mode to be used is read mode and re-open using read mode
/php-src/ext/standard/tests/strings/
H A Dhtmlentities24.phpt20 /* giving long string to check for proper memory re-allocation */
H A Dhtmlspecialchars.phpt16 /* giving long string to check for proper memory re-allocation */
/php-src/build/
H A Dax_func_which_gethostbyname_r.m484 # assuming an implicit prototype. In which case, we're out of luck.
/php-src/ext/pdo_mysql/tests/inc/
H A Dmysql_pdo_test.inc95 We're a bit in trouble: PDO_MYSQL returns version strings.
/php-src/ext/opcache/jit/
H A DREADME.md62 # As well as anything else from .github/actions/apt-x32/action.yml that you're testing locally
/php-src/ext/pcre/tests/
H A Dpreg_match_error4.phpt6 $re = '{^(\\s*\\{\\s*(?:"(?:[^\\0-\\x09\\x0a-\\x1f\\\\"]+|\\\\["bfnrt/\\\\]|\\\\u[a-fA-F0-9]{4})*"\…
907 $count = preg_match($re, $str, $matches);
/php-src/ext/zip/
H A Dphp_zip.c756 pcre2_code *re = NULL; in php_zip_pcre() local
761 re = pcre_get_compiled_regex(regexp, &capture_count); in php_zip_pcre()
762 if (!re) { in php_zip_pcre()
788 match_data = php_pcre_create_match_data(capture_count, re); in php_zip_pcre()
794 …rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(namelist[i]), ZSTR_LEN(namelist[i]), 0, 0, match_data, m… in php_zip_pcre()
/php-src/sapi/fpm/tests/
H A Dlogtool.inc454 $this->expectNotice('error log file re-opened') &&
455 $this->expectNotice('access log file re-opened')
/php-src/docs-old/
H A Dparameter-parsing-api.md137 If you're in doubt, use check_parameters.php script to the parameters and their
/php-src/ext/pgsql/
H A Dpgsql.c4681 pcre2_code *re; in php_pgsql_convert_match() local
4701re = pcre2_compile((PCRE2_SPTR)regex, regex_len, options, &errnumber, &err_offset, php_pcre_cctx()… in php_pgsql_convert_match()
4702 if (NULL == re) { in php_pgsql_convert_match()
4709 match_data = php_pcre_create_match_data(0, re); in php_pgsql_convert_match()
4711 pcre2_code_free(re); in php_pgsql_convert_match()
4715 res = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(str), ZSTR_LEN(str), 0, 0, match_data, php_pcre_mctx()); in php_pgsql_convert_match()
4717 pcre2_code_free(re); in php_pgsql_convert_match()
/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/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.

Completed in 88 milliseconds

12345678910