Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.4/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.4/ext/oci8/tests/
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");
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 Dbug36403.phpt7 die("skip expected output only valid with Oracle 10g or greater version of client");
/PHP-5.4/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt218 ["g"]=>
219 string(1) "g"
/PHP-5.4/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.4/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt28 $g = array($g1,$g2,$g3);
29 list($e[$f++],$e[$f++]) = $g[$f];
/PHP-5.4/ext/standard/tests/strings/
H A Dstripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrrpos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstristr.phpt13 var_dump(stristr("tEsT sTrInG", "g"));
/PHP-5.4/ext/date/tests/
H A DDateTime_format_error.phpt23 $format = "F j, Y, g:i a";
H A Ddate_format_basic1.phpt17 var_dump( date_format($date, "F j, Y, g:i a") );
H A Dstrftime_variation13.phpt29 'Year without century' => "%g",
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 Dgmstrftime_variation13.phpt29 'Year without century' => "%g",
H A Dgmstrftime_variation14.phpt29 'Year without century' => "%g",
H A Dstrftime_variation14.phpt29 'Year without century' => "%g",
/PHP-5.4/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
/PHP-5.4/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-5.4/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-5.4/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-5.4/ext/gmp/tests/
H A D022.phpt27 var_dump(gmp_strval($r['g']));

Completed in 28 milliseconds

12345678910>>...12