Home
last modified time | relevance | path

Searched refs:g (Results 251 – 275 of 318) sorted by relevance

1...<<111213

/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput1772 7: g
786 7: g
2193 7: g
2209 7: g
2889 /.*?/g+
2906 /\b/g+
2913 /\b/+g
2920 //g
5985 /a*/g
6551 /\Z/g
[all …]
H A Dtestinput82319 /.*?/g+
2322 /\b/g+
2325 /\b/+g
2328 //g
3053 /^a(bc+|b[eh])g|.h$/
3830 /a*/g
3904 /\Gabc./g
3907 /abc./g
4242 /(?m)^$/<any>g+
4248 /(?m)$/<any>g+
[all …]
H A Dtestinput11135 /(((a\2)|(a*)\g<-1>))*a?/B
H A Dtestinput5626 /\g{A}xxx#bXX(?'A'123)
629 /\g{A}xxx#bх(?'A'123)
797 /(?<=\K\x{17f})/8g+
/PHP-7.0/
H A Dmakerpm14 number, e.g. ${PREFIX}5 or ${PREFIX}5b2
H A DREADME.RELEASE_PROCESS66 4. Checkout the release branch for this release (e.g., PHP-5.4.2) from the main branch.
79 9. Tag the repository release branch with the version, e.g.:
226 g. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
H A DUPGRADING.INTERNALS7 g. sprintf() formats
82 g. sprintf() formats
304 must update session data timestamp for GC if it is needed. e.g. Memcache
/PHP-7.0/build/
H A Dax_check_compile_flag.m418 # flags (e.g. CFLAGS) when the check is done. The check is thus made with
H A Dlibtool.m4110 [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
113 [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
117 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
120 no_glob_subst='s/\*/\\\*/g'
468 # echo "$something" | sed 's/\\/\\\\/g'
1971 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2270 ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
2719 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2987 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
3682 # g++ 2.7 appears to require `-G' NOT `-shared' on this
[all …]
/PHP-7.0/ext/oci8/tests/
H A Dconn_attr_2.phpt13 die("skip expected output only valid when using Oracle 10g or greater database server");
H A Drefcur_prefetch_4.phpt10 die("skip expected output only valid when using Oracle 10g or greater database server");
H A Drefcur_prefetch_2.phpt10 die("skip expected output only valid when using Oracle 10g or greater database server");
H A Drefcur_prefetch_1.phpt10 die("skip expected output only valid when using Oracle 10g or greater database server");
/PHP-7.0/ext/reflection/tests/
H A DReflectionType_001.phpt5 function foo(stdClass $a, array $b, callable $c, stdClass $d = null, $e = null, string $f, bool $g,…
/PHP-7.0/ext/standard/tests/strings/
H A Dstrstr.phpt15 var_dump( strstr("test string", "g") );
182 string(1) "g"
/PHP-7.0/ext/standard/tests/file/
H A D006_variation2.phpt65 "u+rwx, g+rw, o+wx"
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt92 case 'g':
H A Dmysqli_stmt_bind_param_call_user_func.phpt307 …printf("[048] [%d] (Message might vary with MySQL Server version, e.g. No data supplied for parame…
327 …printf("[052] [%d] (Message might vary with MySQL Server version, e.g. No data supplied for parame…
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog280 is converted to (*FAIL). E.g: /(?(?!))/.
326 (e.g. /(?<=\Ka)/) could make pcregrep loop.
1729 just be a literal "g".
2659 11. Added support for the Oniguruma syntax \g<name>, \g<n>, \g'name', \g'n',
3584 (g) The escape \gN or \g{N} has been added, where N is a positive or
3860 (g) Added the -H (--with-filename) option.
4122 versions of gcc, e.g. 2.95.4.
4697 and 255 (e.g. /[\xFF]/) caused PCRE to crash.
5364 2. Add support for the /g modifier to perltest.
5861 as Perl does (e.g. [-az] or [az-]).
[all …]
/PHP-7.0/ext/pdo_odbc/
H A Dconfig.m410 you have selected will be used. e.g.:
/PHP-7.0/ext/date/tests/
H A Ddate_variation2.phpt97 $format = "F j, Y, g:i a";
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY119 2007/04/03: [spec] add new notation (?'name'), \k'name', \g'name'.
257 2006/10/17: [impl] remove warnings for [make CFLAGS="-g -O2 -Wall"]
260 2006/10/17: [impl] remove warnings for [make CFLAGS="-g -O2 -Wall"].
450 /(?<pare>\(([^\(\)]++|\g<pare>)*+\))/.match('((a))')
634 ex. /(?<bal>[^()]*(\(\g<bal>\)[^()]*)*)/
1168 ex. /\g<p>(?@<p>\(\g<s>\)){0}(?<s>(?:\g<p>)*|){0}/
1511 'undefined group reference: /(a)\g<2>/'
1512 --> 'undefined group <2> reference: /(a)\g<2>/'
1517 ex. /(?i:(?<n>(a)\2)){0}\g<n>/.match("aA")
1672 backref: \k<name>, call: \g<name> (thanks akr)
[all …]
/PHP-7.0/ext/gd/libgd/
H A Dgd_gd2.c367 int g = chunkBuf[chunkPos++] << 8; in gdImageCreateFromGd2Ctx() local
369 im->tpixels[y][x] = a + r + g + b; in gdImageCreateFromGd2Ctx()
/PHP-7.0/ext/intl/
H A DERROR.CONVENTIONS10 in response to bad arguments (e.g. zend_parse_parameters() failure), the PHP
/PHP-7.0/ext/ldap/
H A Dconfig.m420 …dnl Find Oracle Instant Client RPM header location corresponding to the given lib path e.g. for --…

Completed in 95 milliseconds

1...<<111213