Home
last modified time | relevance | path

Searched refs:regs (Results 1 – 17 of 17) sorted by relevance

/PHP-8.1/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt24 echo "\nASCII String without \$regs arg:\t\t";
26 echo "ASCII String with \$regs arg:\n";
30 echo "\nMultibyte String without \$regs arg:\t";
32 echo "Multubyte String with \$regs arg:\n";
41 * @param array $regs
43 function base64_encode_var_dump($regs) {
44 if ($regs) {
46 foreach ($regs as $key => $value) {
63 ASCII String without $regs arg: bool(true)
64 ASCII String with $regs arg:
[all …]
H A Dmb_ereg_basic.phpt31 echo "-- Without \$regs argument--\n";
34 echo "--With \$regs argument --\n";
41 echo "-- Without \$regs argument --\n";
44 echo "-- With \$regs argument --\n";
55 * @param array $regs
57 function base64_encode_var_dump($regs) {
58 if ($regs) {
79 -- Without $regs argument--
82 --With $regs argument --
97 -- Without $regs argument --
[all …]
H A Dbug43994.phpt25 echo "Without \$regs arg:\n";
32 echo "With \$regs arg:\n";
45 Without $regs arg:
47 With $regs arg:
52 Without $regs arg:
54 With $regs arg:
59 Without $regs arg:
61 With $regs arg:
66 Without $regs arg:
68 With $regs arg:
H A Dmb_ereg_variation4.phpt38 if (is_array(@$regs)) {
39 $regs = null;
42 var_dump(mb_ereg($pattern, $string_mb, $regs));
43 if ($regs) {
44 base64_encode_var_dump($regs);
51 * @param array $regs
53 function base64_encode_var_dump($regs) {
54 if ($regs) {
55 echo "array(" . count($regs) . ") {\n";
56 foreach ($regs as $key => $value) {
H A Dmb_ereg_variation3.phpt36 if (is_array(@$regs)) {
37 $regs = null;
41 var_dump(mb_ereg($pattern, $string, $regs));
42 base64_encode_var_dump($regs);
48 * @param array $regs
50 function base64_encode_var_dump($regs) {
51 if ($regs) {
52 echo "array(" . count($regs) . ") {\n";
53 foreach ($regs as $key => $value) {
H A Dmb_ereg_variation7.phpt39 * @param array $regs
41 function base64_encode_var_dump($regs) {
42 if ($regs) {
43 echo "array(" . count($regs) . ") {\n";
44 foreach ($regs as $key => $value) {
H A Dmb_ereg_search_xxx.phpt23 $regs = mb_ereg_search_getregs();
24 array_shift( $regs );
25 …c, mb_ereg_search_getpos(), mb_convert_encoding( ( is_array( $regs ) ? implode( '-', $regs ): '' )…
H A Dmb_ereg_variation6.phpt54 * @param array $regs
56 function base64_encode_var_dump($regs) {
57 if ($regs) {
58 echo "array(" . count($regs) . ") {\n";
59 foreach ($regs as $key => $value) {
/PHP-8.1/Zend/
H A Dzend_cpuinfo.c61 int regs[4]; in __zend_cpuid() local
63 __cpuidex(regs, func, subfunc); in __zend_cpuid()
65 cpuinfo->eax = regs[0]; in __zend_cpuid()
66 cpuinfo->ebx = regs[1]; in __zend_cpuid()
67 cpuinfo->ecx = regs[2]; in __zend_cpuid()
68 cpuinfo->edx = regs[3]; in __zend_cpuid()
H A DZend.m4304 AC_ARG_ENABLE([gcc-global-regs],
305 [AS_HELP_STRING([--disable-gcc-global-regs],
/PHP-8.1/ext/mbstring/
H A Dphp_mbregex.c713 OnigRegion *regs, in mb_regex_substitute() argument
824 if (regs->beg[no] >= 0 && regs->beg[no] < regs->end[no] && (size_t)regs->end[no] <= subject_len) { in mb_regex_substitute()
825 smart_str_appendl(pbuf, subject + regs->beg[no], regs->end[no] - regs->beg[no]); in mb_regex_substitute()
893 OnigRegion *regs = NULL; in _php_mb_regex_ereg_exec() local
944 beg = regs->beg[i]; in _php_mb_regex_ereg_exec()
945 end = regs->end[i]; in _php_mb_regex_ereg_exec()
961 if (regs != NULL) { in _php_mb_regex_ereg_exec()
1089 add_next_index_stringl(&subpats, string + regs->beg[i], regs->end[i] - regs->beg[i]); in _php_mb_regex_ereg_replace_exec()
1119 n = regs->end[0]; in _php_mb_regex_ereg_replace_exec()
1140 if (regs != NULL) { in _php_mb_regex_ereg_replace_exec()
[all …]
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_internal.h700 int ZEND_FASTCALL zend_jit_trace_exit(uint32_t exit_num, zend_jit_registers_buf *regs);
H A Dzend_jit_trace.c8087 int ZEND_FASTCALL zend_jit_trace_exit(uint32_t exit_num, zend_jit_registers_buf *regs) in zend_jit_trace_exit() argument
8102 zend_execute_data *call = (zend_execute_data *)regs->gpr[ZREG_RX]; in zend_jit_trace_exit()
8113 val = regs->gpr[STACK_REG(stack, i)]; in zend_jit_trace_exit()
8126 val = regs->fpr[STACK_REG(stack, i) - ZREG_FIRST_FPR]; in zend_jit_trace_exit()
8145 zval *val = (zval*)regs->gpr[ZREG_COPY]; in zend_jit_trace_exit()
8196 zend_function *func = (zend_function*)regs->gpr[ZREG_COPY]; in zend_jit_trace_exit()
H A Dzend_jit_x86.dasc2442 | sub r4, 16*8+16*8-8 /* CPU regs + SSE regs */
2475 | sub r4, 8*4+8*8-4 /* CPU regs + SSE regs */
2497 | add r4, 16*8+16*8+32 /* CPU regs + SSE regs + shadow space */
2499 | add r4, 16*8+16*8 /* CPU regs + SSE regs */
2501 | add r4, 8*4+8*8 /* CPU regs + SSE regs */
H A Dzend_jit_arm64.dasc2433 | // Save CPU registers(32 GP regs + 32 FP regs) on stack in the order of d31 to x0
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic15964 >8 belong &0x80000000 save fp regs
15971 >8 belong &0x80000000 save fp regs
15978 >8 belong &0x80000000 save fp regs
15986 >8 belong &0x80000000 save fp regs
H A Dmagic私はガラスを食べられます15964 >8 belong &0x80000000 save fp regs
15971 >8 belong &0x80000000 save fp regs
15978 >8 belong &0x80000000 save fp regs
15986 >8 belong &0x80000000 save fp regs

Completed in 195 milliseconds