Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-5.4/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.4/
H A Dconfigure.in187 test -z "$CFLAGS" && auto_cflags=1
405 if test -z "$PHP_INSTALLED_SAPIS"; then
817 if test -z "$LTP_GENHTML"; then
917 if test -z "$libgcc_libpath"; then
1038 if test -z "$PHP_MODULES" && test -z "$PHP_ZEND_EX"; then
1061 if test -z "$with_pear" && test "$enable_pear" = "no"; then
1180 if test -z "$EXTENSION_DIR"; then
1253 if test -z "$php_ldflags_add_usr_lib"; then
1409 test -z "$PHP_COMPILE" && PHP_COMPILE='$(LIBTOOL) --mode=compile $(COMPILE) -c $<'
1410 test -z "$CXX_PHP_COMPILE" && CXX_PHP_COMPILE='$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<'
[all …]
/PHP-5.4/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 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.4/ext/mysqli/tests/
H A Dmysqli_poll_mixing_insert_select.phpt31 "INSERT INTO test(id, label) VALUES (100, 'z')",
181 %unicode|string%(1) "z"
H A Dmysqli_debug_control_string.phpt68 try_control_string($link, 't:z,1,,2:o,' . $trace_file, $trace_file, 90);#
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.4/ext/mbstring/tests/
H A Dmb_ereg_replace_variation3.phpt19 $pattern = '[a-z]';
H A Dmb_split_variation2.phpt20 $pattern = '[a-z]';
/PHP-5.4/ext/date/
H A Dphp_date.h127 timelib_abbr_info z; /* TIMELIB_ZONETYPE_ABBR */ member
/PHP-5.4/ext/mbstring/oniguruma/doc/
H A DRE113 \z end of string
128 ex. [a-w&&[^c-g]z] ==> ([a-w] AND ([^c-g] OR z)) ==> [abh-w]
239 /\A(?<a>|.|(?:(?<b>.)\g<a>\k<b+0>))\z/.match("reer")
/PHP-5.4/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.4/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.4/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.4/ext/pdo_dblib/
H A Dconfig.m428 if test -z "$PDO_FREETDS_INSTALLATION_DIR"; then
/PHP-5.4/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.4/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);
1170 static int php_output_stack_apply_list(void *h, void *z) in php_output_stack_apply_list() argument
1173 zval *array = (zval *) z; in php_output_stack_apply_list()
1182 static int php_output_stack_apply_status(void *h, void *z) in php_output_stack_apply_status() argument
1185 zval *array = (zval *) z; in php_output_stack_apply_status()
/PHP-5.4/ext/standard/tests/array/
H A Darray_change_key_case.phpt221 ["z"]=>
229 ["z"]=>
/PHP-5.4/ext/filter/tests/
H A D043.phpt136 string(1) "z"

Completed in 58 milliseconds

1...<<1112131415