Home
last modified time | relevance | path

Searched refs:o (Results 101 – 125 of 473) sorted by last modified time

12345678910>>...19

/PHP-5.5/ext/standard/tests/strings/
H A Dstrcspn_variation5.phpt63 $mask = "fth12\ne67890\0\xaa\100o";
H A Dsprintf_variation32.phpt38 "%Lo", " %o", "%o ",
39 "\t%o", "\n%o", "%4o",
40 "%30o", "%[0-7]", "%*o"
60 string(1) "o"
62 string(1) "o"
71 string(1) "o"
75 string(1) "o"
77 string(1) "o"
86 string(1) "o"
90 string(1) "o"
[all …]
H A Dsprintf_variation53.phpt21 "% o", "% o", "% o",
H A Dsscanf_basic7.phpt14 $format = "%o %o %o %o %o %o";
H A Dsprintf_variation33.phpt23 "%Lo", " %o", "%o ",
24 "\t%o", "\n%o", "%4o",
25 "%30o", "%[0-7]", "%*o"
45 string(1) "o"
47 string(1) "o"
56 string(1) "o"
60 string(1) "o"
62 string(1) "o"
71 string(1) "o"
75 string(1) "o"
[all …]
H A Dstr_getcsv_001.phpt7 var_dump(str_getcsv('"f", "o", ""'));
38 string(1) "o"
H A Dsprintf_variation28.phpt43 "%Lo", " %o", "%o ",
44 "\t%o", "\n%o", "%4o",
45 "%30o", "%[0-7]", "%*o"
65 string(1) "o"
67 string(1) "o"
76 string(1) "o"
80 string(1) "o"
82 string(1) "o"
91 string(1) "o"
95 string(1) "o"
[all …]
H A Dsprintf_variation28_64bit.phpt39 "%Lo", " %o", "%o ",
40 "\t%o", "\n%o", "%4o",
41 "%30o", "%[0-7]", "%*o"
61 string(1) "o"
63 string(1) "o"
72 string(1) "o"
76 string(1) "o"
78 string(1) "o"
87 string(1) "o"
91 string(1) "o"
[all …]
H A Dsprintf_variation31.phpt32 "%Lo", " %o", "%o ",
33 "\t%o", "\n%o", "%4o",
34 "%30o", "%[0-7]", "%*o"
54 string(1) "o"
56 string(1) "o"
65 string(1) "o"
69 string(1) "o"
71 string(1) "o"
80 string(1) "o"
84 string(1) "o"
[all …]
H A Dsprintf_basic8.phpt20 $format1 = "%o";
21 $format2 = "%o %o";
22 $format3 = "%o %o %o";
H A Dsprintf_basic8_64bit.phpt16 $format1 = "%o";
17 $format2 = "%o %o";
18 $format3 = "%o %o %o";
H A Dsprintf_f_2.phpt11 var_dump(sprintf("%o", 100.426));
12 var_dump(sprintf("%o", 100.9));
49 var_dump(sprintf("%%o = '%o'", $n)); // octal representation
102 string\(16\) \"%o = '247523255'\"
H A Dsprintf_variation29.phpt33 "%Lo", " %o", "%o ",
34 "\t%o", "\n%o", "%4o",
35 "%30o", "%[0-7]", "%*o"
55 string(1) "o"
57 string(1) "o"
66 string(1) "o"
70 string(1) "o"
72 string(1) "o"
81 string(1) "o"
85 string(1) "o"
[all …]
H A Dsprintf_variation29_64bit.phpt29 "%Lo", " %o", "%o ",
30 "\t%o", "\n%o", "%4o",
31 "%30o", "%[0-7]", "%*o"
51 string(1) "o"
53 string(1) "o"
62 string(1) "o"
66 string(1) "o"
68 string(1) "o"
77 string(1) "o"
81 string(1) "o"
[all …]
H A Dsprintf_variation30.phpt24 "%o", "%ho", "%lo",
25 "%Lo", " %o", "%o ",
26 "\t%o", "\n%o", "%4o",
27 "%30o", "%[0-7]", "%*o"
51 string(1) "o"
53 string(1) "o"
62 string(1) "o"
66 string(1) "o"
68 string(1) "o"
77 string(1) "o"
H A Dprintf.phpt142 printf( "%o", $octal_num );
H A Dprintf_64bit.phpt142 printf( "%o", $octal_num );
H A Dprintf_basic8.phpt20 $format1 = "%o";
21 $format2 = "%o %o";
22 $format3 = "%o %o %o";
H A Dfprintf_variation_007.phpt25 fprintf( $fp, "%o", $octal_num );
H A Dfprintf_variation_007_64bit.phpt25 fprintf( $fp, "%o", $octal_num );
H A Dcrypt_blowfish.phpt25 array('$2x$05$/OK.fbVrR/bpIqNJ5ianF.o./n25XVfn6oAPaUvHe.Csk4zRfsYPi', "1\xa3345"),
26 array('$2x$05$/OK.fbVrR/bpIqNJ5ianF.o./n25XVfn6oAPaUvHe.Csk4zRfsYPi', "\xff\xa3345"),
27 …array('$2x$05$/OK.fbVrR/bpIqNJ5ianF.o./n25XVfn6oAPaUvHe.Csk4zRfsYPi', "\xff\xa334\xff\xff\xff\xa33…
28 …array('$2y$05$/OK.fbVrR/bpIqNJ5ianF.o./n25XVfn6oAPaUvHe.Csk4zRfsYPi', "\xff\xa334\xff\xff\xff\xa33…
H A Dcrypt_sha512.phpt31 …b'$6$rounds=1400$anotherlongsalts$POfYwTEok97VWcjxIiSOjiykti.o/pQs.wPvMxQ6Fm7I6IoYN3CmLs66x9t0oSwb…
H A Dchop_variation3.phpt57 var_dump( chop($string, "12345o\0\n\t") );
H A Dchunk_split_variation10.phpt59 string(82) "This is t o test ch unk_split () with v arious 's ingle quo ted' endi ng string . "
65 string(118) "This is t@#$%^o test ch@#$%^unk_split@#$%^() with v@#$%^arious 's@#$%^ingle quo@#$%^te…
75 string(91) "This is t\0o test ch\0unk_split\0() with v\0arious 's\0ingle quo\0ted' endi\0ng string\…
79 string(118) "This is t(MSG)o test ch(MSG)unk_split(MSG)() with v(MSG)arious 's(MSG)ingle quo(MSG)te…
81 string(226) "This is t) ending string (o test ch) ending string (unk_split) ending string (() with …
83 string(217) "This is t) numbers 1234 (o test ch) numbers 1234 (unk_split) numbers 1234 (() with v) …
85 string(226) "This is t) speci@! ch@r$ (o test ch) speci@! ch@r$ (unk_split) speci@! ch@r$ (() with …
H A Dchunk_split_variation11.phpt54 . It als o cont ains
73 o cont
93 .)speci@! ch@r$(It als)speci@! ch@r$(o cont)speci@! ch@r$(ains

Completed in 39 milliseconds

12345678910>>...19