Home
last modified time | relevance | path

Searched refs:subs (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/ereg/
H A Dereg.c296 regmatch_t *subs; in php_ereg() local
346 efree(subs); in php_ereg()
352 match_len = (int) (subs[0].rm_eo - subs[0].rm_so); in php_ereg()
372 efree(subs); in php_ereg()
406 regmatch_t *subs; in php_ereg_replace() local
447 efree(subs); in php_ereg_replace()
493 && subs[walk[1] - '0'].rm_so <= subs[walk[1] - '0'].rm_eo) { in php_ereg_replace()
507 if (subs[0].rm_so == subs[0].rm_eo) { in php_ereg_replace()
540 efree(subs); in php_ereg_replace()
659 if (subs[0].rm_so == 0 && subs[0].rm_eo) { in php_split()
[all …]
/PHP-5.5/ext/ereg/regex/
H A Dmain.c33 regmatch_t subs[NS]; local
93 subs[0].rm_so = startoff;
104 len = (int)(subs[0].rm_eo - subs[0].rm_so);
105 if (subs[0].rm_so != -1) {
108 argv[optind] + subs[0].rm_so);
111 argv[optind] + subs[0].rm_so);
114 if (subs[i].rm_so != -1)
116 (int)(subs[i].rm_eo - subs[i].rm_so),
117 argv[optind] + subs[i].rm_so);
214 regmatch_t subs[NSUBS]; local
[all …]
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc112 static function getSubFuncs(CLICommand $cmdclass, $prefix, array $subs)
120 foreach($subs as $sub) {
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1598 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1654 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1656 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5336 regmatch_t *subs; local
5360 subs = (regmatch_t *)ecalloc(sizeof(regmatch_t), re.re_nsub+1);
5362 regerr = regexec(&re, str, re.re_nsub+1, subs, 0);
5371 efree(subs);

Completed in 25 milliseconds