Home
last modified time | relevance | path

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

1...<<111213141516

/PHP-5.5/ext/standard/tests/file/
H A Dbasename_bug66395_variation2-win32.phpt18 echo basename("x:y:z:hello\world:my.stream:\$DATA") . "\n";
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h167 int z; /* GMT offset in minutes */ member
H A Dtimelib.c218 printf(" GMT %05d%s", d->z, d->dst == 1 ? " (DST)" : ""); in timelib_dump_date()
232 printf(" %05d%s", d->z, d->dst == 1 ? " (DST)" : ""); in timelib_dump_date()
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_variation9.phpt20 'sub_arrayb' => array ('a', 'z', 'y'));
98 string(1) "z"
H A Darray_diff_assoc_variation7.phpt41 $arr1 = array('zero' => 'x', 'one' => 'y', 'two' => 'z');
/PHP-5.5/scripts/
H A Dphpize.m420 test -z "$CFLAGS" && auto_cflags=1
49 if test -z "$prefix"; then
/PHP-5.5/Zend/
H A Dzend.c274 zval *z = Z_OBJ_HANDLER_P(expr, get)(expr TSRMLS_CC); in zend_make_printable_zval() local
276 Z_ADDREF_P(z); in zend_make_printable_zval()
277 if (Z_TYPE_P(z) != IS_OBJECT) { in zend_make_printable_zval()
278 zend_make_printable_zval(z, expr_copy, use_copy); in zend_make_printable_zval()
280 zval_ptr_dtor(&z); in zend_make_printable_zval()
282 ZVAL_ZVAL(expr_copy, z, 0, 1); in zend_make_printable_zval()
287 zval_ptr_dtor(&z); in zend_make_printable_zval()
H A Dacinclude.m410 test -z "$SED" && SED=sed
15 …$YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | $SED -e 's/\./ /g' | tr -d a-z`
/PHP-5.5/
H A Dconfigure.in187 test -z "$CFLAGS" && auto_cflags=1
405 if test -z "$PHP_INSTALLED_SAPIS"; then
802 ltp_version_vars=`$LTP -v 2>/dev/null | $SED -e 's/^.* //' -e 's/\./ /g' | tr -d a-z`
831 if test -z "$LTP_GENHTML"; then
931 if test -z "$libgcc_libpath"; then
1052 if test -z "$PHP_MODULES" && test -z "$PHP_ZEND_EX"; then
1075 if test -z "$with_pear" && test "$enable_pear" = "no"; then
1194 if test -z "$EXTENSION_DIR"; then
1267 if test -z "$php_ldflags_add_usr_lib"; then
1423 test -z "$PHP_COMPILE" && PHP_COMPILE='$(LIBTOOL) --mode=compile $(COMPILE) -c $<'
[all …]
/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 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);#
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_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_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_basic.phpt12 var_dump(preg_grep('@(/\w+\.*/*)+@', $array)); //finds / followed by one or more of a-z, A-Z and 0-…
/PHP-5.5/ext/standard/tests/strings/
H A Dltrim_error.phpt26 var_dump(ltrim($hello, "z..a"));
H A Drtrim_error.phpt26 var_dump(rtrim($hello, "z..a"));
H A Dtrim_error.phpt26 var_dump(trim($hello, "z..a"));
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2334 _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80
61 d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82
H A Dtestoutput4589 /[z-\x{200}]/8
597 0: z
633 0: z
757 /[z-\x{100}]/8i
758 z
759 0: z
941 0: z\x{0a}p
/PHP-5.5/TSRM/
H A Dthreads.m434 if test -z "$host_alias" && test -n "$host"; then
37 if test -z "$host_alias"; then
/PHP-5.5/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.5/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));

Completed in 107 milliseconds

1...<<111213141516