Home
last modified time | relevance | path

Searched refs:g (Results 101 – 125 of 355) sorted by relevance

12345678910>>...15

/php-src/Zend/tests/prop_const_expr/
H A Dproperty_initializer.phpt14 public int $g = A::B?->value;
21 var_dump($c->g);
H A Dstatic_property_initializer.phpt14 public static int $g = A::B?->value;
20 var_dump(C::$g);
/php-src/Zend/tests/
H A Dgh15108-002.phpt16 function g() {
21 yield from g();
H A Dbug66811.phpt19 $g = $f->bindTo(null, A::class);
20 $g();
H A Dbug37138.phpt11 public static function g () {call_user_func (array ('parent', 'e'));}
15 stch::g ();
H A Dgh15330-006.phpt18 function g() {
23 var_dump(yield from g());
H A Dgh15330-004.phpt13 function g() {
19 var_dump(yield from g());
H A Dgh15330-005.phpt13 function g() {
19 var_dump(yield from g());
/php-src/ext/reflection/tests/
H A DReflectionClass_getModifiers_basic.phpt14 class g extends b {}
27 dump_modifiers('g');
/php-src/ext/standard/tests/strings/
H A Dprintf_h_H.phpt13 printf("%g %G %h %H\n", $f, $f, $f, $f);
15 printf("%g %G %h %H\n", $f, $f, $f, $f);
H A Dlocale_independent_float_to_string.phpt22 $g = $f;
23 settype($g, "string");
24 echo $g . "\n";
/php-src/ext/standard/tests/class_object/
H A Dget_class_methods_basic_001.phpt13 function g() {}
43 string(1) "g"
52 string(1) "g"
/php-src/ext/dom/tests/modern/token_list/
H A Dchange_attribute.phpt18 $list->value = 'e f g';
40 string(5) "e f g"
/php-src/Zend/tests/generators/errors/
H A Dresume_running_generator_error_003.phpt6 $g = yield;
7 $g->send($y);
/php-src/ext/posix/
H A Dposix.c661 if (NULL == g) in php_posix_group_to_array()
670 if (g->gr_passwd) { in php_posix_group_to_array()
686 add_assoc_long(array_group, "gid", g->gr_gid); in php_posix_group_to_array()
784 struct group *g; in PHP_FUNCTION() local
808 g = &gbuf; in PHP_FUNCTION()
810 err = getgrnam_r(name, g, buf, buflen, &g); in PHP_FUNCTION()
811 if (err || g == NULL) { in PHP_FUNCTION()
822 if (NULL == (g = getgrnam(name))) { in PHP_FUNCTION()
851 struct group *g; in PHP_FUNCTION() local
882 g = &_g; in PHP_FUNCTION()
[all …]
/php-src/ext/opcache/tests/jit/
H A Dbug81225_2.phpt40 …$g = $a - 78187493394; // 0x12,1234,5678 cannot encoded as imm field of lea r1, [r2 + imm]
41 var_dump($b, $c, $d, $e, $f, $g);
51 …$g = $a - (-261458978401740); // 0xFFFF,1234,5678,1234 cannot encoded as imm field of lea r1, [r…
52 var_dump($b, $c, $d, $e, $f, $g);
/php-src/ext/standard/tests/array/
H A Dbug21918.phpt7 $a = array(-1=>'a', '-2'=>'b', 3=>'c', '4'=>'d', 5=>'e', '6001'=>'f', '07'=>'g');
47 string(1) "g"
/php-src/ext/soap/tests/
H A Dany.phpt16 global $g;
18 $g = $x;
53 var_dump($g);
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_0.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
H A Dtest_cp932_to_utf8_0.phpt23 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
/php-src/ext/openssl/tests/
H A Dopenssl_csr_get_public_key_basic.phpt16 $dh_details = array('p' => $phex, 'g' => '2');
18 'dh'=> array('p' => hex2bin($phex), 'g' => '2'))
/php-src/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' */
H A Dphp-classic.svg19 <g>
23 </g>
/php-src/ext/standard/tests/math/
H A Dround_RoundingMode.phpt18 printf("%-20s: %+.17g -> %+.17g\n", $mode->name, $number, round($number, 0, $mode));
/php-src/scripts/
H A Dphpize.m436 dnl Support systems with system libraries in e.g. /usr/lib64.
111 CXXFLAGS="$CXXFLAGS -g -O0"
115 CFLAGS="-g"
116 CXXFLAGS="-g"
118 CFLAGS="$CFLAGS -g"
119 CXXFLAGS="$CFLAGS -g"

Completed in 35 milliseconds

12345678910>>...15