Home
last modified time | relevance | path

Searched refs:z (Results 201 – 225 of 391) sorted by relevance

12345678910>>...16

/PHP-7.0/ext/simplexml/
H A Dconfig.m47 if test -z "$PHP_LIBXML_DIR"; then
/PHP-7.0/ext/tidy/
H A Dconfig.m426 if test -z "$TIDY_DIR"; then
/PHP-7.0/ext/simplexml/tests/
H A Dbug51615.phpt11 $dom->loadHTML('<span title=""y">x</span><span title=""z">x</span>');
/PHP-7.0/ext/soap/
H A Dconfig.m47 if test -z "$PHP_LIBXML_DIR"; then
/PHP-7.0/ext/standard/tests/strings/
H A Dord_basic.phpt14 var_dump(ord("z"));
/PHP-7.0/Zend/tests/
H A Dbug48693.phpt17 $z = create_function('', '{');
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestinput866 x0y+z
73 x y+z
79 xxy+z
104 /a\d\z/
110 /a\d\z/m
765 /^\*\.[a-z]([a-z\-\d]*[a-z\d]+)?(\.[a-z]([a-z\-\d]*[a-z\d]+)?)*$/
833 z
843 z
2647 /(?(?=[^a-z]+[a-z]) \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} ) /x
3769 /b\z/
[all …]
H A Dtestinput236 /(abc|a+z)/I
49 /z{65536}/
65 /[z-a]/
73 /(?z)abc/
138 /ab(?z)cd/
2882 /(?(?=[^a-z]+[a-z]) \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} ) /xSI
3129 /abc\z/
3161 /(a\1z)/BZ
3425 /z(*ACCEPT)a/+I
3453 /(a\1z)/BZ
[all …]
H A Dtestoutput272 /(abc|a+z)/I
99 /z{65536}/
138 /[z-a]/
150 /(?z)abc/
354 /ab(?z)cd/
1699 1: z
9870 z
10199 /(?(?=[^a-z]+[a-z]) \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} ) /xSI
10913 /abc\z/
10982 z
[all …]
/PHP-7.0/ext/bz2/
H A Dconfig.m422 if test -z "$BZIP_DIR"; then
/PHP-7.0/ext/standard/tests/array/
H A Dend_variation2.phpt19 $array_arg = array ('a' => 'z', array(9, 8, 7));
H A Dnext_variation2.phpt19 $array_arg = array ('a' => 'z', array(9, 8, 7));
H A Dprev_variation2.phpt22 $array_arg = array ($subarray, 'a' => 'z');
/PHP-7.0/ext/intl/tests/
H A Ddateformat_clone.phpt21 ut_datefmt_set_pattern( $fmt , 'yyyy-DDD.hh:mm:ss z' );
H A Ddateformat_clone2.phpt21 ut_datefmt_set_pattern( $fmt , 'yyyy-DDD.hh:mm:ss z' );
/PHP-7.0/ext/pcre/
H A Dconfig0.m418 if test -z "$PCRE_INCDIR"; then
28 if test -z "$PCRE_LIBDIR" ; then
/PHP-7.0/ext/sqlite3/
H A Dconfig0.m414 if test -z "$enable_maintainer_zts"; then
33 if test -z "$SQLITE3_DIR"; then
/PHP-7.0/Zend/
H A Dzend_API.h561 #define CHECK_ZVAL_STRING(z)
562 #define CHECK_ZVAL_STRING_REL(z)
568 #define ZVAL_STRINGL(z, s, l) do { \ argument
572 #define ZVAL_STRING(z, s) do { \ argument
574 ZVAL_STRINGL(z, _s, strlen(_s)); \
577 #define ZVAL_EMPTY_STRING(z) do { \ argument
585 #define ZVAL_PSTRING(z, s) do { \ argument
587 ZVAL_PSTRINGL(z, _s, strlen(_s)); \
591 ZVAL_PSTRINGL(z, "", 0); \
595 zval *__z = (z); \
[all …]
/PHP-7.0/build/
H A Dlibtool.m4144 test -z "$AR" && AR=ar
146 test -z "$AS" && AS=as
147 test -z "$CC" && CC=cc
148 test -z "$LTCC" && LTCC=$CC
151 test -z "$LD" && LD=ld
154 test -z "$NM" && NM=nm
155 test -z "$SED" && SED=sed
447 if test -z "$ECHO"; then
2291 [if test -z "$LD"; then
3728 # as -z defs.
[all …]
/PHP-7.0/ext/pcre/tests/
H A Dpreg_quote_basic.phpt14 var_dump(preg_match('/^[tT]\w{6} - ' . preg_quote($string_before, '/') . ' [a-z]*\s*work$/', $strin…
/PHP-7.0/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt13 "г"=>"g","ш"=>"sh","щ"=>"sh","з"=>"z","х"=>"x","ъ"=>"\'",
/PHP-7.0/ext/enchant/
H A Dconfig.m426 if test -z "$ENCHANT_DIR"; then
/PHP-7.0/ext/pdo_mysql/
H A Dconfig.m410 if test -z "$PHP_ZLIB_DIR"; then
112 PHP_ADD_LIBRARY_WITH_PATH(z, $PHP_ZLIB_DIR, PDO_MYSQL_SHARED_LIBADD)
120 PHP_ADD_LIBRARY(z,, PDO_MYSQL_SHARED_LIBADD)
/PHP-7.0/ext/xml/
H A Dcompat.c96 int z = 0; in _start_element_handler_ns() local
182 attrs[z] = qualified_name_attr; in _start_element_handler_ns()
183 attrs[z + 1] = xmlStrndup(attributes[y + 3] , (int) (attributes[y + 4] - attributes[y + 3])); in _start_element_handler_ns()
184 z += 2; in _start_element_handler_ns()
188 attrs[z] = NULL; in _start_element_handler_ns()
192 for (i = 0; i < z; i++) { in _start_element_handler_ns()
/PHP-7.0/ext/date/tests/
H A D004.phpt14 var_dump(date("z", $t));

Completed in 112 milliseconds

12345678910>>...16