Home
last modified time | relevance | path

Searched refs:g (Results 76 – 100 of 283) sorted by relevance

12345678910>>...12

/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt13 $g = false,
57 Parameter #6 [ <optional> $g = false ]
H A DReflectionFunction_getFileName.001.phpt11 $funcInfo = new ReflectionFunction('g');
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_to_utf8_2.phpt23 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
/PHP-7.4/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.4/ext/gd/tests/
H A Dgif.phpt15 function check_box($r,$g,$b, $error=0) {
23 $g_min = $g - $error; $g_max = $g + $error;
38 if ($c['red']==$r && $c['green']==$g && $c['blue']==$b) {
/PHP-7.4/ext/standard/tests/crypt/
H A Dbcrypt_invalid_algorithm.phpt7 var_dump(crypt("test", "$2g$04$1234567890123456789012345"));
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_relative_scheme.phpt2 Test parse_url() function: Checks relative URL schemes (e.g. "//example.com")
/PHP-7.4/Zend/tests/
H A Disset_002.phpt6 var_dump(isset($a, ${$b}, $$c, $$$$d, $e[$f->g]->d));
/PHP-7.4/ext/mbstring/tests/
H A Dbug43301.phpt25 #0 %sbug43301.php(%d): mb_ereg_replace('hello', '$1', 'hello, I have g...', 'e')
31 #0 %sbug43301.php(%d): mb_ereg_replace('hello', '$1', 'hello, I have g...', 'e')
H A Dzend_multibyte-04.phpt11 var_dump(bin2hex("�e�X�g"));
H A Dzend_multibyte-08.phpt12 var_dump(bin2hex("�e�X�g"));
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_csr_get_subject_basic.phpt14 $dh_details = array('p' => $phex, 'g' => '2');
16 'dh'=> array('p' => hex2bin($phex), 'g' => '2'))
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_format_simple_types_numeric_strings.phpt21 time {g,time}
35 'g' => " 1336317965.5",
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_basic.phpt43 string(15) "Te##st##in##g##"
48 g
H A Dchunk_split_variation7.phpt53 string(41) "This ????is si????mple ????strin????g????"
55 string(43) "It's ????strin????g wit????h quo????tes????"
59 string(70) "This ????strin????g con????tains????
/PHP-7.4/ext/mysqli/tests/
H A D058.phpt43 mysqli_stmt_bind_result($stmt, $g, $h);
46 var_dump((array($e,$f,$g,$h)));
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace.phpt9 var_dump(preg_replace('/(ab)(c)(d)(e)(f)(g)(h)(i)(j)(k)/', 'a${1}2$103', 'zabcdefghijkl'));
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite7.phar10 �g�$�h����UxB�����GBMB
H A Dwrite19.phar8 …������test.txt�����H������E��� ���s:2:"hi";<?php __HALT_COMPILER();�� ���ο_�gL�?`` g�F���GBMB
H A Dfrontcontroller17.phar12 ����¼����g<��0?����GBMB
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_isEmpty_empty.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
/PHP-7.4/ext/opcache/tests/
H A Dbug69688.phpt11 eval('function g() {} function g2() {} function g3() {}');
/PHP-7.4/ext/standard/tests/general_functions/
H A D008.phpt7 // this checks f,g,G conversion for snprintf/spprintf
/PHP-7.4/ext/standard/tests/array/
H A Dcompact_basic.phpt33 var_dump (compact(array("g")));
84 Notice: compact(): Undefined variable: g in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dbug38086.phpt43 Jura gur cnvaf bs yvsr jba'g one zl jnl
50 Jura gur cnvaf bs yvsr jba'g one zl jnl

Completed in 89 milliseconds

12345678910>>...12