Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c226 int subs; in pcre2_substitute() local
356 subs = 0; in pcre2_substitute()
454 if (subs == INT_MAX) in pcre2_substitute()
459 subs++; in pcre2_substitute()
899 scb.subscount = subs; in pcre2_substitute()
962 rc = subs; in pcre2_substitute()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_help.c293 if (c->subs) { in PHPDBG_HELP()
295 for(c_sub = c->subs; c_sub->alias; c_sub++) { in PHPDBG_HELP()
314 for(c_sub = c->subs; c_sub->alias; c_sub++) { in PHPDBG_HELP()
H A Dphpdbg_cmd.h102 const phpdbg_command_t *subs; /* Sub Commands */ member
H A Dphpdbg_cmd.c655 if (command->subs && (*top) && ((*top)->type == STR_PARAM)) { in phpdbg_stack_resolve()
656 return phpdbg_stack_resolve(command->subs, command, top); in phpdbg_stack_resolve()
/PHP-7.4/ext/phar/phar/
H A Dclicommand.inc112 static function getSubFuncs(CLICommand $cmdclass, $prefix, array $subs)
120 foreach($subs as $sub) {

Completed in 16 milliseconds