Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.0/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.0/ext/date/tests/
H A DDateTime_format_error.phpt23 $format = "F j, Y, g:i a";
H A DDateTime_format_basic1.phpt17 var_dump( $date->format( "F j, Y, g:i a") );
H A Ddate_basic1.phpt17 var_dump( date("F j, Y, g:i a", $timestamp) );
H A Ddate_format_basic1.phpt17 var_dump( date_format($date, "F j, Y, g:i a") );
H A Dgmstrftime_variation13.phpt29 'Year without century' => "%g",
H A Dgmstrftime_variation14.phpt29 'Year without century' => "%g",
H A Dstrftime_variation13.phpt29 'Year without century' => "%g",
H A Dstrftime_variation14.phpt29 'Year without century' => "%g",
/PHP-7.0/
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 …]
H A D.travis.yml61 … "-d opcache.enable_cli=1 -d zend_extension=`pwd`/modules/opcache.so"; fi) -g "FAIL,XFAIL,BORK,WAR…
/PHP-7.0/ext/standard/tests/array/
H A Dcompact_basic.phpt33 var_dump (compact(array("g")));
/PHP-7.0/ext/pdo_dblib/
H A DREADME14 - PDO_DBLIB_TEST_DSN - DSN (e.g., dblib:host=localhost;dbname=test)
/PHP-7.0/ext/standard/tests/strings/
H A Dstristr.phpt13 var_dump(stristr("tEsT sTrInG", "g"));
/PHP-7.0/ext/openssl/
H A Dopenssl.c601 *g = dh->g; in DH_get0_pqg()
608 dh->g = g; in DH_set0_pqg()
631 *g = d->g; in DSA_get0_pqg()
638 d->g = g; in DSA_set0_pqg()
3818 DH_get0_pqg(dh, &p, &q, &g); in php_openssl_is_private_key()
3913 OPENSSL_PKEY_SET_BN(data, g); in php_openssl_pkey_init_dsa()
3914 if (!p || !q || !g || !DSA_set0_pqg(dsa, p, q, g)) { in php_openssl_pkey_init_dsa()
3985 OPENSSL_PKEY_SET_BN(data, g); in php_openssl_pkey_init_dh()
3986 if (!p || !g || !DH_set0_pqg(dh, p, q, g)) { in php_openssl_pkey_init_dh()
4399 DH_get0_pqg(dh, &p, &q, &g); in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/standard/tests/file/
H A Dstream_copy_to_stream.phpt119 Jura gur cnvaf bs yvsr jba'g one zl jnl
126 Jura gur cnvaf bs yvsr jba'g one zl jnl
/PHP-7.0/Zend/
H A DOBJECTS2_HOWTO6 1. As a result of a function call. E.g.:
16 2. Overriding create_object handler for class. E.g.:
69 as a value. E.g., in the following situation:
74 if $foo is an object (e.g., proxy object from get_property_ptr) it
H A DZend.m441 CFLAGS=`echo $CFLAGS | sed -e 's/-g//'`
182 echo " $CFLAGS" | grep ' -g' >/dev/null || DEBUG_CFLAGS="-g"
183 if test "$CFLAGS" = "-g -O2"; then
184 CFLAGS=-g
/PHP-7.0/sapi/phpdbg/tests/
H A Dinfo_001.phpt11 i g
/PHP-7.0/ext/gmp/tests/
H A Dgmp_gcdext.phpt28 var_dump(gmp_strval($r['g']));
/PHP-7.0/ext/gd/libgd/
H A Dgd_topal.c371 int g = GETJSAMPLE (ptr[1]) >> C1_SHIFT; local
375 int g = gdTrueColorGetGreen (*ptr) >> C1_SHIFT;
386 histp = &histogram[r][g][b];
1143 int r, g, b; local
1148 g = GETJSAMPLE (cinfo->colormap[1][icolor]);
1153 g = nim->green[icolor];
1160 inc1 = (minc1 - g) * C1_SCALE;
1315 int r, g, b; local
1318 g = GETJSAMPLE (*inptr++);
1322 g = gdTrueColorGetGreen (*inptr);
[all …]
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_real_query.phpt29 if (false !== ($tmp = mysqli_real_query($link, "SELECT 'this is sql but with backslash g'\g")))
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput17233 f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xff
533 /a*[b-\x{200}]?a#a*[b-\x{200}]?b#[a-f]*[g-\x{200}]*#[g-\x{200}]*[a-c]*#[g-\x{200}]*[a-h]*/BZ
543 [g-\xff\x{100}-\x{200}]*+
545 [g-\xff\x{100}-\x{200}]*+
548 [g-\xff\x{100}-\x{200}]*
/PHP-7.0/ext/mbstring/tests/
H A Dmb_split_error.phpt26 $string = 'a b c d e f g';
/PHP-7.0/ext/mysqli/
H A Dconfig.m470 MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
71 MYSQLI_LIBLINE=`$MYSQL_CONFIG $MYSQL_LIB_CFG | $SED -e "s/'//g"`

Completed in 60 milliseconds

12345678910>>...13