Home
last modified time | relevance | path

Searched refs:z (Results 101 – 125 of 365) sorted by relevance

12345678910>>...15

/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt40 $db->exec("INSERT INTO test(id, label) VALUES (100, 'z')");
49 if (!isset($rows[0]['label']) || ($rows[0]['label'] != 'z')) {
62 $db->exec("INSERT INTO test(id, label) VALUES (100, 'z')");
70 if (!isset($rows[0]['label']) || ($rows[0]['label'] != 'z')) {
/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
163 [A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
164 [a-z\xb5\xdf-\xf6\xf8-\xff]
/PHP-5.4/ext/standard/
H A Dsha1.c124 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
125 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
126 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
127 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
/PHP-5.4/ext/ereg/tests/
H A D015.phpt4 <?php echo ereg_replace("^","z","abc123")?>
H A D008.phpt5 echo ereg_replace("([a-z]*)([-=+|]*)([0-9]+)","\\3 \\1 \\2\n","abc+-|=123");
/PHP-5.4/ext/gd/
H A Dconfig.m413 if test -z "$PHP_VPX_DIR"; then
18 if test -z "$PHP_JPEG_DIR"; then
23 if test -z "$PHP_PNG_DIR"; then
28 if test -z "$PHP_ZLIB_DIR"; then
83 if test -z "$GD_VPX_DIR"; then
109 if test -z "$GD_JPEG_DIR"; then
134 if test -z "$GD_PNG_DIR"; then
165 if test -z "$GD_XPM_DIR"; then
173 if test -z "$GD_XPM_INC"; then
227 if test -z "$GD_T1_DIR"; then
[all …]
/PHP-5.4/ext/oci8/
H A Dconfig.m45 if test -z "$SED"; then
78 test -z "$OCI8_ORACLE_VERSION" && OCI8_ORACLE_VERSION=7.3
112 if test -z "$PHP_OCI8"; then
122 if test -z "$tmp_version"; then
123 if test -z "$PHP_CONFIG"; then
131 if test -z "$php_version"; then
172 if test "$PHP_OCI8" = "yes" && test -z "$ORACLE_HOME"; then
185 if test -z "$PHP_OCI8"; then
194 if test -z "$PHP_OCI8"; then
289 if test -z "$PHP_OCI8_INSTANT_CLIENT"; then
/PHP-5.4/ext/imap/tests/
H A Dimap_include.inc44 $z = $resp->$mf;
46 if (($z >= $start_time) && ($z <= time())) {
49 echo "$mf is BAD ($z)\n";
52 echo "$mf is $z\n";
/PHP-5.4/ext/intl/tests/
H A Ddateformat_get_set_pattern2.phpt19 'yyyy-DDD.hh:mm:ss z',
70 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
71 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
H A Ddateformat_get_set_pattern.phpt19 'yyyy-DDD.hh:mm:ss z',
70 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
71 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
H A Dcollator_get_sort_key_variant3.phpt35 'аа', 'а', 'z',
69 source: z
H A Dcollator_get_sort_key.phpt37 'аа', 'а', 'z',
71 source: z
H A Dcollator_get_sort_key_variant2.phpt36 'аа', 'а', 'z',
70 source: z
/PHP-5.4/ext/standard/tests/array/
H A Dusort_variation10.phpt31 "z" => -99, 0 => 1, "z" => 3);
/PHP-5.4/ext/spl/tests/
H A Dbug46115.phpt7 $z = $x->invoke($h);
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c23658 z[j++] = z[i];
26327 z[j++] = z[i];
87347 for(z=zInput; *z; z=z+n){
89540 while( z[0]!=0 && z[0]!=' ' ) z++;
92888 z = pBegin->z;
141346 return isConsonant(z) && z[0]==z[1];
141360 z[0]!='w' && z[0]!='x' && z[0]!='y' &&
141592 if( z[0]=='e' && z[2]=='n' && (z[3]=='a' || z[3]=='e') && m_gt_1(z+4) ){
141607 if( z[0]=='e' && z[2]=='b' && (z[3]=='a' || z[3]=='i') && m_gt_1(z+4) ){
141952 z = &z[n+1];
[all …]
/PHP-5.4/Zend/tests/
H A Dlsb_018.phpt48 $z = Baz::getInstance();
55 $z->identify();
H A Dclosure_029.phpt8 var_dump(@function(&$x) use ($y, $z) { } instanceof closure);
/PHP-5.4/ext/date/tests/
H A Dbug33532.phpt20 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
29 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
H A D009_win32.phpt18 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
28 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
/PHP-5.4/ext/date/lib/
H A Dastro.c157 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local
170 z = y * sind(obl_ecl); in astro_sun_RA_dec()
175 *dec = atan2d(z, sqrt(x*x + y*y)); in astro_sun_RA_dec()
/PHP-5.4/tests/lang/
H A DpassByReference_009.phpt11 function foo2($x, &$y, $z)
/PHP-5.4/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-12.phpt11 echo mb_ereg_replace("^","z","abc123");
H A Dmb_ereg_replace-compat-06.phpt11 echo mb_ereg_replace("([a-z]*)([-=+|]*)([0-9]+)","\\3 \\1 \\2\n","abc+-|=123");
/PHP-5.4/ext/pdo_pgsql/
H A Dconfig.m457 if test -z "$PGSQL_INCLUDE"; then
61 if test -z "$PGSQL_LIBDIR"; then
65 if test -z "$PGSQL_INCLUDE" -a -z "$PGSQL_LIBDIR" ; then

Completed in 571 milliseconds

12345678910>>...15