Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c226 int subs; in pcre2_substitute() local
378 subs = 0; in pcre2_substitute()
476 if (subs == INT_MAX) in pcre2_substitute()
481 subs++; in pcre2_substitute()
921 scb.subscount = subs; in pcre2_substitute()
984 rc = subs; in pcre2_substitute()
/php-src/sapi/phpdbg/
H A Dphpdbg_help.c286 if (c->subs) { in PHPDBG_HELP()
288 for(c_sub = c->subs; c_sub->alias; c_sub++) { in PHPDBG_HELP()
303 for(c_sub = c->subs; c_sub->alias; c_sub++) { in PHPDBG_HELP()
H A Dphpdbg_cmd.h96 const phpdbg_command_t *subs; /* Sub Commands */ member
H A Dphpdbg_cmd.c658 if (command->subs && (*top) && ((*top)->type == STR_PARAM)) { in phpdbg_stack_resolve()
659 return phpdbg_stack_resolve(command->subs, command, top); in phpdbg_stack_resolve()
/php-src/ext/phar/phar/
H A Dclicommand.inc112 static function getSubFuncs(CLICommand $cmdclass, $prefix, array $subs)
120 foreach($subs as $sub) {
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc110 * Used to guard the immediate encoding for add/adds/sub/subs/cmp/cmn instructions. */
1826 | ASM_REG_REG_REG_OP subs, type, def_reg, op1_reg, op2_reg
1904 | ASM_REG_REG_IMM_OP subs, type, def_reg, op1_reg, val
4532 | ASM_REG_REG_IMM_OP subs, type, op1_reg, op2_reg, min.i64
4535 | ASM_REG_REG_REG_OP subs, type, op1_reg, op2_reg, tmp_reg
H A Dir_x86.dasc5302 | ASM_SSE2_REG_REG_OP subs, type, def_reg, op2_reg
5327 | ASM_SSE2_REG_TXT_OP subs, type, def_reg, [=>label]
5357 | ASM_SSE2_REG_MEM_OP subs, type, def_reg, mem

Completed in 55 milliseconds