Home
last modified time | relevance | path

Searched refs:z (Results 226 – 250 of 388) sorted by last modified time

12345678910>>...16

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_change_user_insert_id.phpt27 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, 'z')"))
H A Dbug44897.phpt31 $new_label = 'z';
H A Dbug49442.phpt128 %unicode|string%(1) "z"
/PHP-5.5/ext/mysqli/
H A Dmysqli_warning.c35 #define ZVAL_UTF8_STRING(z, s, flags) ZVAL_STRING((z), (char*)(s), ((flags) & ZSTR_DUPLICA… argument
36 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l), ((flags) & ZSTR_D… argument
268 zval *z; local
279 if (zend_parse_parameters(1 TSRMLS_CC, "o", &z)==FAILURE) {
282 obj = (mysqli_object *)zend_object_store_get_object(z TSRMLS_CC);\
286 MYSQLI_FETCH_RESOURCE_CONN(mysql, &z, MYSQLI_STATUS_VALID);
299 MYSQLI_FETCH_RESOURCE_STMT(stmt, &z, MYSQLI_STATUS_VALID);
/PHP-5.5/ext/mysql/tests/
H A Dmysql_num_rows.phpt43 func_test_mysql_num_rows($link, "INSERT INTO test(id, label) VALUES (100, 'z')", NULL, 15);
H A Dmysql_query_load_data_openbasedir.phpt68 !fwrite($fp, (binary)"99;'z';\n")) {
74 !fwrite($fp, "99;'z';\n")) {
/PHP-5.5/ext/mysql/
H A Dconfig.m452 if test -z "$PHP_ZLIB_DIR"; then
75 if test -z "$MYSQL_DIR"; then
92 if test -z "$PHP_LIBDIR"; then
100 if test -z "$MYSQL_LIB_DIR"; then
103 if test -z "$MYSQL_LIB_DIR"; then
107 if test -z "$MYSQL_LIB_DIR"; then
115 PHP_ADD_LIBRARY_WITH_PATH(z, $PHP_ZLIB_DIR, MYSQL_SHARED_LIBADD)
123 PHP_ADD_LIBRARY(z,, MYSQL_SHARED_LIBADD)
/PHP-5.5/ext/mssql/
H A Dconfig.m424 if test -z "$FREETDS_INSTALLATION_DIR"; then
/PHP-5.5/ext/mcrypt/
H A Dconfig.m431 if test -z "$MCRYPT_DIR"; then
/PHP-5.5/ext/mbstring/tests/
H A Dmb_split_variation3.phpt19 $pattern = '[a-z]';
H A Dmb_split_variation2.phpt20 $pattern = '[a-z]';
H A Dmb_ereg_replace_variation2.phpt19 $pattern = '[a-z]';
H A Dmb_ereg.phpt23 test_ereg( $enc, b'abc ([a-z]+) ([a-z]+) ([a-z]+)$', b"abc def ghi jkl" );
H A Dmb_ereg_replace.phpt12 print mb_ereg_replace( '([a-z]+)','[\\1]', 'abc def ghi' );
H A Dmb_ereg_replace_variation3.phpt19 $pattern = '[a-z]';
H A Dmb_ereg_search_xxx.phpt29 test_search( $enc, 'abcde abdeabcf anvfabc odu abcd ', '(ab[a-z]+)', $opt );
H A Dmb_eregi_invalid_arguments.phpt13 var_dump(mb_eregi('z', 'XYZ'));
H A Dmb_eregi_replace.phpt13 "г"=>"g","ш"=>"sh","щ"=>"sh","з"=>"z","х"=>"x","ъ"=>"\'",
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c4383 static int z = 1<<15; /* 32768: something big value */ in select_opt_map_info() local
4393 v1 = z / now->value; in select_opt_map_info()
4394 v2 = z / alt->value; in select_opt_map_info()
4626 int i, z; in optimize_node_left() local
4639 z = BITSET_AT(cc->bs, i); in optimize_node_left()
4640 if ((z && !IS_NCCLASS_NOT(cc)) || (!z && IS_NCCLASS_NOT(cc))) { in optimize_node_left()
H A DHISTORY64 2007/06/11: [spec] allow anchor in enclosed repeater. /(\z)*/
382 anchors(\A, \z, \Z) cause invalid result.
383 ex. /(?!\G)a\z/.match("ba")
872 ex. /^[a-z]{2,}?$/.match("aaa") fail.
1372 ==> H-Z, h-z, 0x5b-0x60, a-c, A-C
1878 2002/12/23: [bug] prec-read in alternative (/a|(?=z).f/.match("zf") => nil)
1879 2002/12/23: [bug] \G in alternative (/a|\Gz/.match("bza") => "z").
H A DREADME181 ? add ONIG_OPTION_NOTBOS/NOTEOS. (\A, \z, \Z)
H A DREADME.ja187 ? ONIG_OPTION_NOTBOS/NOTEOS�ɲ� (\A, \z, \Z)
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE145 \z end of string
156 ex. [a-w&&[^c-g]z] ==> ([a-w] AND ([^c-g] OR z)) ==> [abh-w]
282 /\A(?<a>|.|(?:(?<b>.)\g<a>\k<b+0>))\z/.match("reer")
/PHP-5.5/ext/mbstring/
H A Dconfig.m4323 if test -z "$PHP_LIBMBFL_INCLUDE"; then
/PHP-5.5/ext/libxml/
H A Dconfig0.m48 if test -z "$PHP_LIBXML_DIR"; then

Completed in 60 milliseconds

12345678910>>...16