Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-5.3/ext/standard/tests/strings/
H A Drtrim_error.phpt26 var_dump(rtrim($hello, "z..a"));
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dhash.c109 const char *z = (const char *)pKey; in binHash() local
111 h = (h<<3) ^ h ^ *(z++); in binHash()
/PHP-5.3/ext/mysqli/tests/
H A Dlocal_infile_tools.inc65 !fwrite($fp, (binary)"99;'z';\n")) {
73 !fwrite($fp, "99;'z';\n")) {
H A Dmysqli_debug_control_string.phpt68 try_control_string($link, 't:z,1,,2:o,' . $trace_file, $trace_file, 90);#
H A Dmysqli_poll_mixing_insert_select.phpt31 "INSERT INTO test(id, label) VALUES (100, 'z')",
181 %unicode|string%(1) "z"
H A Dmysqli_set_local_infile_handler_nested_call.phpt90 array('id' => 100, 'label' => 'z'),
H A Dmysqli_num_rows.phpt45 func_test_mysqli_num_rows($link, "INSERT INTO test(id, label) VALUES (100, 'z')", NULL, 15);
H A Dmysqli_set_local_infile_handler_short_len.phpt83 array('id' => 100, 'label' => 'z'),
/PHP-5.3/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc36 'UdBAG97qgZKGn3X8eYo/z/DnOf58iz/fnZmpI6Hv5tHsjoPB/VhMZvm0zJxnI7sKbVamF/wDJ7XXkHRLpV/PHnqUZUHNI1FjPS…
61 'Pv+3z//l8z/8+u9+/ftf/8Pnf9A+/wsk/QWS/vHzP//695//n8//7dd//+t/+PXvNUj6LwD7f37+i4apn/9vzPT5L3iJKfSxpN…
/PHP-5.3/TSRM/
H A Dthreads.m434 if test -z "$host_alias" && test -n "$host"; then
37 if test -z "$host_alias"; then
/PHP-5.3/Zend/
H A Dacinclude.m410 test -z "$SED" && SED=sed
15 …`bison --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | $SED -e 's/\./ /' | tr -d a-z`
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor.phpt40 $stmt2->bindValue(1, "z");
52 if (!isset($row2['label']) || ('z' !== $row2['label']))
53 printf("Expecting array(id => 1, label => z) got %s\n", var_export($row2, true));
H A Dpdo_mysql_types.phpt142 test_type($db, 400, 'CHAR(255)', str_repeat('z', 255));
145 test_type($db, 430, 'VARCHAR(255)', str_repeat('z', 255));
/PHP-5.3/ext/pcre/tests/
H A Dpreg_match_error1.phpt17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
H A Dpreg_split_error1.phpt17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
H A Dpreg_grep_error1.phpt17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
H A Dpreg_grep_basic.phpt12 var_dump(preg_grep('@(/\w+\.*/*)+@', $array)); //finds / followed by one or more of a-z, A-Z and 0-…
H A Dpreg_match_all_error1.phpt17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
/PHP-5.3/ext/mbstring/tests/
H A Dmb_ereg_replace_variation3.phpt19 $pattern = '[a-z]';
H A Dmb_split_variation2.phpt20 $pattern = '[a-z]';
/PHP-5.3/
H A Dconfigure.in109 test -z "$CFLAGS" && auto_cflags=1
711 …if test "$gcc_ccache" = "yes" && (test -z "$CCACHE_DISABLE" || test "$CCACHE_DISABLE" != "1"); then
745 if test -z "$LTP_GENHTML"; then
876 if test -z "$libgcc_libpath"; then
971 if test -z "$PHP_MODULES" && test -z "$PHP_ZEND_EX"; then
1006 if test -z "$with_pear" && test "$enable_pear" = "no"; then
1125 if test -z "$EXTENSION_DIR"; then
1198 if test -z "$php_ldflags_add_usr_lib"; then
1363 test -z "$PHP_COMPILE" && PHP_COMPILE='$(LIBTOOL) --mode=compile $(COMPILE) -c $<'
1364 test -z "$CXX_PHP_COMPILE" && CXX_PHP_COMPILE='$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<'
[all …]
/PHP-5.3/ext/date/
H A Dphp_date.h132 } z; member
/PHP-5.3/ext/pdo_dblib/
H A Dconfig.m428 if test -z "$PDO_FREETDS_INSTALLATION_DIR"; then
/PHP-5.3/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);
/PHP-5.3/sapi/apache/
H A Dconfig.m498 if test -z `$APXS -q SYSCONFDIR`; then
112 if test -z "`$APXS -q LD_SHLIB`" || test "`$APXS -q LIBEXECDIR`" = "modules"; then
235 if test -z "$enable_mod_charset" && test "$with_mod_charset"; then

Completed in 43 milliseconds

1...<<1112131415