Home
last modified time | relevance | path

Searched refs:re (Results 151 – 175 of 220) sorted by relevance

123456789

/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation20.phpt40 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation18.phpt57 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation22.phpt59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation29.phpt59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation30.phpt59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation31.phpt59 // close the file if the mode to be used is read mode and re-open using read mode
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities24.phpt22 /* giving long string to check for proper memory re-allocation */
H A Dhtmlspecialchars.phpt22 /* giving long string to check for proper memory re-allocation */
/PHP-5.5/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES154 PHP Fatal error: Cannot re-assign $this in /tmp/this_ex.php on line 4
H A DREADME.GIT-RULES6 We'll assume you're basically familiar with Git, but feel free to post
H A Dconfig.sub1532 # Note that if you're going to try to match "-MANUFACTURER" here (say,
H A DREADME.PARAMETER_PARSING_API107 If you're in doubt, use check_parameters.php script to the parameters
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS405 complete re-implementation of the build system. This now has full Autotools
433 re-compile them. Important changes that are visible to users are:
507 The code itself has been re-organized into many more files, one for each
535 tables at exec time. This is useful if compiled regex are saved and re-used
552 5. There is support for saving compiled patterns and re-using them later.
/PHP-5.5/ext/pdo_oci/
H A Dconfig.m421 AC_MSG_CHECKING([if we're on a 64-bit platform])
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2103 pcre *re;
2106 re = pcre_compile(
2414 not been re-used.
2577 pcre *re;
2588 pcre_free(re);
6964 $re = qr{\( (?: (?>[^()]+) | (?p{$re}) )* \)}x;
8651 pcre *re;
8663 pcre_free(re);
9097 re> /c(?<=abc)x/
9172 re> /1234|3789/
[all …]
/PHP-5.5/ext/zip/
H A Dphp_zip.c661 pcre *re = NULL; in php_zip_pcre() local
665 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_zip_pcre()
666 if (!re) { in php_zip_pcre()
708 matches = pcre_exec(re, NULL, namelist[i], strlen(namelist[i]), 0, 0, ovector, 3); in php_zip_pcre()
/PHP-5.5/sapi/apache/
H A Dconfig.m459 # Test that we're trying to configure with apache 1.x
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m460 # Test that we're trying to configure with apache 1.x
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput7565 Stéréo
568 ́réo
H A Dtestoutput71221 Stéréo
1222 0: Ste\x{301}re\x{301}o
1227 ́réo
/PHP-5.5/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-5.5/ext/oci8/
H A Dconfig.m4152 AC_MSG_CHECKING([checking if we're on a 64-bit platform])
/PHP-5.5/ext/intl/tests/
H A Dut_common.inc5 * It they're equal then show one of them.
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5335 regex_t re; local
5354 regerr = regcomp(&re, regex, regopt);
5357 regfree(&re);
5360 subs = (regmatch_t *)ecalloc(sizeof(regmatch_t), re.re_nsub+1);
5362 regerr = regexec(&re, str, re.re_nsub+1, subs, 0);
5370 regfree(&re);
/PHP-5.5/win32/
H A Dinstall.txt228 distributions have no such directory and instead they're in the PHP
298 Note: If you're using NTFS on Windows NT, 2000, XP or 2003, make
357 saying "Hello World!" you're done.
1141 because you're behind a firewall, or it could be because the extension
1498 directory. If you're using the Apache webserver, php.ini is first
1702 Because the default is 1, it's critical that you're 100% sure that the
1715 If php.ini is being read and you're running PHP as a module, then be

Completed in 96 milliseconds

123456789