Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.5/ext/standard/tests/strings/
H A Dstrripos.phpt9 var_dump(strripos("test string", "g"));
H A Dstrrpos.phpt9 var_dump(strrpos("test string", "g"));
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"
/PHP-5.5/ext/dom/tests/
H A Dbug44648.phpt33 $root->setAttributeNS('urn::test', 'a:g@hi', '789');
/PHP-5.5/Zend/tests/
H A Dfunction_exists_basic.phpt23 var_dump(function_exists('g'));
/PHP-5.5/ext/gd/tests/
H A Dbug49600.phpt15 foreach (array("E", "I", "P", "g", "i", "q") as $c)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data98 g=g
/PHP-5.5/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"
/PHP-5.5/ext/pdo_mysql/
H A Dconfig.m460 PDO_MYSQL_LIBS=`$PDO_MYSQL_CONFIG --libs_r | $SED -e "s/'//g"`
63 PDO_MYSQL_LIBS=`$PDO_MYSQL_CONFIG --libs | $SED -e "s/'//g"`
65 PDO_MYSQL_INCLUDE=`$PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-5.5/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.5/ext/pcre/pcrelib/testdata/
H A Dwintestoutput388 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
97 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
H A Dtestinput2476 /.i./I+g
482 /^.is/I+g
2064 /^(a)\g/
2166 /\g{A/
4022 /\g{4df}/
4028 /\g'3gh'/
4030 /\g<5fg>/
4119 g
4120 g\O3
4123 g
[all …]
/PHP-5.5/ext/mysqli/
H A Dconfig.m437 MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
38 MYSQLI_LIBLINE=`$MYSQL_CONFIG $MYSQL_LIB_CFG | $SED -e "s/'//g"`
/PHP-5.5/sapi/cgi/
H A Dconfig9.m458 …HP_BINARY_OBJS) \$(PHP_CGI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/g'\` | \$(AWK) '{ if (…
60 …S) \$(PHP_BINARY_OBJS) \$(PHP_CGI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (…
/PHP-5.5/sapi/cli/
H A Dconfig.m439 …HP_BINARY_OBJS) \$(PHP_CLI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/g'\` | \$(AWK) '{ if (…
41 …S) \$(PHP_BINARY_OBJS) \$(PHP_CLI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (…
/PHP-5.5/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.5/ext/intl/tests/
H A Dbug58756_MessageFormatter.phpt21 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
H A Dbug58756_MessageFormatter_variant2.phpt21 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
/PHP-5.5/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt13 "г"=>"g","ш"=>"sh","щ"=>"sh","з"=>"z","х"=>"x","ъ"=>"\'",
/PHP-5.5/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.5/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");

Completed in 44 milliseconds

12345678910>>...13