Home
last modified time | relevance | path

Searched refs:z (Results 201 – 225 of 388) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/pdo_mysql/
H A Dconfig.m410 if test -z "$PHP_ZLIB_DIR"; then
100 PHP_ADD_LIBRARY_WITH_PATH(z, $PHP_ZLIB_DIR, PDO_MYSQL_SHARED_LIBADD)
108 PHP_ADD_LIBRARY(z,, PDO_MYSQL_SHARED_LIBADD)
/PHP-5.5/ext/intl/tests/
H A Ddateformat_clone.phpt21 ut_datefmt_set_pattern( $fmt , 'yyyy-DDD.hh:mm:ss z' );
H A Ddateformat_clone2.phpt21 ut_datefmt_set_pattern( $fmt , 'yyyy-DDD.hh:mm:ss z' );
/PHP-5.5/ext/standard/tests/array/
H A Dend_variation2.phpt19 $array_arg = array ('a' => 'z', array(9, 8, 7));
H A Dnext_variation2.phpt19 $array_arg = array ('a' => 'z', array(9, 8, 7));
H A Dprev_variation2.phpt22 $array_arg = array ($subarray, 'a' => 'z');
/PHP-5.5/ext/bz2/
H A Dconfig.m422 if test -z "$BZIP_DIR"; then
/PHP-5.5/ext/ftp/tests/
H A Dcert.pem42 oVUoKf2818t1s9aA4ptog04sNi+Ixu+z+3yYNLZj51j4ZX3KuXxLIiQvlvFQ8LQi
/PHP-5.5/build/
H A Dlibtool.m4144 test -z "$AR" && AR=ar
146 test -z "$AS" && AS=as
147 test -z "$CC" && CC=cc
148 test -z "$LTCC" && LTCC=$CC
151 test -z "$LD" && LD=ld
154 test -z "$NM" && NM=nm
155 test -z "$SED" && SED=sed
447 if test -z "$ECHO"; then
2291 [if test -z "$LD"; then
3728 # as -z defs.
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput236 /(abc|a+z)/I
49 /z{65536}/
65 /[z-a]/
73 /(?z)abc/
138 /ab(?z)cd/
2882 /(?(?=[^a-z]+[a-z]) \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} ) /xSI
3129 /abc\z/
3161 /(a\1z)/BZ
3425 /z(*ACCEPT)a/+I
3453 /(a\1z)/BZ
[all …]
H A Dtestoutput272 /(abc|a+z)/I
99 /z{65536}/
138 /[z-a]/
150 /(?z)abc/
354 /ab(?z)cd/
1699 1: z
9870 z
10199 /(?(?=[^a-z]+[a-z]) \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} ) /xSI
10913 /abc\z/
10982 z
[all …]
H A Dtestoutput8146 x0y+z
147 0: x0y+z
158 x y+z
211 /a\d\z/
221 /a\d\z/m
1450 /^\*\.[a-z]([a-z\-\d]*[a-z\d]+)?(\.[a-z]([a-z\-\d]*[a-z\d]+)?)*$/
1557 z
1558 0: z
1584 z
1585 0: z
[all …]
/PHP-5.5/ext/xml/
H A Dcompat.c96 int z = 0; in _start_element_handler_ns() local
182 attrs[z] = qualified_name_attr; in _start_element_handler_ns()
183 attrs[z + 1] = xmlStrndup(attributes[y + 3] , (int) (attributes[y + 4] - attributes[y + 3])); in _start_element_handler_ns()
184 z += 2; in _start_element_handler_ns()
188 attrs[z] = NULL; in _start_element_handler_ns()
192 for (i = 0; i < z; i++) { in _start_element_handler_ns()
/PHP-5.5/ext/pcre/tests/
H A Dpreg_quote_basic.phpt14 var_dump(preg_match('/^[tT]\w{6} - ' . preg_quote($string_before, '/') . ' [a-z]*\s*work$/', $strin…
/PHP-5.5/ext/enchant/
H A Dconfig.m426 if test -z "$ENCHANT_DIR"; then
/PHP-5.5/ext/ereg/tests/
H A Dspliti_basic_004.phpt13 var_dump(spliti('[a-z]', '--- A ---'));
H A Deregi_basic.phpt25 …:]]case', $string, $match2)); //character class lower should just match [a-z] but in case insensi…
/PHP-5.5/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt13 "г"=>"g","ш"=>"sh","щ"=>"sh","з"=>"z","х"=>"x","ъ"=>"\'",
/PHP-5.5/sapi/aolserver/
H A Dconfig.m414 if test -z "$PHP_AOLSERVER_SRC" || test ! -d $PHP_AOLSERVER_SRC/include; then
/PHP-5.5/ext/pspell/
H A Dconfig.m426 if test -z "$PSPELL_DIR"; then
/PHP-5.5/ext/date/tests/
H A D004.phpt14 var_dump(date("z", $t));
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_rollback.phpt23 $db->query("INSERT INTO test(id, label) VALUES (100, 'z')");
36 $db->query("INSERT INTO test(id, label) VALUES (100, 'z')");
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt52 echo 'Read '.stream_get_contents($r['data'], 1, 25)."$\n"; // z
96 Read z$
/PHP-5.5/ext/date/
H A Dphp_date.c1082 offset->offset = (t->z) * -60; in date_format()
2308 new_obj->tzi.z.utc_offset = old_obj->tzi.z.utc_offset; in date_object_clone_timezone()
2309 new_obj->tzi.z.dst = old_obj->tzi.z.dst; in date_object_clone_timezone()
2310 new_obj->tzi.z.abbr = strdup(old_obj->tzi.z.abbr); in date_object_clone_timezone()
2504 free(intern->tzi.z.abbr); in date_object_free_storage_timezone()
2604 new_dst = tzobj->tzi.z.dst; in php_date_initialize()
2622 now->z = new_offset; in php_date_initialize()
2625 now->z = new_offset; in php_date_initialize()
2911 add_assoc_zval(z, "errors", element); in zval_from_error_container()
3281 tzobj->tzi.z.utc_offset = t->z; in set_timezone_from_timelib_time()
[all …]
/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c148 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
149 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument

Completed in 105 milliseconds

12345678910>>...16