Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c226 int subs; in pcre2_substitute() local
375 subs = 0; in pcre2_substitute()
473 if (subs == INT_MAX) in pcre2_substitute()
478 subs++; in pcre2_substitute()
918 scb.subscount = subs; in pcre2_substitute()
981 rc = subs; in pcre2_substitute()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_help.c287 if (c->subs) { in PHPDBG_HELP()
289 for(c_sub = c->subs; c_sub->alias; c_sub++) { in PHPDBG_HELP()
304 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.c657 if (command->subs && (*top) && ((*top)->type == STR_PARAM)) { in phpdbg_stack_resolve()
658 return phpdbg_stack_resolve(command->subs, command, top); in phpdbg_stack_resolve()
/PHP-8.2/ext/phar/phar/
H A Dclicommand.inc112 static function getSubFuncs(CLICommand $cmdclass, $prefix, array $subs)
120 foreach($subs as $sub) {
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc185 * Used to guard the immediate encoding for add/adds/sub/subs/cmp/cmn instructions. */
419 /* Add/sub a register value with immediate. 'add_sub_ins' can be add/sub/adds/subs.
1022 | LONG_ADD_SUB subs, reg, addr, tmp_reg1
1044 | subs dst_reg, src_reg1, src_reg2
1410 | subs tmp_reg, tmp_reg, #1
2248 | ADD_SUB_32_WITH_CONST subs, TMP2w, TMP2w, cost, TMP1w
2319 | ADD_SUB_32_WITH_CONST subs, TMP2w, TMP2w, cost, TMP1w
3755 | LONG_ADD_SUB_WITH_IMM subs, op1_def_addr, Z_L(1), TMP1, TMP2
9473 | subs REG2w, REG2w, REG1w
9482 | subs REG2w, REG2w, #1
[all …]

Completed in 65 milliseconds