Home
last modified time | relevance | path

Searched refs:z (Results 226 – 250 of 370) sorted by relevance

12345678910>>...15

/PHP-5.3/ext/date/lib/
H A Dparse_date.re576 while ((**ptr >= 'A' && **ptr <= 'Z') || (**ptr >= 'a' && **ptr <= 'z')) {
609 while ((**ptr >= 'A' && **ptr <= 'Z') || (**ptr >= 'a' && **ptr <= 'z')) {
891 tz = "("? [A-Za-z]{1,6} ")"? | [A-Z][a-z]+([_/-][A-Za-z]+)+;
1078 s->time->z = 0;
1241 s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, s->tzdb, tz_get_wrapper);
1831 in.time->z = TIMELIB_UNSET;
1918 in.time->z = TIMELIB_UNSET;
1955 …case 'z': /* day of year - resets month (0 based) - also initializes everything else to !TIMELIB_U…
2082 s->time->z = 0;
2242 if (parsed->z == TIMELIB_UNSET) parsed->z = now->z != TIMELIB_UNSET ? now->z : 0;
[all …]
H A Dtimelib_structs.h157 int z; /* GMT offset in minutes */ member
H A Dtimelib.c216 printf(" GMT %05d%s", d->z, d->dst == 1 ? " (DST)" : ""); in timelib_dump_date()
230 printf(" %05d%s", d->z, d->dst == 1 ? " (DST)" : ""); in timelib_dump_date()
/PHP-5.3/ext/standard/tests/array/
H A Darray_diff_variation7.phpt39 $arr1 = array('x', 'y', 'z');
H A Darray_diff_assoc_variation7.phpt41 $arr1 = array('zero' => 'x', 'one' => 'y', 'two' => 'z');
/PHP-5.3/ext/recode/
H A Dconfig.m430 if test -z "$RECODE_DIR"; then
/PHP-5.3/ext/date/tests/
H A Didate_variation4.phpt27 'Day of the year' => 'z',
/PHP-5.3/ext/snmp/
H A Dconfig.m460 if test -z "$SNMP_INCDIR"; then
62 elif test -z "$SNMP_LIBDIR"; then
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput269 /(abc|a+z)/I
96 /z{65536}/
135 /[z-a]/
147 /(?z)abc/
351 /ab(?z)cd/
1699 1: z
9789 z
10118 /(?(?=[^a-z]+[a-z]) \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} ) /xSI
10867 /abc\z/
10936 z
[all …]
H A Dtestoutput4587 /[z-\x{200}]/8
595 0: z
631 0: z
755 /[z-\x{100}]/8i
756 z
757 0: z
939 0: z\x{0a}p
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.c1892 { yygotominor.yy372 = atoi(yymsp[0].minor.yy0.z); } in yy_reduce()
1897 { yygotominor.yy372 = -atoi(yymsp[0].minor.yy0.z); } in yy_reduce()
1951 sqliteAddCollateType(pParse, sqliteCollateType(yymsp[0].minor.yy0.z, yymsp[0].minor.yy0.n)); in yy_reduce()
2259 {yygotominor.yy0.z=0; yygotominor.yy0.n=0;} in yy_reduce()
2358 {yygotominor.yy372 = sqliteCollateType(yymsp[0].minor.yy0.z, yymsp[0].minor.yy0.n);} in yy_reduce()
2788 …sqliteExprSpan(yygotominor.yy242,&yymsp[-3].minor.yy242->span,yymsp[0].minor.yy0.z?&yymsp[0].minor… in yy_reduce()
2799 …sqliteExprSpan(yygotominor.yy242,&yymsp[-4].minor.yy242->span,yymsp[0].minor.yy0.z?&yymsp[0].minor… in yy_reduce()
2896 all.z = yymsp[-4].minor.yy0.z; in yy_reduce()
2897 all.n = (yymsp[0].minor.yy0.z - yymsp[-4].minor.yy0.z) + yymsp[0].minor.yy0.n; in yy_reduce()
3057 { yygotominor.yy0.z = 0; yygotominor.yy0.n = 0; } in yy_reduce()
[all …]
H A DvdbeInt.h117 char *z; /* String value */ member
/PHP-5.3/ext/mssql/
H A Dconfig.m424 if test -z "$FREETDS_INSTALLATION_DIR"; then
/PHP-5.3/ext/mbstring/tests/
H A Dmb_ereg_search_xxx.phpt29 test_search( $enc, 'abcde abdeabcf anvfabc odu abcd ', '(ab[a-z]+)', $opt );
/PHP-5.3/ext/zip/
H A Dconfig.m48 if test -z "$PHP_ZLIB_DIR"; then
46 PHP_ADD_LIBRARY_WITH_PATH(z, $PHP_ZLIB_DIR/$PHP_LIBDIR, ZIP_SHARED_LIBADD)
/PHP-5.3/ext/pdo_oci/
H A Dconfig.m413 if test -z "$PDO_OCI_VERSION"; then
59 if test "$PHP_PDO_OCI" = "yes" || test -z "$PHP_PDO_OCI"; then
67 if test -z "$PDO_OCI_DIR"; then
/PHP-5.3/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
H A Dpreg_replace_error1.phpt17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler.phpt136 array('id' => 100, 'label' => 'z'),
191 %unicode|string%(1) "z"
H A Dmysqli_change_user_insert_id.phpt27 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, 'z')"))
/PHP-5.3/scripts/
H A Dphpize.m421 test -z "$CFLAGS" && auto_cflags=1
50 if test -z "$prefix"; then
/PHP-5.3/Zend/
H A Dzend.c253 zval *z = Z_OBJ_HANDLER_P(expr, get)(expr TSRMLS_CC); in zend_make_printable_zval() local
255 Z_ADDREF_P(z); in zend_make_printable_zval()
256 if (Z_TYPE_P(z) != IS_OBJECT) { in zend_make_printable_zval()
257 zend_make_printable_zval(z, expr_copy, use_copy); in zend_make_printable_zval()
259 zval_ptr_dtor(&z); in zend_make_printable_zval()
261 ZVAL_ZVAL(expr_copy, z, 0, 1); in zend_make_printable_zval()
266 zval_ptr_dtor(&z); in zend_make_printable_zval()
/PHP-5.3/ext/standard/tests/strings/
H A Dtrim_error.phpt26 var_dump(trim($hello, "z..a"));
H A Dltrim_error.phpt26 var_dump(ltrim($hello, "z..a"));
/PHP-5.3/ext/mysqlnd/
H A Dconfig9.m413 if test -z "$PHP_ZLIB_DIR"; then

Completed in 65 milliseconds

12345678910>>...15