Home
last modified time | relevance | path

Searched refs:h (Results 676 – 700 of 747) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-32344 Z [ \ ] ^ _ ` 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
660 /\h/SI8
706 /\h*A/SI8
767 D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h
H A Dtestinput1314 /^(a(b(c)))(d(e(f)))(h(i(j)))(k(l(m)))$/
1505 /(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)\12\123/
2727 /^a(bc+|b[eh])g|.h$/
2730 /(bc+d$|ef*g.|h?i(j|k))/
3064 /^a(bc+|b[eh])g|.h$/i
3067 /(bc+d$|ef*g.|h?i(j|k))/i
4262 /(?<=a\h)c/
4319 /\H\h\V\v/
4325 /\H*\h+\V?\v{3,4}/
4336 /.\h{3,4}./
[all …]
H A Dtestinput8820 /^(a(b(c)))(d(e(f)))(h(i(j)))(k(l(m)))$/
823 /^(?:a(b(c)))(?:d(e(f)))(?:h(i(j)))(?:k(l(m)))$/
1939 /(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)\12\123/
3053 /^a(bc+|b[eh])g|.h$/
3056 /(bc+d$|ef*g.|h?i(j|k))/
3363 /^a(bc+|b[eh])g|.h$/i
3366 /(bc+d$|ef*g.|h?i(j|k))/i
4269 /\H\h\V\v/
4275 /\H*\h+\V?\v{3,4}/
4286 /.\h{3,4}./
[all …]
H A Dtestoutput15488 Z [ \ ] ^ _ ` 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
796 /\h/SI8
842 /\h*A/SI8
889 D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h
H A Dtestoutput1773 8: h
787 8: h
2194 8: h
2210 8: h
4396 /^a(bc+|b[eh])g|.h$/
4950 /^a(bc+|b[eh])g|.h$/i
6973 /(?<=a\h)c/
7058 /\H\h\V\v/
7068 /\H*\h+\V?\v{3,4}/
7086 /.\h{3,4}./
[all …]
/PHP-5.5/ext/pgsql/
H A Dpgsql.dsp160 # PROP Default_Filter "h;hpp;hxx;hm;inl"
163 SOURCE=.\php_pgsql.h
/PHP-5.5/ext/phar/tests/zip/
H A Dbug48791.phpt14 …"Drawing"/></text:sequence-decls><text:h text:style-name="Heading_20_1" text:outline-level="1">Übe…
/PHP-5.5/ext/mysql/
H A Dmysql.dsp156 # PROP Default_Filter "h;hpp;hxx;hm;inl"
159 SOURCE=.\php_mysql.h
/PHP-5.5/win32/
H A Dphp5ts.dsp164 # PROP Default_Filter ".h"
167 SOURCE=..\sapi\cgi\php_getopt.h
H A Dphp5ts_cli.dsp160 # PROP Default_Filter ".h"
163 SOURCE=..\sapi\cli\php_getopt.h
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in61 ; Available Units: s(econds), m(inutes), h(ours), or d(ays)
67 ; Available units: s(econds), m(inutes), h(ours), or d(ays)
113 ; Available Units: s(econds), m(inutes), h(ours)
440 ; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)
447 ; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c312 ulong h; in accel_new_interned_string() local
321 h = zend_inline_hash_func(arKey, nKeyLength); in accel_new_interned_string()
322 nIndex = h & ZCSG(interned_strings).nTableMask; in accel_new_interned_string()
327 if ((p->h == h) && (p->nKeyLength == (uint)nKeyLength)) { in accel_new_interned_string()
352 p->h = h; in accel_new_interned_string()
/PHP-5.5/
H A DREADME.RELEASE_PROCESS68 5. Bump the version numbers in ``main/php_version.h``, ``configure.in`` and possibly ``NEWS``.
82 10. Bump the version numbers in ``main/php_version.h``, ``configure.in`` and ``NEWS``
152 and bump the version numbers in ``main/php_version.h``, ``configure.in`` and possibly ``NEWS``.
H A DREADME.TESTING216 You can run 'php server-tests.php -h' to get all the possible options.
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h148 uint16_t h; member
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc303 } elseif (preg_match('/^MDTM ([\w\h]+)/', $buf, $matches)) {
321 }elseif (preg_match('/^RETR ([\w\h]+)/', $buf, $matches)) {
/PHP-5.5/ext/curl/
H A Dcurl.dsp179 # PROP Default_Filter "h;hpp;hxx;hm;inl"
182 SOURCE=.\php_curl.h
/PHP-5.5/Zend/
H A Dzend.h101 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
/PHP-5.5/ext/standard/
H A Dstring.c2882 HASH h = php_strtr_hash(&S(&patterns[i].pat)[j], B) & shift->table_mask; local
2884 shift->entries[h] = MIN(shift->entries[h], m - j - B);
3036 HASH h = php_strtr_hash(&S(&res->patterns[i].pat)[res->m - res->B], res->B) local
3038 if (h != last_h) {
3039 res->hash->entries[h] = i;
3040 last_h = h;
3076 HASH h = php_strtr_hash(&S(text)[pos + d->m - d->B], d->B) & d->shift->table_mask; local
3077 STRLEN shift = d->shift->entries[h];
3082 HASH h2 = h & d->hash->table_mask,
/PHP-5.5/ext/phar/tests/
H A Dphar_createdefaultstub.phpt58 'h' => 'text/plain',
352 'h' => 'text/plain',
654 'h' => 'text/plain',
H A Dphar_setdefaultstub.phpt78 'h' => 'text/plain',
373 'h' => 'text/plain',
668 'h' => 'text/plain',
/PHP-5.5/ext/date/tests/
H A Ddate_format_variation1.phpt98 $format = 'H:m:s \m \i\s\ \m\o\n\t\h';
H A DDateTime_modify_variation1.phpt235 Warning: DateTime::modify(): Failed to parse time string (hello world) at position 0 (h): The timez…
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS70 were matched by \h.
368 recompiled for use with 7.2 (necessitated by the addition of \K, \h, \H, \v,
394 \h, \H, \v, \V match horizontal and vertical whitespace, respectively.
656 systems, the value can be set in config.h.
678 builds a Makefile, a config.h file, and the pcre-config script.
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.phar22 'h' => 'text/plain',

Completed in 105 milliseconds

1...<<21222324252627282930