Home
last modified time | relevance | path

Searched refs:g (Results 226 – 250 of 293) sorted by relevance

12345678910>>...12

/PHP-5.3/ext/oci8/tests/
H A Dbug27303_1.phpt14 die("skip test expected to work only with Oracle 11g or greater version of client");
H A Dbug27303_2.phpt14 die("skip test expected to work only with Oracle 11g or greater version of client");
H A Dbind_number.phpt7 die("skip test expected to work only with Oracle 10g or greater version of client");
H A Dconn_attr_4.phpt16 die("skip test expected to work only with Oracle 10g or greater version of client");
H A Dbind_sqltnum.phpt7 die("skip test expected to work only with Oracle 10g or greater version of client");
H A Drefcur_prefetch_4.phpt8 die("skip expected output only valid when using Oracle 10g or greater databases");
H A Drefcur_prefetch_2.phpt8 die("skip expected output only valid when using Oracle 10g or greater databases");
H A Dbug43497.phpt9 die("skip expected output only valid with Oracle 10g or greater version of client");
H A Drefcur_prefetch_1.phpt8 die("skip expected output only valid when using Oracle 10g or greater databases");
/PHP-5.3/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt61 string(504) "T:::h:::i:::s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :…
H A Dstrstr.phpt15 var_dump( strstr("test string", "g") );
182 string(1) "g"
/PHP-5.3/
H A Dmakerpm14 number, e.g. ${PREFIX}5 or ${PREFIX}5b2
H A DTODO21 (e.g. symlink) they should print a warning or not even be defined!
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput82314 /.*?/g+
2317 /\b/g+
2320 /\b/+g
2323 //g
3048 /^a(bc+|b[eh])g|.h$/
3825 /a*/g
3906 /\Gabc./g
3909 /abc./g
4244 /(?m)^$/<any>g+
4250 /(?m)$/<any>g+
[all …]
H A Dtestoutput83767 /.*?/g+
3777 /\b/g+
3784 /\b/+g
3791 //g
5041 /^a(bc+|b[eh])g|.h$/
6196 /a*/g
6330 /\Gabc./g
6335 /abc./g
6975 /(?m)^$/<any>g+
6986 /(?m)$/<any>g+
[all …]
/PHP-5.3/ext/ereg/regex/
H A Dtests383 a(b)(c)(d)(e)(f)(g)(h)(i)(j)k - abcdefghijk abcdefghijk b,c,d,e,f,g,h,i,j
384 a(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)l - abcdefghijkl abcdefghijkl b,c,d,e,f,g,h,i,j,k
/PHP-5.3/ext/standard/tests/file/
H A D006_variation2.phpt65 "u+rwx, g+rw, o+wx"
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt90 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-5.3/ext/pdo_odbc/
H A Dconfig.m410 you have selected will used. e.g.:
/PHP-5.3/ext/date/tests/
H A Ddate_variation2.phpt97 $format = "F j, Y, g:i a";
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog412 repetitions, e.g. [^a]{3}, with and without PCRE_CASELESS.
793 just be a literal "g".
1722 11. Added support for the Oniguruma syntax \g<name>, \g<n>, \g'name', \g'n',
2647 (g) The escape \gN or \g{N} has been added, where N is a positive or
2923 (g) Added the -H (--with-filename) option.
3185 versions of gcc, e.g. 2.95.4.
3760 and 255 (e.g. /[\xFF]/) caused PCRE to crash.
3892 POSIX classes only within a class (e.g. /[[:alpha:]]/).
4427 2. Add support for the /g modifier to perltest.
4924 as Perl does (e.g. [-az] or [az-]).
[all …]
/PHP-5.3/ext/gd/libgd/
H A Dgd_gd2.c346 int g = chunkBuf[chunkPos++] << 8; in gdImageCreateFromGd2Ctx() local
348 im->tpixels[y][x] = a + r + g + b; in gdImageCreateFromGd2Ctx()
/PHP-5.3/build/
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'
1969 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2267 ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
2716 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2984 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
3679 # g++ 2.7 appears to require `-G' NOT `-shared' on this
[all …]
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY221 /(?<pare>\(([^\(\)]++|\g<pare>)*+\))/.match('((a))')
405 ex. /(?<bal>[^()]*(\(\g<bal>\)[^()]*)*)/
939 ex. /\g<p>(?@<p>\(\g<s>\)){0}(?<s>(?:\g<p>)*|){0}/
1282 'undefined group reference: /(a)\g<2>/'
1283 --> 'undefined group <2> reference: /(a)\g<2>/'
1288 ex. /(?i:(?<n>(a)\2)){0}\g<n>/.match("aA")
1381 ex. /(?<n>(a|b\g<n>c){3,5})/.match("baaaaca") => "baaaaca"
1443 backref: \k<name>, call: \g<name> (thanks akr)
1529 define: (?<name>...), back-ref: \g<name>

Completed in 71 milliseconds

12345678910>>...12