Home
last modified time | relevance | path

Searched refs:z (Results 276 – 300 of 398) sorted by relevance

1...<<111213141516

/PHP-5.6/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_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.6/ext/pcre/pcrelib/testdata/
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
H A Dtestoutput2581 _ ` 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
108 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 Dtestoutput5270 /[z-\x{100}]/8DZ
273 [z-\xff\x{100}]
282 /[z\Qa-d]Ā\E]/8DZ
363 Need char = 'z'
380 Need char = 'z'
1459 z#XX?/8x<any>BZ
1463 z
1469 z#х?/8x<any>BZ
1473 z
1897 [a-z]
[all …]
H A Dtestinput732 /[z-\x{100}]/8iDZ
34 z
47 /[z-\x{100}]/8DZi
765 /\pN+\z/BZ
767 /\PN+\z/BZ
828 /\X+\D \X+\d \X+\S \X+\s \X+\W \X+\w \X+. \X+\C \X+\R \X+\H \X+\h \X+\V \X+\v \X+\X \X+\Z \X+\z \X+…
H A Dtestinput5100 /[z-\x{100}]/8DZ
102 /[z\Qa-d]Ā\E]/8DZ
621 z#XX?/8x<any>BZ
624 z#х?/8x<any>BZ
793 /[b-d\x{200}-\x{250}]*[ae-h]?#[\x{200}-\x{250}]{0,8}[\x00-\xff]*#[\x{200}-\x{250}]+[a-z]/8BZ
/PHP-5.6/ext/mbstring/tests/
H A Dmb_ereg_replace_variation3.phpt19 $pattern = '[a-z]';
H A Dmb_split_variation2.phpt20 $pattern = '[a-z]';
H A Dmb_ereg_replace_variation2.phpt19 $pattern = '[a-z]';
/PHP-5.6/ext/mysqli/tests/
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')",
185 %unicode|string%(1) "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 Dbug44897.phpt31 $new_label = 'z';
/PHP-5.6/Zend/
H A Dacinclude.m415 test -z "$SED" && SED=sed
20 …$YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | $SED -e 's/\./ /g' | tr -d a-z`
/PHP-5.6/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.6/ext/pdo_dblib/
H A Dconfig.m428 if test -z "$PDO_FREETDS_INSTALLATION_DIR"; then
/PHP-5.6/ext/date/lib/
H A Dtimelib_structs.h243 int z; /* GMT offset in minutes */ member
/PHP-5.6/ext/pdo_mysql/tests/
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.6/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
/PHP-5.6/sapi/apache_hooks/
H A Dconfig.m499 if test -z `$APXS -q SYSCONFDIR`; then
113 if test -z "`$APXS -q LD_SHLIB`" || test "`$APXS -q LIBEXECDIR`" = "modules"; then
237 if test -z "$enable_mod_charset" && test "$with_mod_charset"; then
/PHP-5.6/main/
H A Doutput.c72 static int php_output_stack_apply_list(void *h, void *z);
73 static int php_output_stack_apply_status(void *h, void *z);
1171 static int php_output_stack_apply_list(void *h, void *z) in php_output_stack_apply_list() argument
1174 zval *array = (zval *) z; in php_output_stack_apply_list()
1183 static int php_output_stack_apply_status(void *h, void *z) in php_output_stack_apply_status() argument
1186 zval *array = (zval *) z; in php_output_stack_apply_status()
/PHP-5.6/ext/date/
H A Dphp_date.h146 timelib_abbr_info z; /* TIMELIB_ZONETYPE_ABBR */ member

Completed in 65 milliseconds

1...<<111213141516