Home
last modified time | relevance | path

Searched refs:g (Results 51 – 75 of 339) sorted by relevance

12345678910>>...14

/PHP-7.1/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-10.phpt12 echo mb_ereg_replace("123","def\\g\\\\hi\\",$a);
15 abcdef\g\\hi\
H A Dmb_split.phpt27 var_dump( mb_split( b" ", b"a b c d e f g" )
28 == mb_split( b"[[:space:]]", b"a\nb\tc\nd e f g" ) );
31 verify_split( b" ", b"a\tb\tc\td e\tf g", $i );
/PHP-7.1/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
H A Dchunk_split_variation3.phpt103 string(52) "This-2345 is -2345simp-2345le s-2345trin-2345g.-2345"
105 string(46) "This10.5 is 10.5simp10.5le s10.5trin10.5g.10.5"
107 string(52) "This-10.5 is -10.5simp-10.5le s-10.5trin-10.5g.-10.5"
111 string(100) "This1.07654321E-9 is 1.07654321E-9simp1.07654321E-9le s1.07654321E-9trin1.07654321E-9g
113 string(40) "This0.5 is 0.5simp0.5le s0.5trin0.5g.0.5"
/PHP-7.1/tests/lang/
H A DpassByReference_001.phpt11 function g (&$arg1, &$arg2)
25 g($c,$c[0]);
/PHP-7.1/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.1/ext/standard/tests/file/
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.1/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.1/Zend/tests/
H A Dbug71539_1.phpt5 $x = (object)['a'=>1,'b'=>2,'c'=>3,'d'=>4,'e'=>5,'f'=>6,'g'=>7];
24 ["g"]=>
H A Dbug37138.phpt11 public static function g () {call_user_func (array ('parent', 'e'));}
15 stch::g ();
H A Dbug66811.phpt19 $g = $f->bindTo(null, A::class);
20 $g();
/PHP-7.1/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-7.1/ext/standard/tests/class_object/
H A Dget_class_methods_basic_001.phpt19 function g() {}
45 string(1) "g"
54 string(1) "g"
/PHP-7.1/ext/intl/tests/
H A Dbug74484_MessageFormatter.phpt12 $text = "{a} {b} {c} {d} {e} {f} {g} {h} {i} {j} {k} {l}";
21 'g' => 7,
/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_getModifiers_basic.phpt14 class g extends b {}
27 dump_modifiers('g');
/PHP-7.1/ext/pcre/pcrelib/testdata/
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-7.1/ext/posix/
H A Dposix.c984 if (NULL == g) in php_posix_group_to_array()
993 if (g->gr_passwd) { in php_posix_group_to_array()
1002 add_assoc_long(array_group, "gid", g->gr_gid); in php_posix_group_to_array()
1062 struct group *g; in PHP_FUNCTION() local
1081 g = &gbuf; in PHP_FUNCTION()
1083 if (getgrnam_r(name, g, buf, buflen, &g) || g == NULL) { in PHP_FUNCTION()
1094 if (NULL == (g = getgrnam(name))) { in PHP_FUNCTION()
1101 if (!php_posix_group_to_array(g, return_value)) { in PHP_FUNCTION()
1124 struct group *g; in PHP_FUNCTION() local
1144 g = &_g; in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/gmp/tests/
H A Dgmp_intval.phpt22 $g = gmp_init("12345678");
23 var_dump(gmp_intval($g));
/PHP-7.1/ext/soap/tests/
H A Dany.phpt20 global $g;
22 $g = $x;
55 var_dump($g);
/PHP-7.1/ext/standard/tests/array/
H A Dbug21918.phpt7 $a = array(-1=>'a', '-2'=>'b', 3=>'c', '4'=>'d', 5=>'e', '6001'=>'f', '07'=>'g');
48 string(1) "g"
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_0.phpt24 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
H A Dtest_cp932_to_utf8_0.phpt21 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
/PHP-7.1/ext/gd/libgd/
H A Dgd.h509 int gdImageColorAllocate(gdImagePtr im, int r, int g, int b);
513 int gdImageColorClosest(gdImagePtr im, int r, int g, int b);
518 int gdImageColorClosestAlpha(gdImagePtr im, int r, int g, int b, int a);
520 int gdImageColorClosestHWB(gdImagePtr im, int r, int g, int b);
522 int gdImageColorExact(gdImagePtr im, int r, int g, int b);
524 int gdImageColorExactAlpha(gdImagePtr im, int r, int g, int b, int a);
526 int gdImageColorResolve(gdImagePtr im, int r, int g, int b);
533 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
534 ((g) << 8) + \
541 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
[all …]
/PHP-7.1/win32/build/
H A Dtemplate.rc22 #ifndef INTERNAL_NAME /* e.g. 'PHAR extension', 'CGI SAPI' */
24 #define INTERNAL_NAME FILE_DESCRIPTION /* e.g. 'PHP Script Interpreter', 'GD imaging' */
26 #define INTERNAL_NAME FILE_NAME /* e.g. 'php7ts.dll', 'php_bz2.dll' */

Completed in 82 milliseconds

12345678910>>...14