Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.5/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-5.5/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 …]
H A Dtestoutput4261 /[^a]+/8g
865 /\S\S/8g
870 /\S{2}/8g
875 /\W\W/8g
880 /\W{2}/8g
885 /\S/8g
892 /[\S]/8g
899 /\D/8g
906 /[\D]/8g
913 /\W/8g
[all …]
/PHP-5.5/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-5.5/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-5.5/Zend/tests/
H A Dassign_to_var_002.phpt16 string(1) "g"
17 string(1) "g"
H A Dbug37138.phpt11 public static function g () {call_user_func (array ('parent', 'e'));}
15 stch::g ();
/PHP-5.5/ext/ereg/tests/
H A D013.phpt5 echo ereg_replace("123","def\\g\\\\hi\\",$a)?>
8 abcdef\g\\hi\
/PHP-5.5/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-5.5/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-5.5/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-5.5/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-5.5/ext/standard/tests/strings/
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-5.5/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-5.5/tests/lang/
H A DpassByReference_001.phpt11 function g (&$arg1, &$arg2)
25 g($c,$c[0]);
/PHP-5.5/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-5.5/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,
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_methods_basic_001.phpt19 function g() {}
45 string(1) "g"
54 string(1) "g"
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getModifiers_basic.phpt14 class g extends b {}
27 dump_modifiers('g');
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.ih38 static int isinsets(register struct re_guts *g, int c);
39 static int samesets(register struct re_guts *g, int c1, int c2);
40 static void categorize(struct parse *p, register struct re_guts *g);
46 static void stripsnug(register struct parse *p, register struct re_guts *g);
47 static void findmust(register struct parse *p, register struct re_guts *g);
48 static sopno pluscount(register struct parse *p, register struct re_guts *g);
/PHP-5.5/ext/posix/
H A Dposix.c919 if (NULL == g) in php_posix_group_to_array()
934 add_assoc_long(array_group, "gid", g->gr_gid); in php_posix_group_to_array()
994 struct group *g; in PHP_FUNCTION() local
1012 g = &gbuf; in PHP_FUNCTION()
1014 if (getgrnam_r(name, g, buf, buflen, &g) || g == NULL) { in PHP_FUNCTION()
1020 if (NULL == (g = getgrnam(name))) { in PHP_FUNCTION()
1027 if (!php_posix_group_to_array(g, return_value)) { in PHP_FUNCTION()
1050 struct group *g; in PHP_FUNCTION() local
1070 g = &_g; in PHP_FUNCTION()
1072 if (NULL == (g = getgrgid(gid))) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/soap/tests/
H A Dany.phpt20 global $g;
22 $g = $x;
55 var_dump($g);

Completed in 82 milliseconds

12345678910>>...13