Home
last modified time | relevance | path

Searched refs:z (Results 176 – 200 of 365) sorted by last modified time

12345678910>>...15

/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestinput10540 /[z-\x{100}]/8i
542 z
555 /[z-\x{100}]/8i
1106 /[z\x{1e9e}]+/8i
1112 /[z\x{00df}]+/8i
1118 /[z\x{1f88}]+/8i
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2841 example, for the pattern /^a\d+z\d+/ the returned value is "z", but for
3017 /^a\d+z\d+/ the returned value 1 (with "z" returned from
3304 not affect \Z or \z.
5551 \z matches only at the end of the subject
5581 the very end, whereas \z matches only at the end.
5779 ter, or z.
6093 / ( a ) (?| x ( y ) z | (p (q) r) | (t) u (v) ) ( z ) /x
6217 z{2,4}
6885 (?(?=[^a-z]*[a-z])
6886 \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} )
[all …]
/PHP-5.4/ext/pcre/pcrelib/
H A DHACKING192 OP_EOD match end of data: \z
H A DNEWS235 . Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and
H A DChangeLog449 12. The source of pcregrep now includes z/OS-specific code so that it can be
450 compiled for z/OS as part of the special z/OS distribution.
892 27. Added a definition for CHAR_NULL (helpful for the z/OS port), and use it in
1685 of $, \z, \Z, \b, and \B. If the match point is at the end of the string,
3037 pcrecpp::RE("a*?\\z").FullMatch("aaa") does again.
4347 (x(y(?2))z)? provoked this bug with a subject that got as far as the
5396 end of the subject) and add 5.005's \z, which really does match only at the
/PHP-5.4/ext/pcre/
H A Dconfig0.m418 if test -z "$PCRE_INCDIR"; then
28 if test -z "$PCRE_LIBDIR" ; then
/PHP-5.4/ext/pcntl/
H A Dpcntl.c25 #define IF_DEBUG(z) z argument
27 #define IF_DEBUG(z) argument
/PHP-5.4/ext/openssl/tests/
H A D001.phpt15 for ($z = "", $i = 0; $i < 1024; $i++) {
16 $z .= $i * $i;
/PHP-5.4/ext/odbc/
H A Dconfig.m4102 if test -z "$ODBC_TYPE"; then
129 if test -z "$ODBC_TYPE"; then
147 if test -z "$ODBC_TYPE"; then
172 if test -z "$ODBC_TYPE"; then
209 if test -z "$ODBC_TYPE"; then
229 if test -z "$ODBC_TYPE"; then
252 if test -z "$ODBC_TYPE"; then
292 if test -z "$ODBC_TYPE"; then
339 if test -z "$ODBC_TYPE"; then
367 if test -z "$ODBC_TYPE"; 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/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt61 func_test_mysqli_stmt_num_rows($stmt, "INSERT INTO test(id, label) VALUES (100, 'z')", 0, 30);
H A Dmysqli_stmt_store_result.phpt34 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (100, 'z')") ||
H A Dmysqli_stmt_bind_param.phpt88 $label = "z";
339 $id = 100; $label = 'z';
344 printf("[2007] Expecting record 100/z, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
349 if ($row['id'] != 100 || $row['label'] != 'z') {
H A Dmysqli_stmt_bind_param_references.phpt169 $label_a = 'z';
H A Dmysqli_stmt_bind_result.phpt306 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (1000, 'z')"))
H A Dmysqli_stmt_close.phpt50 $id = 100; $label = 'z';
H A Dmysqli_stmt_execute.phpt59 $label = "z";
H A Dmysqli_stmt_field_count.phpt66 if (!mysqli_stmt_prepare($stmt, "UPDATE test SET label = 'z' WHERE id = 1") ||
H A Dmysqli_report.phpt220 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES ($i, 'z')"))
275 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, 'z')", MYSQLI_USE_RESULT) ||
H A Dmysqli_set_local_infile_handler_openbasedir.phpt99 array('id' => 100, 'label' => 'z'),
H A Dmysqli_set_local_infile_default.phpt95 array('id' => 100, 'label' => 'z'),
102 array('id' => 99, 'label' => 'z'),
109 array('id' => 100, 'label' => 'z'),
H A Dmysqli_set_local_infile_handler.phpt136 array('id' => 100, 'label' => 'z'),
191 %unicode|string%(1) "z"
H A Dmysqli_set_local_infile_handler_nested_call.phpt90 array('id' => 100, 'label' => 'z'),
/PHP-5.4/ext/mysqlnd/
H A Dconfig9.m413 if test -z "$PHP_ZLIB_DIR"; then
H A Dmysqlnd.h234 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t… argument

Completed in 94 milliseconds

12345678910>>...15