Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/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))));
H A Dopenssl_pkey_new_basic.phpt64 'g' => hex2bin($ghex)
71 openssl_pkey_test_cmp($ghex, $dsa_details['g']);
81 $dh_details = array('p' => $phex, 'g' => '2');
83 'dh'=> array('p' => hex2bin($phex), 'g' => '2'))
88 var_dump($dh_details['g']);
/PHP-7.4/ext/gd/tests/
H A Dbug53504.phpt13 $g = imagecreate(800, 800);
14 $bgnd = imagecolorallocate($g, 255, 255, 255);
15 $black = imagecolorallocate($g, 0, 0, 0);
16 $red = imagecolorallocate($g, 255, 0, 0);
17 $blue = imagecolorallocate($g, 0, 0, 255);
33 …['fontSize' => 100, 'angle' => 0, 'x' => 670, 'y' => 220, 'text' => 'g', 'exp' => [5,29, 60,29, 60…
65 $bboxDrawn = imagefttext($g, $test['fontSize'], $test['angle'],
75 imagepolygon($g, $bboxDrawn, 4, $red);
79 imageline($g, $test['x'], $test['y'],
84 imagepng($g, "$cwd/bug53504.png");
/PHP-7.4/ext/standard/tests/strings/
H A Ddirname_multi_win.phpt17 var_dump(dirname("g:/foo/bar/baz", PHP_INT_MAX));
18 var_dump(dirname("g:foo/bar/baz", PHP_INT_MAX));
29 string(3) "g:\"
30 string(3) "g:."
H A Dchunk_split_variation9.phpt57 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng "
63 …$%^s to t@#$%^est ch@#$%^unk_sp@#$%^lit() @#$%^with v@#$%^arious@#$%^ endin@#$%^g stri@#$%^ng@#$%^"
65 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng "
75 g stri
87 g stri
99 g stri
103 string(66) "This i�s to t�est ch�unk_sp�lit() �with v�arious� endin�g stri�ng�"
107 …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)"
109 …nding string(with v)ending string(arious)ending string( endin)ending string(g stri)ending string(n…
111 …) )numbers 1234(with v)numbers 1234(arious)numbers 1234( endin)numbers 1234(g stri)numbers 1234(ng…
[all …]
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug38067.phpt10 global $g;
11 $g = $param->str;
12 return $g;
37 echo $g."\n";
H A Dbug38004.phpt10 global $g;
11 $g = $param->strA."\n".$param->strB."\n";
12 return $g;
36 print_r($g);
/PHP-7.4/Zend/tests/generators/
H A Dbug74954.phpt21 foreach ($gens as $g) {
22 $g->current();
26 foreach ($gens as $i => $g) {
27 $g->next();
H A Dmultiple_yield_from_on_same_generator.phpt25 foreach ($gens as $g) {
26 var_dump($g->current());
27 $g->next();
H A Dgenerator_with_arg_unpacking.phpt7 $g = (function() { yield; })(...range(1, 16384));
8 $g = call_user_func_array(function() { yield; }, range(1, 16384));
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt30 var $a, $b, $c, $d, $e, $f, $g, $h;
39 $this->g = $GLOBALS['file_handle'];
135 ["g"]=>
154 ["g"]=>
173 ["g"]=>
192 ["g"]=>
211 ["g"]=>
265 ["g"]=>
270 …D":8:{s:1:"a";N;s:1:"b";N;s:1:"c";s:0:"";s:1:"d";s:1:"�";s:1:"e";N;s:1:"f";N;s:1:"g";N;s:1:"h";N;}"
284 ["g"]=>
[all …]
/PHP-7.4/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-7.4/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-7.4/Zend/tests/
H A Dlist_keyed_evaluation_order_nested.phpt11 $g = new Stringable("G");
28 // list($a => $b, $c => list($d, $e), $f => list($g => $h, $i => $j)) = $k;
42 // 13. Evaluate $g
43 // 14. Evaluate $k[$f][$g]
44 // 15. Assign $h from $k[$f][$g]
53 (string)$g => $store["H"],
H A Dassign_to_var_002.phpt16 string(1) "g"
17 string(1) "g"
H A Dbug68775.phpt14 $g = gen();
15 $g->send(1);
/PHP-7.4/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-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_5.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
49 getting basename of %s\Árvíztűrő tükörfúrógép33
50 string(33) "Árvíztűrő tükörfúrógép33"
52 string(%d) "%s\Árvíztűrő tükörfúrógép33"
/PHP-7.4/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\
H A Dmb_split.phpt26 var_dump( mb_split( " ", "a b c d e f g" )
27 == mb_split( "[[:space:]]", "a\nb\tc\nd e f g" ) );
30 verify_split( " ", "a\tb\tc\td e\tf g", $i );
/PHP-7.4/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-7.4/tests/lang/
H A DpassByReference_001.phpt11 function g (&$arg1, &$arg2)
25 g($c,$c[0]);
/PHP-7.4/ext/oci8/
H A Dconfig.w325 WARNING("oci8 and oci8-11g provide the same extension and cannot both be built statically");
19 WARNING("oci8-11g and oci8-12c provide the same extension and cannot both be built statically");
54 …WARNING("oci8 not enabled: Oracle Database client libraries or Oracle 10g Instant Client not found…
59 ARG_WITH("oci8-11g", "OCI8 support using Oracle 11g Instant Client", "no");
89 …WARNING("oci8-11g not enabled: Oracle Database client libraries or Oracle 11g Instant Client not f…

Completed in 26 milliseconds

12345678910>>...12