Home
last modified time | relevance | path

Searched refs:g (Results 176 – 200 of 339) sorted by relevance

12345678910>>...14

/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput2476 /.i./I+g
482 /^.is/I+g
2064 /^(a)\g/
2166 /\g{A/
4022 /\g{4df}/
4028 /\g'3gh'/
4030 /\g<5fg>/
4119 g
4120 g\O3
4123 g
[all …]
H A Dtestoutput397 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
106 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
/PHP-7.1/ext/hash/
H A Dhash_sha.c483 uint32_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
498 T1 = h + SHA256_F3(e) + SHA256_F0(e,f,g) + SHA256_K[i] + W[i]; in SHA256Transform()
500 h = g; g = f; f = e; e = d + T1; in SHA256Transform()
510 state[6] += g; in SHA256Transform()
793 uint64_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
808 T1 = h + SHA512_F3(e) + SHA512_F0(e,f,g) + SHA512_K[i] + W[i]; in SHA512Transform()
810 h = g; g = f; f = e; e = d + T1; in SHA512Transform()
820 state[6] += g; in SHA512Transform()
/PHP-7.1/ext/date/tests/
H A D004.phpt20 var_dump(date("g", $t));
H A DDateTime_format_error.phpt23 $format = "F j, Y, g:i a";
H A Ddate_basic1.phpt17 var_dump( date("F j, Y, g:i a", $timestamp) );
/PHP-7.1/ext/standard/tests/strings/
H A Daddcslashes_003.phpt38 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
H A Dstrripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrrpos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
/PHP-7.1/sapi/cgi/
H A Dconfig9.m458 …HP_BINARY_OBJS) \$(PHP_CGI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/g'\` | \$(AWK) '{ if (…
60 …S) \$(PHP_BINARY_OBJS) \$(PHP_CGI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (…
/PHP-7.1/ext/mbstring/oniguruma/
H A Dst.c534 register unsigned int h = 0, g; local
538 if ( g = h & 0xF0000000 )
539 h ^= g >> 24;
540 h &= ~g;
/PHP-7.1/win32/build/
H A Dphpize.js.in92 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
112 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
213 C.WriteLine("var PHP_DIR = " + '"' + PHP_DIR.replace(new RegExp('(["\\\\])', "g"), '\\$1') + '"');
214 C.WriteLine("var PHP_PREFIX = " + '"' + PHP_PREFIX.replace(new RegExp('(["\\\\])', "g"), '\\$1') + …
/PHP-7.1/ext/oci8/
H A Dconfig.m439 OCI8_LCS=`ls $OCI8_LCS_BASE.*.1 2> /dev/null | $PHP_OCI8_TAIL1` # Oracle 10g, 11g etc
55 OCI8_LCS=`ls $OCI8_LCS_BASE.*.1 2> /dev/null | $PHP_OCI8_TAIL1` # Oracle 10g, 11g etc
57 …OCI8_ORACLE_VERSION=`grep '"ocommon"' $OCI8_DIR/orainst/unix.rgs | $PHP_OCI8_SED 's/[ ][ ]*/:/g' |…
60 dnl Oracle 10g, 11g etc. The x.2 version libraries are named x.1 for drop in compatibility
123 …-h -C -s $ac_srcdir[$]ac_provsrc -o \$[]@.bak && \$(SED) -e 's,PHPOCI_,DTRACE_,g' \$[]@.bak > \$[]@
/PHP-7.1/ext/hash/tests/
H A Dfnv1a32.phpt34 array( '>g# $a', 'ae428052' ),
42 array( 'G@F^60g', 'a0044fc5' ),
111 array( 'ihc)cFL-w!M[-g|1d\'A@z', '57a03ef9' ),
167 array( 'i)a\\~g]Aa%9{qu[G\\J}b.Q JBY.m"c`k', '195cad65' ),
171 array( '@LI}cZCi)yZg)tVi:%8#k^K,h\\2g(vvIC', '3dd2e16e' ),
186 array( 'Y`w?NJ_ysqh#1)Hw-w{-m!Qc^9j^g;EB{=bK', '79ccb205' ),
191 array( ']\'gv^uI+%> #CW<h=.,)3[`t_pXTM|g,$O#cF', 'eeb01e49' ),
215 array( '$3h4_}Mw6?-Im\\E&z/g<2M@Va<^W<]_@pITQH#J^BW', '5db013f4' ),
246 array( 'Ek7S;@6m^A)L<a864G|=L,QP^fgVf_f,L~`g?vV~9_KVBdlW', '8c43dabf' ),
275 array( '@vx+"g]7i<9z{[Pel4^U|? cn#%kGLqgDksGSR^=ow9kSjQA~0v{Pv', '8aafa096' ),
[all …]
/PHP-7.1/sapi/cli/
H A DREADME18 the command line (e.g. php -r 'echo md5("test");' )
/PHP-7.1/ext/standard/tests/array/
H A Darray_combine.phpt15 $g = array_combine($array2, $array3);
H A Dcompact_basic.phpt33 var_dump (compact(array("g")));
/PHP-7.1/TSRM/m4/
H A Dgethostbyname.m495 # (e.g. Linux)
115 # (e.g. Solaris)
135 # (e.g. AIX, HP-UX, Tru64)
/PHP-7.1/ext/gd/libgd/
H A Dgd_crop.c337 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
340g = (int)(0.5f + (gdImageGreen(im, tl) + gdImageGreen(im, tr) + gdImageGreen(im, bl) + gdImageGree… in gdGuessBackgroundColorFromCorners()
343 *color = gdImageColorClosestAlpha(im, r, g, b, a); in gdGuessBackgroundColorFromCorners()
/PHP-7.1/ext/openssl/tests/
H A Dsni_server_uk.pem56 iHKp6FFrRZmY8W8HEKHv98uGofn+3g==
/PHP-7.1/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt28 $g = array($g1,$g2,$g3);
29 list($e[$f++],$e[$f++]) = $g[2];
/PHP-7.1/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt218 ["g"]=>
219 string(1) "g"
/PHP-7.1/ext/pdo_oci/
H A Dconfig.m421 …PDO_OCI_LCS=`ls $PDO_OCI_LCS_BASE.*.1 2> /dev/null | $PHP_PDO_OCI_TAIL1` # Oracle 10g, 11g, 12c e…
23 dnl Oracle 10g, 11g 12c etc. The x.2 version libraries are named x.1 for drop in compatibility
/PHP-7.1/
H A Dconfigure.in247 AC_MSG_CHECKING([whether re2c -g works])
263 RE2C_FLAGS="-g"
710 [struct addrinfo *g,h;g=&h;getaddrinfo("","",g,&g);],
802 dnl non-working versions, e.g. "1.8 1.18";
853 CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9s]*//g'`
869 CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9s]*//g'`
875 CXXFLAGS="$CXXFLAGS -g -O0"
879 CFLAGS="-g"
880 CXXFLAGS="-g"
882 CFLAGS="$CFLAGS -g"
[all …]

Completed in 60 milliseconds

12345678910>>...14