Home
last modified time | relevance | path

Searched refs:g (Results 26 – 50 of 318) sorted by relevance

12345678910>>...13

/PHP-7.0/ext/standard/tests/strings/
H A Dchunk_split_variation9.phpt57 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng "
63 …$%^s to t@#$%^est ch@#$%^unk_sp@#$%^lit() @#$%^with v@#$%^arious@#$%^ endin@#$%^g stri@#$%^ng@#$%^"
65 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng "
75 g stri
87 g stri
99 g stri
103 string(66) "This i�s to t�est ch�unk_sp�lit() �with v�arious� endin�g stri�ng�"
107 …SG)s to t(MSG)est ch(MSG)unk_sp(MSG)lit() (MSG)with v(MSG)arious(MSG) endin(MSG)g stri(MSG)ng(MSG)"
109 …nding string(with v)ending string(arious)ending string( endin)ending string(g stri)ending string(n…
111 …) )numbers 1234(with v)numbers 1234(arious)numbers 1234( endin)numbers 1234(g stri)numbers 1234(ng…
[all …]
H A Dprintf.phpt173 /* variations of %g type */
174 $format_g = array("%g", "%.0g", "%+g", "%-g", "%-1.2g", "%+1.2g", "%G", "%.0G", "%+G", "%-G", "%-1.…
176 echo "\n\n*** Output for '%g' type ***\n";
621 *** Output for '%g' type ***
626 [0] => %g
627 [1] => %.0g
628 [2] => %+g
629 [3] => %-g
630 [4] => %-1.2g
631 [5] => %+1.2g
H A Dprintf_64bit.phpt173 /* variations of %g type */
174 $format_g = array("%g", "%.0g", "%+g", "%-g", "%-1.2g", "%+1.2g", "%G", "%.0G", "%+G", "%-G", "%-1.…
176 echo "\n\n*** Output for '%g' type ***\n";
621 *** Output for '%g' type ***
626 [0] => %g
627 [1] => %.0g
628 [2] => %+g
629 [3] => %-g
630 [4] => %-1.2g
631 [5] => %+1.2g
/PHP-7.0/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt30 var $a, $b, $c, $d, $e, $f, $g, $h;
39 $this->g = $GLOBALS['file_handle'];
135 ["g"]=>
154 ["g"]=>
173 ["g"]=>
192 ["g"]=>
211 ["g"]=>
265 ["g"]=>
270 …D":8:{s:1:"a";N;s:1:"b";N;s:1:"c";s:0:"";s:1:"d";s:1:"�";s:1:"e";N;s:1:"f";N;s:1:"g";N;s:1:"h";N;}"
284 ["g"]=>
[all …]
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug38004.phpt10 global $g;
11 $g = $param->strA."\n".$param->strB."\n";
12 return $g;
36 print_r($g);
/PHP-7.0/Zend/tests/generators/
H A Dbug74954.phpt21 foreach ($gens as $g) {
22 $g->current();
26 foreach ($gens as $i => $g) {
27 $g->next();
H A Dmultiple_yield_from_on_same_generator.phpt25 foreach ($gens as $g) {
26 var_dump($g->current());
27 $g->next();
/PHP-7.0/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt237 0xD2: 0g==
241 0xD6: 1g==
245 0xDA: 2g==
249 0xDE: 3g==
253 0xE2: 4g==
257 0xE6: 5g==
261 0xEA: 6g==
265 0xEE: 7g==
269 0xF2: 8g==
273 0xF6: 9g==
[all …]
/PHP-7.0/ext/gd/libgd/
H A Dgd_pixelate.c26 int a, r, g, b, c; in gdImagePixelate() local
30 a = r = g = b = c = total = 0; in gdImagePixelate()
40 g += gdImageGreen(im, c); in gdImagePixelate()
47 c = gdImageColorResolveAlpha(im, r / total, g / total, b / total, a / total); in gdImagePixelate()
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestinput4132 /[^a]+/8g
493 /\S\S/8g
496 /\S{2}/8g
499 /\W\W/8g
502 /\W{2}/8g
505 /\S/8g
508 /[\S]/8g
511 /\D/8g
514 /[\D]/8g
517 /\W/8g
[all …]
/PHP-7.0/ext/pcre/tests/
H A Dpreg_replace_callback2.phpt14 function g($x) {
18 var_dump(preg_replace_callback('@\b\w{1,2}\b@', 'g', array('a b3 bcd', 'v' => 'aksfjk', 12 => 'aa b…
20 var_dump(preg_replace_callback('~\A.~', 'g', array(array('xyz'))));
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_pkey_new_basic.phpt64 'g' => hex2bin($ghex)
71 openssl_pkey_test_cmp($ghex, $dsa_details['g']);
81 $dh_details = array('p' => $phex, 'g' => '2');
83 'dh'=> array('p' => hex2bin($phex), 'g' => '2'))
88 var_dump($dh_details['g']);
/PHP-7.0/Zend/tests/
H A Dassign_to_var_002.phpt16 string(1) "g"
17 string(1) "g"
H A Dbug68775.phpt14 $g = gen();
15 $g->send(1);
/PHP-7.0/ext/date/tests/
H A DDateTime_fix_createFromFormat.phpt18 $fromFormat = DateTime::createFromFormat( "D., M# j, Y g:iA", $string );
20 echo "Format method: " . $orig->format("D., M. j, Y g:iA") . "\n";
21 echo "createFromFormat method: " . $fromFormat->format("D., M. j, Y g:iA") . "\n";
/PHP-7.0/ext/oci8/
H A Dconfig.w325 WARNING("oci8 and oci8-11g provide the same extension and cannot both be built statically");
19 WARNING("oci8-11g and oci8-12c provide the same extension and cannot both be built statically");
54 …WARNING("oci8 not enabled: Oracle Database client libraries or Oracle 10g Instant Client not found…
59 ARG_WITH("oci8-11g", "OCI8 support using Oracle 11g Instant Client", "no");
89 …WARNING("oci8-11g not enabled: Oracle Database client libraries or Oracle 11g Instant Client not f…
/PHP-7.0/ext/mbstring/tests/
H A Dmb_output_handler_shift_jis.phpt12 var_dump("�e�X�g�p���{�ꕶ����B���̃��W���[����PHP�Ƀ}���`�o�C�g�֐�������܂��B");
H A Dmb_ereg_replace-compat-10.phpt12 echo mb_ereg_replace("123","def\\g\\\\hi\\",$a);
15 abcdef\g\\hi\
/PHP-7.0/ext/mbstring/oniguruma/doc/
H A DRE156 ex. [a-w&&[^c-g]z] ==> ([a-w] AND ([^c-g] OR z)) ==> [abh-w]
287 (?<element> \g<stag> \g<content>* \g<etag> ){0}
288 (?<stag> < \g<name> \s* > ){0}
292 \g<element>
301 \g<name> call by group name
302 \g'name' call by group name
309 ex. (?<name>a|\g<name>b) => error
310 (?<name>a|b\g<name>c) => OK
330 case 2. /.../g (named group is not used, 'g' option)
345 g: ONIG_OPTION_DONT_CAPTURE_GROUP
[all …]
/PHP-7.0/ext/standard/tests/file/
H A Dfgetc_variation4.phpt63 string(1) "g"
89 string(1) "g"
115 string(1) "g"
141 string(1) "g"
167 string(1) "g"
193 string(1) "g"
219 string(1) "g"
245 string(1) "g"
271 string(1) "g"
H A Dbasename_bug66395_variation2-win32.phpt13 echo basename("a:\\b:\\c:d:hello\\world\\a.bmp\\d:e:f:g.txt") . "\n";
14 echo basename("a:\\b:\\c:d:hello/world\\a.bmp\\d:\\e:\\f:g.txt") . "\n";
30 g.txt
31 g.txt
/PHP-7.0/tests/lang/
H A DpassByReference_001.phpt11 function g (&$arg1, &$arg2)
25 g($c,$c[0]);
/PHP-7.0/tests/output/
H A Dob_start_basic_006.phpt24 static function g($string) {
28 return "C::g[call:$i; len:$len] - $string\n";
53 var_dump(ob_start(array("f", "C::g", "f", "C::g")));
71 var_dump(ob_start(array('f', 'C::g', array(array($c, "g"), array($c, "h")))));
/PHP-7.0/scripts/
H A Dphpize.m430 dnl Support systems with system libraries in e.g. /usr/lib64
107 CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9s]*//g'`
108 CXXFLAGS=`echo "$CXXFLAGS" | $SED -e 's/-O[0-9s]*//g'`
113 CXXFLAGS="$CXXFLAGS -g -O0"
117 CFLAGS="-g"
118 CXXFLAGS="-g"
120 CFLAGS="$CFLAGS -g"
121 CXXFLAGS="$CFLAGS -g"
/PHP-7.0/ext/filter/tests/
H A D030.phpt38 "1:2:3:4:5:6:7:8g" => false,
39 "1:2:3:4:5:6:7:g" => false,
40 "1:2:3:4:5g:6:7:8" => false,

Completed in 45 milliseconds

12345678910>>...13