Home
last modified time | relevance | path

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

1...<<1112

/PHP-5.3/
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 ; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).
431 ; (e.g. by adding its signature to the Web server header). It is no security
494 ; intentional (e.g., using an uninitialized variable and
758 ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
1087 ; Whether or not to define the various syslog variables (e.g. $LOG_PID,
1355 ; for all pooled server requests with Oracle 11g Database Resident
[all …]
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 ; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).
431 ; (e.g. by adding its signature to the Web server header). It is no security
494 ; intentional (e.g., using an uninitialized variable and
758 ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
1087 ; Whether or not to define the various syslog variables (e.g. $LOG_PID,
1355 ; for all pooled server requests with Oracle 11g Database Resident
[all …]
H A DREADME.RELEASE_PROCESS54 3. Checkout the release branch for this release (e.g., PHP-5.4.2) from the main branch.
67 8. Tag the repository release branch with the version, e.g.:
H A DREADME.EXT_SKEL46 the function name, e.g.
H A DREADME.namespaces30 - e.g. Zend\DB\Connection or Zend\DB\connect - at any time.
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 DUPGRADING27 g. New classes
659 g. New classes
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt35 printf("[001g] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.3/ext/oci8/tests/
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.3/ext/phar/tests/files/
H A Dinclude_path2.phar296 E/�g� TIv�`@ķ@�,.���GBMB
/PHP-5.3/ext/spl/internal/
H A Dsplfileobject.inc39 * @throw RuntimeException If file cannot be opened (e.g. insufficient
/PHP-5.3/ext/mbstring/
H A Dphp_mbregex.c55 #define MBREX(g) (MBSTRG(mb_regex_globals)->g) argument
/PHP-5.3/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.
1459 (e.g. httpd.conf) and .htaccess files. You will need "AllowOverride
1871 * Enter your PHP directory at the end, including ';' before (e.g.
1906 directory where php.ini is located as the variable value (e.g.
[all …]
/PHP-5.3/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.3/ext/pcre/pcrelib/testdata/
H A Dtestinput5610 /\g{A}xxx#bXX(?'A'123)
613 /\g{A}xxx#bх(?'A'123)
/PHP-5.3/ext/gd/
H A Dgd.c121 int gdImageColorClosestHWB(gdImagePtr im, int r, int g, int b);
1423 int gdImageColorResolve(gdImagePtr im, int r, int g, int b) in gdImageColorResolve() argument
1437 gd = (long) (im->green[c] - g); in gdImageColorResolve()
1457 im->green[op] = g; in gdImageColorResolve()
4821 long r,g,b,tmp; in php_image_filter_colorize() local
4824 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rllll|l", &SIM, &tmp, &r, &g, &b, &a) == FAI… in php_image_filter_colorize()
4834 if (gdImageColor(im_src, (int) r, (int) g, (int) b, (int) a) == 1) { in php_image_filter_colorize()
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING154 compilation options. Data values that are counts (e.g. for quantifiers) are
404 the "+" notation, e.g. (abc)++, different opcodes are used. Their names all
405 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCPBRPOS instead
/PHP-5.3/win32/build/
H A Dconfig.w32.phpize.in53 var pattern = /\./g;
/PHP-5.3/ext/standard/tests/strings/
H A Dstrpos.phpt16 var_dump( strpos("test string", "g") );
/PHP-5.3/ext/openssl/
H A Dopenssl.c3033 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dsa, g); in PHP_FUNCTION()
3036 if (dsa->p && dsa->q && dsa->g) { in PHP_FUNCTION()
3056 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dh, g); in PHP_FUNCTION()
3059 if (dh->p && dh->g) { in PHP_FUNCTION()
3327 OPENSSL_PKEY_GET_BN(dsa, g); in PHP_FUNCTION()
3343 OPENSSL_PKEY_GET_BN(dh, g); in PHP_FUNCTION()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt6126 (ring), \g{1}
6133 (abc(def)ghi)\g{-1}
6169 (?<p1>(?i)rah)\s+\g{p1}
6821 (?<pn> \( ( (?>[^()]+) | \g<pn> )* \) )
6822 (sens|respons)e and \g'1'ibility
6827 (abc)(?i:\g<-1>)
6829 Note that \g{...} (Perl syntax) and \g<...> (Oniguruma syntax) are not
7452 \g{n} reference by number
7456 \g{name} reference by name (Perl)
8585 0: g
[all …]
/PHP-5.3/sapi/fpm/
H A Dconfig.m4634 …o \$(PHP_GLOBAL_OBJS) \$(PHP_SAPI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (…

Completed in 147 milliseconds

1...<<1112