Home
last modified time | relevance | path

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

1...<<1112

/PHP-5.4/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>
/PHP-5.4/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt8 die("skip expected output only valid when using Oracle 10g or greater databases");
H A Dbind_char_1.phpt14 die("skip test expected to work only with Oracle 11g or greater version of client");
H A Dbind_misccoltypes.phpt8 die("skip test expected to work only with Oracle 10g or greater version of client");
H A Dbind_char_3.phpt14 die("skip test expected to work only with Oracle 11g or greater version of client");
H A Dbind_char_4.phpt14 die("skip test expected to work only with Oracle 11g or greater version of client");
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput83602 /.*?/g+
3612 /\b/g+
3619 /\b/+g
3626 //g
4855 /^a(bc+|b[eh])g|.h$/
5994 /a*/g
6100 /\Gabc./g
6105 /abc./g
6699 /(?m)^$/<any>g+
6710 /(?m)$/<any>g+
[all …]
H A Dtestinput5626 /\g{A}xxx#bXX(?'A'123)
629 /\g{A}xxx#bх(?'A'123)
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt35 printf("[001g] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.4/ext/phar/tests/files/
H A Dinclude_path2.phar296 E/�g� TIv�`@ķ@�,.���GBMB
/PHP-5.4/ext/spl/internal/
H A Dsplfileobject.inc39 * @throw RuntimeException If file cannot be opened (e.g. insufficient
/PHP-5.4/win32/
H A Dinstall.txt64 have a web server (e.g. Apache on Linux and MacOS X; IIS on Windows).
79 If you are also interested to use PHP for command line scripting (e.g.
361 sapi folders to the main folder (e.g. C:\php).
393 a SAPI module, the web server's directory (e.g. C:\Program
428 your php.ini (e.g. make it readable by Everyone).
471 (php5activescript.dll) and place it in the main PHP folder (e.g.
903 "On","Off",... (this will not work correctly), e.g.
1451 (e.g. httpd.conf) and .htaccess files. You will need "AllowOverride
1863 * Enter your PHP directory at the end, including ';' before (e.g.
1898 directory where php.ini is located as the variable value (e.g.
[all …]
/PHP-5.4/ext/mbstring/
H A Dphp_mbregex.c55 #define MBREX(g) (MBSTRG(mb_regex_globals)->g) argument
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt48 exec_and_count(11, $db, "REPLACE INTO test(id, col1) VALUES (6, 'g')", 1);
/PHP-5.4/
H A DREADME.namespaces30 - e.g. Zend\DB\Connection or Zend\DB\connect - at any time.
H A Dphp.ini-development24 ; Section headers (e.g. [Foo]) are also silently ignored, even though
43 ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
45 ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
46 ; previously set variable or directive (e.g. ${foo})
362 ; (e.g. by adding its signature to the Web server header). It is no security
425 ; intentional (e.g., using an uninitialized variable and
1251 ; for all pooled server requests with Oracle 11g Database Resident
1693 ; (e.g. SJIS, BIG5, ISO-2022-*)
H A Dphp.ini-production24 ; Section headers (e.g. [Foo]) are also silently ignored, even though
43 ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
45 ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
46 ; previously set variable or directive (e.g. ${foo})
362 ; (e.g. by adding its signature to the Web server header). It is no security
425 ; intentional (e.g., using an uninitialized variable and
1251 ; for all pooled server requests with Oracle 11g Database Resident
1693 ; (e.g. SJIS, BIG5, ISO-2022-*)
H A DINSTALL62 have a web server (e.g. Apache on Linux and MacOS X; IIS on Windows).
77 If you are also interested to use PHP for command line scripting (e.g.
415 starting the Apache server, e.g.:
483 9. Use your normal procedure for starting the Apache server, e.g.:
700 g' lines
711 "On","Off",... (this will not work correctly), e.g.
1468 --prefix Directory prefix where PHP is installed, e.g. /usr/local
1711 (e.g. httpd.conf) and .htaccess files. You will need "AllowOverride
1868 first searched in the Apaches install directory, e.g. c:\program
2049 (e.g. ;C:\php)
[all …]
H A DREADME.EXT_SKEL68 the function name, e.g.
/PHP-5.4/ext/gd/
H A Dgd.c121 int gdImageColorClosestHWB(gdImagePtr im, int r, int g, int b);
1443 int gdImageColorResolve(gdImagePtr im, int r, int g, int b) in gdImageColorResolve() argument
1457 gd = (long) (im->green[c] - g); in gdImageColorResolve()
1477 im->green[op] = g; in gdImageColorResolve()
4855 long r,g,b,tmp; in php_image_filter_colorize() local
4858 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rllll|l", &SIM, &tmp, &r, &g, &b, &a) == FAI… in php_image_filter_colorize()
4868 if (gdImageColor(im_src, (int) r, (int) g, (int) b, (int) a) == 1) { in php_image_filter_colorize()
/PHP-5.4/ext/pcre/pcrelib/
H A DHACKING160 compilation options. Data values that are counts (e.g. quantifiers) are two
450 the "+" notation, e.g. (abc)++, different opcodes are used. Their names all
451 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCPBRPOS instead
/PHP-5.4/ext/standard/tests/strings/
H A Dstrpos.phpt16 var_dump( strpos("test string", "g") );
/PHP-5.4/win32/build/
H A Dconfig.w32.phpize.in58 var pattern = /\./g;
/PHP-5.4/ext/openssl/
H A Dopenssl.c3120 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dsa, g); in PHP_FUNCTION()
3123 if (dsa->p && dsa->q && dsa->g) { in PHP_FUNCTION()
3143 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dh, g); in PHP_FUNCTION()
3146 if (dh->p && dh->g) { in PHP_FUNCTION()
3420 OPENSSL_PKEY_GET_BN(dsa, g); in PHP_FUNCTION()
3436 OPENSSL_PKEY_GET_BN(dh, g); in PHP_FUNCTION()
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt6494 (ring), \g{1}
6501 (abc(def)ghi)\g{-1}
6537 (?<p1>(?i)rah)\s+\g{p1}
7185 (?<pn> \( ( (?>[^()]+) | \g<pn> )* \) )
7186 (sens|respons)e and \g'1'ibility
7191 (abc)(?i:\g<-1>)
7193 Note that \g{...} (Perl syntax) and \g<...> (Oniguruma syntax) are not
7966 \g{n} reference by number
7970 \g{name} reference by name (Perl)
9099 0: g
[all …]

Completed in 144 milliseconds

1...<<1112