Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/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.4/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.4/ext/intl/tests/
H A Dbug74484_MessageFormatter.phpt10 $text = "{a} {b} {c} {d} {e} {f} {g} {h} {i} {j} {k} {l}";
19 'g' => 7,
/PHP-7.4/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.4/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-7.4/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.4/ext/reflection/tests/
H A DReflectionClass_getModifiers_basic.phpt14 class g extends b {}
27 dump_modifiers('g');
H A DReflectionProperty_setAccessible.phpt64 $private->setValue($a, 'g');
112 $private->setValue($b, 'g');
129 string(1) "g"
139 string(1) "g"
H A Dincluded4.inc5 function g() {
/PHP-7.4/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.4/scripts/
H A Dphpize.m439 dnl Support systems with system libraries in e.g. /usr/lib64.
119 CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9s]*//g'`
120 CXXFLAGS=`echo "$CXXFLAGS" | $SED -e 's/-O[0-9s]*//g'`
125 CXXFLAGS="$CXXFLAGS -g -O0"
129 CFLAGS="-g"
130 CXXFLAGS="-g"
132 CFLAGS="$CFLAGS -g"
133 CXXFLAGS="$CFLAGS -g"
/PHP-7.4/ext/gmp/tests/
H A Dgmp_intval.phpt22 $g = gmp_init("12345678");
23 var_dump(gmp_intval($g));
/PHP-7.4/ext/soap/tests/
H A Dany.phpt20 global $g;
22 $g = $x;
55 var_dump($g);
/PHP-7.4/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.4/ext/openssl/tests/
H A Dopenssl_csr_get_public_key_basic.phpt14 $dh_details = array('p' => $phex, 'g' => '2');
16 'dh'=> array('p' => hex2bin($phex), 'g' => '2'))
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_to_utf8_0.phpt23 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
H A Dtest_cp932_0.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
H A Dtest_cp932_to_utf8_1.phpt23 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
/PHP-7.4/ext/posix/
H A Dposix.c997 if (NULL == g) in php_posix_group_to_array()
1006 if (g->gr_passwd) { in php_posix_group_to_array()
1022 add_assoc_long(array_group, "gid", g->gr_gid); in php_posix_group_to_array()
1084 struct group *g; in PHP_FUNCTION() local
1103 g = &gbuf; in PHP_FUNCTION()
1105 if (getgrnam_r(name, g, buf, buflen, &g) || g == NULL) { in PHP_FUNCTION()
1116 if (NULL == (g = getgrnam(name))) { in PHP_FUNCTION()
1123 if (!php_posix_group_to_array(g, return_value)) { in PHP_FUNCTION()
1146 struct group *g; in PHP_FUNCTION() local
1173 g = &_g; in PHP_FUNCTION()
[all …]
/PHP-7.4/win32/build/
H A Dtemplate.rc21 #ifndef INTERNAL_NAME /* e.g. 'PHAR extension', 'CGI SAPI' */
23 #define INTERNAL_NAME FILE_DESCRIPTION /* e.g. 'PHP Script Interpreter', 'GD imaging' */
25 #define INTERNAL_NAME FILE_NAME /* e.g. 'php7ts.dll', 'php_bz2.dll' */
/PHP-7.4/ext/phar/tests/
H A Dbug73764.phar5 g�?`�`%l�±�TU���GBMB

Completed in 37 milliseconds

12345678910>>...12