Home
last modified time | relevance | path

Searched refs:z (Results 376 – 398 of 398) sorted by relevance

1...<<111213141516

/PHP-5.6/
H A Dltmain.sh270 for z in $available_tags; do
271 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
273 …val "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$…
289 tagname=$z
H A Dconfig.guess300 *:z/VM:*:*)
H A DINSTALL1599 in order: [HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y.z],
1601 [HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x], where x, y and z mean the PHP
H A Dphp.ini-development1591 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A Dphp.ini-production1591 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A DNEWS10042 - Fixed bug #37920 (compilation problems on z/OS). (Tony)
10279 vars). (Dmitry)z
11230 - Fixed bug #32021 (Crash caused by range('', 'z')). (Derick)
11402 - Fixed bug #32021 (Crash caused by range('', 'z')). (Derick)
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregcomp.c4382 static int z = 1<<15; /* 32768: something big value */ in select_opt_map_info() local
4392 v1 = z / now->value; in select_opt_map_info()
4393 v2 = z / alt->value; in select_opt_map_info()
4625 int i, z; in optimize_node_left() local
4638 z = BITSET_AT(cc->bs, i); in optimize_node_left()
4639 if ((z && !IS_NCCLASS_NOT(cc)) || (!z && IS_NCCLASS_NOT(cc))) { in optimize_node_left()
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt306 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (1000, 'z')"))
H A Dmysqli_get_client_stats.phpt793 if (!mysqli_query($link, "UPDATE test SET label ='z' WHERE id = 100"))
/PHP-5.6/ext/simplexml/
H A Dsimplexml.c58 static zval *sxe_get_value(zval *z TSRMLS_DC);
1954 static zval *sxe_get_value(zval *z TSRMLS_DC) /* {{{ */ in sxe_get_value()
1960 if (sxe_object_cast(z, retval, IS_STRING TSRMLS_CC)==FAILURE) { in sxe_get_value()
/PHP-5.6/sapi/fpm/
H A Dphp-fpm.conf.in435 ; %d/%b/%Y:%H:%M:%S %z (default)
438 ; %d/%b/%Y:%H:%M:%S %z (default)
/PHP-5.6/ext/standard/tests/file/
H A Dfgetcsv_variation31.phpt75 $enc = 'z';
/PHP-5.6/ext/date/lib/
H A Dparse_date.c975 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz… in scan()
4481 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz… in scan()
8792 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz… in scan()
11066 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz… in scan()
14796 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz… in scan()
20455 s->time->z = 0; in scan()
23893 in.time->z = TIMELIB_UNSET; in timelib_strtotime()
23986 in.time->z = TIMELIB_UNSET; in timelib_parse_from_format()
24150 s->time->z = 0; in timelib_parse_from_format()
24311 if (parsed->z == TIMELIB_UNSET) parsed->z = now->z != TIMELIB_UNSET ? now->z : 0; in timelib_fill_holes()
[all …]
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.h5985 SQLITE_API int SQLITE_STDCALL sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt2852 example, for the pattern /^a\d+z\d+/ the returned value is "z", but for
3028 /^a\d+z\d+/ the returned value 1 (with "z" returned from
3315 not affect \Z or \z.
5575 \z matches only at the end of the subject
5605 the very end, whereas \z matches only at the end.
5803 ter, or z.
6117 / ( a ) (?| x ( y ) z | (p (q) r) | (t) u (v) ) ( z ) /x
6241 z{2,4}
6909 (?(?=[^a-z]*[a-z])
6910 \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} )
[all …]
/PHP-5.6/ext/wddx/tests/
H A Dbug37569.phpt249 <wddxPacket version='1.0'><header/><data><string>z</string></data></wddxPacket>
/PHP-5.6/ext/pcre/pcrelib/
H A DHACKING192 OP_EOD match end of data: \z
H A DNEWS243 . Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and
H A DChangeLog625 12. The source of pcregrep now includes z/OS-specific code so that it can be
626 compiled for z/OS as part of the special z/OS distribution.
1068 27. Added a definition for CHAR_NULL (helpful for the z/OS port), and use it in
1861 of $, \z, \Z, \b, and \B. If the match point is at the end of the string,
3213 pcrecpp::RE("a*?\\z").FullMatch("aaa") does again.
4523 (x(y(?2))z)? provoked this bug with a subject that got as far as the
5572 end of the subject) and add 5.005's \z, which really does match only at the
/PHP-5.6/Zend/
H A DZEND_CHANGES777 $foo->z++;
H A Dzend_compile.c342 zval *z = (zval*)zv; in zend_insert_literal() local
343 Z_STRVAL_P(z) = (char*)zend_new_interned_string(Z_STRVAL_P(zv), Z_STRLEN_P(zv) + 1, 1 TSRMLS_CC); in zend_insert_literal()
/PHP-5.6/win32/
H A Dinstall.txt1255 order: HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y.z\IniFilePath,
1257 HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x\IniFilePath, where x, y and z
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic111 # Infocom (see z-machine)
1227 >3 regex =[a-z] rev.%s
4368 0 string 7z\274\257\047\034 7-zip archive data,
4371 !:mime application/x-7z-compressed
9034 >&0 regex [0-9a-z.]+ \b, version %s
9040 >&0 regex [0-9a-z.]+ \b, version %s
9047 >>&0 regex [0-9a-z.]+ \b, version %s
13094 >0 regex/1 (^[0-9]{5})[acdnp][^bhlnqsu-z] MARC21 Bibliographic
13096 >0 regex/1 (^[0-9]{5})[acdnosx][z] MARC21 Authority
16698 >0 regex include\ [A-Z]|def\ [a-z]|\ do$
[all …]

Completed in 282 milliseconds

1...<<111213141516