Home
last modified time | relevance | path

Searched refs:jumps (Results 1 – 18 of 18) sorted by relevance

/PHP-8.0/ext/standard/tests/strings/
H A Dexplode.phpt46 var_dump(explode(":","a lazy dog:jumps:over:",-1));
47 var_dump(explode(":","a lazy dog:jumps:over", -1));
48 var_dump(explode(":","a lazy dog:jumps:over", -2));
49 var_dump(explode(":","a lazy dog:jumps:over:",-4));
50 var_dump(explode(":","a lazy dog:jumps:over:",-40000000000000));
51 var_dump(explode(":^:","a lazy dog:^:jumps::over:^:",-1));
52 var_dump(explode(":^:","a lazy dog:^:jumps::over:^:",-2));
159 string(5) "jumps"
167 string(5) "jumps"
181 string(11) "jumps::over"
/PHP-8.0/ext/hash/tests/
H A Dgost.phpt6 echo hash('gost', 'The quick brown fox jumps over the lazy dog'), "\n";
7 echo hash('gost', 'The quick brown fox jumps over the lazy cog'), "\n";
13 echo hash('gost-crypto', 'The quick brown fox jumps over the lazy dog'), "\n";
14 echo hash('gost-crypto', 'The quick brown fox jumps over the lazy cog'), "\n";
H A Dsha3.phpt12 'The quick brown fox jumps over the lazy dog',
13 'The quick brown fox jumps over the lazy dog.',
35 == The+quick+brown+fox+jumps+over+the+lazy+dog ==
40 == The+quick+brown+fox+jumps+over+the+lazy+dog. ==
H A Dsnefru.phpt6 echo hash('snefru', 'The quick brown fox jumps over the lazy dog'), "\n";
/PHP-8.0/ext/zlib/tests/
H A Dbug71417.phpt9 $plain = "The quick brown fox jumps over the lazy dog.";
17 // --> read: string(44) "The quick brown fox jumps over the lazx8dog."
24 // --> read: string(32) "The quick brown fox jumps over t"
32 // --> read: string(44) "The quick brown fox jumps over the lazy dog."
39 // read: string(44) "The quick brown fox jumps over the lazy dog."
78 read: string(32) "The quick brown fox jumps over t"
/PHP-8.0/ext/bz2/tests/
H A Dbug71263.phpt9 $plain = "The quick brown fox jumps over the lazy dog.";
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h379 struct sljit_jump *jumps; member
H A DsljitNativeSPARC_common.c324 jump = compiler->jumps; in sljit_generate_code()
386 jump = compiler->jumps; in sljit_generate_code()
H A DsljitNativeARM_64.c266 jump = compiler->jumps; in sljit_generate_code()
323 jump = compiler->jumps; in sljit_generate_code()
H A DsljitLir.c706 compiler->jumps = jump; in set_jump()
1007 jump = compiler->jumps; in check_sljit_generate_code()
H A DsljitNativeARM_T2_32.c390 jump = compiler->jumps; in sljit_generate_code()
446 jump = compiler->jumps; in sljit_generate_code()
H A DsljitNativeMIPS_common.c533 jump = compiler->jumps; in sljit_generate_code()
597 jump = compiler->jumps; in sljit_generate_code()
H A DsljitNativeARM_32.c634 jump = compiler->jumps; in sljit_generate_code()
770 jump = compiler->jumps; in sljit_generate_code()
H A DsljitNativePPC_common.c417 jump = compiler->jumps; in sljit_generate_code()
519 jump = compiler->jumps; in sljit_generate_code()
H A DsljitNativeTILEGX_64.c1021 jump = compiler->jumps; in sljit_generate_code()
1073 jump = compiler->jumps; in sljit_generate_code()
H A DsljitNativeX86_common.c515 jump = compiler->jumps; in sljit_generate_code()
578 jump = compiler->jumps; in sljit_generate_code()
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます22617 # allow forward jumps only
22625 # forward jumps
H A Dmagic22617 # allow forward jumps only
22625 # forward jumps

Completed in 188 milliseconds