Home
last modified time | relevance | path

Searched refs:g (Results 151 – 175 of 315) sorted by relevance

12345678910>>...13

/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c534 register unsigned int h = 0, g; local
538 if ( g = h & 0xF0000000 )
539 h ^= g >> 24;
540 h &= ~g;
/PHP-5.5/win32/build/
H A Dphpize.js.in93 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
113 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
214 C.WriteLine("var PHP_DIR = " + '"' + PHP_DIR.replace(new RegExp('(["\\\\])', "g"), '\\$1') + '"');
215 C.WriteLine("var PHP_PREFIX = " + '"' + PHP_PREFIX.replace(new RegExp('(["\\\\])', "g"), '\\$1') + …
/PHP-5.5/Zend/
H A DZend.m441 CFLAGS=`echo $CFLAGS | sed -e 's/-g//'`
206 echo " $CFLAGS" | grep ' -g' >/dev/null || DEBUG_CFLAGS="-g"
207 if test "$CFLAGS" = "-g -O2"; then
208 CFLAGS=-g
/PHP-5.5/ext/standard/tests/array/
H A Darray_combine.phpt15 $g = array_combine($array2, $array3);
H A Dcompact_basic.phpt33 var_dump (compact(array("g")));
/PHP-5.5/
H A D.travis.yml51 script: ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --sh…
H A Dconfigure.in247 AC_MSG_CHECKING([whether re2c -g works])
263 RE2C_FLAGS="-g"
697 [struct addrinfo *g,h;g=&h;getaddrinfo("","",g,&g);],
789 dnl non-working versions, e.g. "1.8 1.18";
840 CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9s]*//g'`
856 CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9s]*//g'`
862 CXXFLAGS="$CXXFLAGS -g -O0"
866 CFLAGS="-g"
867 CXXFLAGS="-g"
869 CFLAGS="$CFLAGS -g"
[all …]
/PHP-5.5/sapi/cli/
H A DREADME18 the command line (e.g. php -r 'echo md5("test");' )
/PHP-5.5/ext/gd/libgd/
H A Dgd_crop.c333 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
336g = (int)(0.5f + (gdImageGreen(im, tl) + gdImageGreen(im, tr) + gdImageGreen(im, bl) + gdImageGree… in gdGuessBackgroundColorFromCorners()
339 *color = gdImageColorClosestAlpha(im, r, g, b, a); in gdGuessBackgroundColorFromCorners()
/PHP-5.5/ext/standard/tests/strings/
H A Dstrripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrrpos_variation4.phpt17 Ex'ple of h'doc st'g, contains
/PHP-5.5/ext/oci8/tests/
H A Dbug36403.phpt7 die("skip expected output only valid with Oracle 10g or greater version of client");
H A Dconn_attr_2.phpt12 die("skip expected output only valid when using Oracle 10g or greater database server");
14 die("skip test expected to work only with Oracle 10g or greater version of client");
H A Dconn_attr_1.phpt13 die("skip expected output only valid when using Oracle 10g or greater database server");
15 die("skip test expected to work only with Oracle 10g or greater version of client");
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput397 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
106 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt218 ["g"]=>
219 string(1) "g"
/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt28 $g = array($g1,$g2,$g3);
29 list($e[$f++],$e[$f++]) = $g[$f];
/PHP-5.5/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",

Completed in 101 milliseconds

12345678910>>...13