Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h5203 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
/PHP-5.3/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.3/ext/simplexml/
H A Dsimplexml.c58 static zval *sxe_get_value(zval *z TSRMLS_DC);
1895 static zval *sxe_get_value(zval *z TSRMLS_DC) /* {{{ */ in sxe_get_value()
1901 if (sxe_object_cast(z, retval, IS_STRING TSRMLS_CC)==FAILURE) { in sxe_get_value()
/PHP-5.3/ext/standard/tests/file/
H A Dfgetcsv_variation31.phpt75 $enc = 'z';
/PHP-5.3/ext/date/lib/
H A Dparse_date.c1046 …s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_g… in scan()
4508 …s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_g… in scan()
9838 …s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_g… in scan()
12113 …s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_g… in scan()
15853 …s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_g… in scan()
21387 s->time->z = 0; in scan()
24824 in.time->z = TIMELIB_UNSET; in timelib_strtotime()
24911 in.time->z = TIMELIB_UNSET; in timelib_parse_from_format()
25075 s->time->z = 0; in timelib_parse_from_format()
25235 if (parsed->z == TIMELIB_UNSET) parsed->z = now->z != TIMELIB_UNSET ? now->z : 0; in timelib_fill_holes()
[all …]
/PHP-5.3/
H A Dconfig.guess294 *: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-development1651 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A Dphp.ini-production1651 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A DNEWS5414 - Fixed bug #37920 (compilation problems on z/OS). (Tony)
5651 vars). (Dmitry)z
6602 - Fixed bug #32021 (Crash caused by range('', 'z')). (Derick)
6774 - Fixed bug #32021 (Crash caused by range('', 'z')). (Derick)
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2699 example, for the pattern /^a\d+z\d+/ the returned value is "z", but for
2893 /^a\d+z\d+/ the returned value 1 (with "z" returned from
3158 not affect \Z or \z.
5245 \z matches only at the end of the subject
5275 the very end, whereas \z matches only at the end.
5735 / ( a ) (?| x ( y ) z | (p (q) r) | (t) u (v) ) ( z ) /x
5849 z{2,4}
6521 (?(?=[^a-z]*[a-z])
6522 \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} )
7382 \z end of subject
[all …]
/PHP-5.3/ext/wddx/tests/
H A Dbug37569.phpt249 <wddxPacket version='1.0'><header/><data><string>z</string></data></wddxPacket>
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING184 OP_EOD match end of data: \z
H A DNEWS138 . Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and
H A DChangeLog132 27. Added a definition for CHAR_NULL (helpful for the z/OS port), and use it in
925 of $, \z, \Z, \b, and \B. If the match point is at the end of the string,
2276 pcrecpp::RE("a*?\\z").FullMatch("aaa") does again.
3586 (x(y(?2))z)? provoked this bug with a subject that got as far as the
4635 end of the subject) and add 5.005's \z, which really does match only at the
/PHP-5.3/Zend/
H A DZEND_CHANGES777 $foo->z++;
/PHP-5.3/win32/
H A Dinstall.txt1405 order: HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y.z\IniFilePath,
1407 HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x\IniFilePath, where x, y and z
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic99 # Infocom (see z-machine)
1116 >3 regex =[a-z] rev.%s
3796 0 string 7z\274\257\047\034 7-zip archive data,
3799 !:mime application/x-7z-compressed
7390 >&0 regex [0-9a-z.]+ \b, version %s
7396 >&0 regex [0-9a-z.]+ \b, version %s
7403 >>&0 regex [0-9a-z.]+ \b, version %s
7554 # they will ordinarily reported as "compressed", but at least -z helps
7571 # they will ordinarily reported as "compressed", but at least -z helps
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch1110 z.next_in = (Bytef *)strchr((const char *)old + data_start,

Completed in 262 milliseconds

1...<<1112131415