Home
last modified time | relevance | path

Searched refs:g (Results 126 – 150 of 293) sorted by relevance

12345678910>>...12

/PHP-5.3/ext/gd/tests/
H A Dbug49600.phpt15 foreach (array("E", "I", "P", "g", "i", "q") as $c)
/PHP-5.3/ext/dom/tests/
H A Dbug44648.phpt33 $root->setAttributeNS('urn::test', 'a:g@hi', '789');
/PHP-5.3/Zend/tests/
H A Dfunction_exists_basic.phpt23 var_dump(function_exists('g'));
/PHP-5.3/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data98 g=g
/PHP-5.3/ext/mysqli/
H A Dconfig.m440 MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
41 MYSQLI_LIBLINE=`$MYSQL_CONFIG $MYSQL_LIB_CFG | $SED -e "s/'//g"`
/PHP-5.3/ext/standard/tests/array/
H A Dasort_object1.phpt58 "g" => new for_string_asort("Lemon"), "h" => new for_string_asort("aPPle")
126 ["g"]=>
204 ["g"]=>
H A Drange.phpt168 string(1) "g"
250 string(1) "g"
440 string(1) "g"
H A Darray_combine.phpt15 $g = array_combine($array2, $array3);
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput2480 /.i./I+g
486 /^.is/I+g
2056 /^(a)\g-2/
2058 /^(a)\g/
2060 /^(a)\g{0}/
2062 /^(a)\g{3/
2064 /^(a)\g{4a}/
2160 /\g{A/
2306 /(*ANY).*/g
2312 /(*CRLF).*/g
[all …]
H A Dtestoutput392 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
101 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.3/ext/standard/tests/strings/
H A Dstristr_basic.phpt15 var_dump( stristr("test strinG", "g") );
H A Dstr_split_variation4.phpt79 string(5) "g wit"
90 string(5) "g\tco"
H A Daddcslashes_003.phpt38 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
H A Dstripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
/PHP-5.3/ext/date/tests/
H A DDateTime_extends_basic1.phpt14 public static $format = "F j, Y, g:i:s a";
H A D004.phpt20 var_dump(date("g", $t));
/PHP-5.3/ext/pdo_mysql/
H A Dconfig.m469 PDO_MYSQL_LIBS=`$PDO_MYSQL_CONFIG --libs_r | $SED -e "s/'//g"`
72 PDO_MYSQL_LIBS=`$PDO_MYSQL_CONFIG --libs | $SED -e "s/'//g"`
74 PDO_MYSQL_INCLUDE=`$PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-5.3/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc58 'g+79uzgYgL6xewnen4LX8y39ccRp50nXBfqdAxmXTDx3lm/aePRodRVd2+NBkr6TPIvpvhdHWyIl8GyJvmU4z9n6A1TsJSriFY…
67 'g/aYk/BpNje/2vklGSmyfZNdt+NFrem8upMeqqrfEoxpUEHTJbpiZskDBrhYMudUSOUkZctDnrj4T8MfSIHfNCQ5r9Yjr0dVo2…
121 'QaJCPwXovagTDrUw0cLhldsPc0U+g+87AzfsF77/YeH1zs52RXNkclV7wpjbk8Ksqdiv42jYYdx/WHh3dPh6d2+nogDlC5Uxly…
/PHP-5.3/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt13 "г"=>"g","ш"=>"sh","щ"=>"sh","з"=>"z","х"=>"x","ъ"=>"\'",
/PHP-5.3/Zend/
H A DZend.m441 CFLAGS=`echo $CFLAGS | sed -e 's/-g//'`
216 echo " $CFLAGS" | grep ' -g' >/dev/null || DEBUG_CFLAGS="-g"
217 if test "$CFLAGS" = "-g -O2"; then
218 CFLAGS=-g
/PHP-5.3/ext/hash/
H A Dhash_sha.c483 php_hash_uint32 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
498 T1 = h + SHA256_F3(e) + SHA256_F0(e,f,g) + SHA256_K[i] + W[i]; in SHA256Transform()
500 h = g; g = f; f = e; e = d + T1; in SHA256Transform()
510 state[6] += g; in SHA256Transform()
793 php_hash_uint64 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
808 T1 = h + SHA512_F3(e) + SHA512_F0(e,f,g) + SHA512_K[i] + W[i]; in SHA512Transform()
810 h = g; g = f; f = e; e = d + T1; in SHA512Transform()
820 state[6] += g; in SHA512Transform()
/PHP-5.3/ext/oci8/tests/
H A Dconn_attr_3.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.3/ext/mbstring/oniguruma/
H A Dst.c545 register unsigned int h = 0, g; local
549 if ( g = h & 0xF0000000 )
550 h ^= g >> 24;
551 h &= ~g;
/PHP-5.3/sapi/cli/
H A DREADME18 the command line (e.g. php -r 'echo md5("test");' )

Completed in 49 milliseconds

12345678910>>...12