Home
last modified time | relevance | path

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

12345678910>>...14

/php-src/ext/gd/tests/
H A Dbug48732-mb.phpt17 $g = imagecreate(100, 50);
18 $bgnd = imagecolorallocate($g, 255, 255, 255);
19 $black = imagecolorallocate($g, 0, 0, 0);
20 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
21 imagepng($g, "$cwd/bug48732私はガラスを食べられます.png");
H A Dbug53504.phpt17 $g = imagecreate(800, 800);
18 $bgnd = imagecolorallocate($g, 255, 255, 255);
19 $black = imagecolorallocate($g, 0, 0, 0);
20 $red = imagecolorallocate($g, 255, 0, 0);
21 $blue = imagecolorallocate($g, 0, 0, 255);
37 …['fontSize' => 100, 'angle' => 0, 'x' => 670, 'y' => 220, 'text' => 'g', 'exp' => [5,29, 60,29, 60…
69 $bboxDrawn = imagefttext($g, $test['fontSize'], $test['angle'],
79 imagepolygon($g, $bboxDrawn, $red);
83 imageline($g, $test['x'], $test['y'],
88 imagepng($g, "$cwd/bug53504.png");
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetFloat_extreme_range.phpt27 printf("%.17g\n", $min);
28 printf("%.17g\n\n", $max);
30 printf("%.17g\n", $r->getFloat($min, $max));
31 printf("%.17g\n", $r->getFloat($min, $max));
32 printf("%.17g\n", $r->getFloat($min, $max));
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_zero.phpt15 '0g',
22 '-0g',
50 # "0g"
71 # "-0g"
/php-src/ext/reflection/tests/
H A D028.phpt10 $g = foo();
11 $g->next();
14 $r = new ReflectionGenerator($g);
H A D027.phpt10 $g = foo();
11 $r = new ReflectionGenerator($g);
13 $g->next();
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_4.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
46 getting basename of %s\Árvíztűrő tükörfúrógép42\Árvíztűrő tükörfúrógép4
47 string(32) "Árvíztűrő tükörfúrógép4"
49 string(%d) "%s\Árvíztűrő tükörfúrógép42\Árvíztűrő tükörfúrógép4"
/php-src/Zend/tests/generators/
H A Dthrow_into_yield_from_array.phpt18 function test($g) {
19 var_dump($g->current());
21 $g->throw(new Exception("Exception!"));
25 var_dump($g->current());
H A Dmutli_yield_from_with_exception.phpt20 foreach ($gens as $g) {
21 $g->current(); // init.
25 foreach ($gens as $i => $g) {
27 var_dump($g->current());
28 $g->next();
H A Dbug74954.phpt21 foreach ($gens as $g) {
22 $g->current();
26 foreach ($gens as $i => $g) {
27 $g->next();
/php-src/tests/lang/
H A DforeachLoopObjects.002.phpt42 protected $g = "Original g";
213 ["g":protected]=>
238 ["g":protected]=>
288 ["g":protected]=>
313 ["g":protected]=>
397 ["g":protected]=>
420 ["g":protected]=>
442 ["g":protected]=>
467 ["g":protected]=>
492 ["g":protected]=>
[all …]
/php-src/Zend/tests/
H A Dbug74840.phpt6 $g = (function($a) {
15 $g->next();
16 var_dump($g->getReturn());
/php-src/ext/standard/tests/strings/
H A Ddirname_multi_win.phpt19 var_dump(dirname("g:/foo/bar/baz", PHP_INT_MAX));
20 var_dump(dirname("g:foo/bar/baz", PHP_INT_MAX));
29 string(3) "g:\"
30 string(3) "g:."
H A Dchunk_split_variation9.phpt51 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng "
57 …$%^s to t@#$%^est ch@#$%^unk_sp@#$%^lit() @#$%^with v@#$%^arious@#$%^ endin@#$%^g stri@#$%^ng@#$%^"
59 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng "
69 g stri
81 g stri
93 g stri
97 string(66) "This i%0s to t%0est ch%0unk_sp%0lit() %0with v%0arious%0 endin%0g stri%0ng%0"
101 …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)"
103 …nding string(with v)ending string(arious)ending string( endin)ending string(g stri)ending string(n…
105 …) )numbers 1234(with v)numbers 1234(arious)numbers 1234( endin)numbers 1234(g stri)numbers 1234(ng…
[all …]
/php-src/ext/date/tests/
H A Dbug32086.phpt8 echo $g = strtotime("2004-11-01"), "\n";
10 echo $j = strtotime("+1 day", $g), "\n";
13 echo date("Y-m-d H:i:s T\n", $g);
19 echo $g = strtotime("2005-02-19"), "\n";
21 echo $j = strtotime("+1 day", $g), "\n";
24 echo date("Y-m-d H:i:s T\n", $g);
/php-src/ext/openssl/tests/
H A Dbug55259.phpt12 $dh_details = array('p' => $phex, 'g' => '2');
13 $dh = openssl_pkey_new(array('dh'=> array('p' => $phex, 'g' => '2')));
15 $dh = openssl_pkey_new(array('dh'=> array( 'p' => hex2bin($phex), 'g' => '2')));
18 var_dump($details['dh']['g']);
H A Dbug72336.phpt15 $g = '00b320300a0bc55b8f0ec6edc218e2185250f38fbb8291db8a89227f6e41' .
21 var_dump(openssl_pkey_new(array('dsa' => array('p' => $p, 'q' => $q, 'g' => $g))));
/php-src/Zend/tests/generators/errors/
H A Dresume_running_generator_error_002.phpt6 $g = yield;
7 $g->send($g);
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt19 var $a, $b, $c, $d, $e, $f, $g, $h;
28 $this->g = NULL;
122 ["g"]=>
141 ["g"]=>
160 ["g"]=>
165 …1:"D":8:{s:1:"a";b:1;s:1:"b";b:1;s:1:"c";b:0;s:1:"d";b:0;s:1:"e";N;s:1:"f";N;s:1:"g";N;s:1:"h";N;}"
179 ["g"]=>
198 ["g"]=>
252 ["g"]=>
271 ["g"]=>
[all …]
/php-src/ext/soap/tests/bugs/
H A Dbug38067.phpt10 global $g;
11 $g = $param->str;
12 return $g;
39 echo $g."\n";
H A Dbug38004.phpt10 global $g;
11 $g = $param->strA."\n".$param->strB."\n";
12 return $g;
38 print_r($g);
/php-src/ext/gmp/tests/
H A Dgmp_dynamic_property.phpt8 $g = gmp_init(0);
9 $g->{1} = 123;
11 $serialized = serialize($g);
/php-src/Zend/tests/fibers/
H A Dgh9735-009.phpt15 function g() {
16 g(Fiber::suspend());
22 f(Fiber::getCurrent(), g());
/php-src/tests/basic/
H A Dini_parse_quantity_warnings.phpt9 ini_parse_quantity('256 then skip a few then g')
14 Warning: Invalid quantity "256 then skip a few then g", interpreting as "256 g" for backwards compa…
/php-src/ext/opcache/tests/match/
H A D001.phpt19 'g' => 'g',
57 0001 MATCH CV0($char) "a": 0003, "b": 0004, "c": 0004, "d": 0005, "e": 0006, "f": 0006, "g": 0007, …
63 0007 RETURN string("g")
71 string(1) "g"

Completed in 103 milliseconds

12345678910>>...14