Home
last modified time | relevance | path

Searched refs:h (Results 701 – 725 of 747) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/date/tests/
H A Ddate_modify_variation2.phpt235 Warning: date_modify(): Failed to parse time string (hello world) at position 0 (h): The timezone c…
/PHP-5.5/ext/standard/tests/strings/
H A Dstrspn_variation7.phpt73 "f\te\h ",
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar22 'h' => 'text/plain',
H A Dopenssl.phar22 'h' => 'text/plain',
/PHP-5.5/ext/phar/tests/files/
H A Dinclude_path2.phar22 'h' => 'text/plain',
H A Dopenssl.phar22 'h' => 'text/plain',
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c886 int *p, *h, *m, n; in collector_strpos() local
902 h = (int *)pc->needle.buffer; in collector_strpos()
903 h++; in collector_strpos()
906 p = h; in collector_strpos()
920 h++; in collector_strpos()
/PHP-5.5/win32/
H A Dphp5.dsp131 # PROP Default_Filter ".h"
/PHP-5.5/build/
H A Dshtool306 eval `echo h.$opt_spec |\
310 eval `echo h:help,$opt_alias |\
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput81540 /^(a(b(c)))(d(e(f)))(h(i(j)))(k(l(m)))$/
3132 20: I h
3163 20: I h
4855 /^a(bc+|b[eh])g|.h$/
4859 /(bc+d$|ef*g.|h?i(j|k))/
5301 /^a(bc+|b[eh])g|.h$/i
5305 /(bc+d$|ef*g.|h?i(j|k))/i
6747 /\H\h\V\v/
6757 /\H*\h+\V?\v{3,4}/
6775 /.\h{3,4}./
[all …]
H A Dtestoutput72155 /\D+\X \d+\X \S+\X \s+\X \W+\X \w+\X \C+\X \R+\X \H+\X \h+\X \V+\X \v+\X a+\X \n+\X .+\X/BZx
2176 \h+
2210 /\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+…
2234 \h
H A Dtestinput7822 /\D+\X \d+\X \S+\X \s+\X \W+\X \w+\X \C+\X \R+\X \H+\X \h+\X \V+\X \v+\X a+\X \n+\X .+\X/BZx
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+…
/PHP-5.5/Zend/
H A Dzend_API.c3418 ulong h = zend_get_hash_value(name, name_length+1); in zend_declare_property_ex() local
3424 …if (zend_hash_quick_find(&ce->properties_info, name, name_length + 1, h, (void**)&property_info_pt… in zend_declare_property_ex()
3428 zend_hash_quick_del(&ce->properties_info, name, name_length + 1, h); in zend_declare_property_ex()
3438 …if (zend_hash_quick_find(&ce->properties_info, name, name_length + 1, h, (void**)&property_info_pt… in zend_declare_property_ex()
3442 zend_hash_quick_del(&ce->properties_info, name, name_length + 1, h); in zend_declare_property_ex()
3501 …property_info.h = (access_type & ZEND_ACC_PUBLIC) ? h : zend_get_hash_value(property_info.name, pr… in zend_declare_property_ex()
3508 …zend_hash_quick_update(&ce->properties_info, name, name_length+1, h, &property_info, sizeof(zend_p… in zend_declare_property_ex()
H A DOBJECTS2_HOWTO145 See zend_object_handlers.h for prototypes. All objects are passed as zval's.
H A Dzend_generators.c246 zend_hash_quick_update(target, key->arKey, key->nKeyLength, key->h, var, sizeof(zval *), NULL); in copy_closure_static_var()
/PHP-5.5/sapi/aolserver/
H A Dphp5aolserver.dsp128 # PROP Default_Filter "h;hpp;hxx;hm;inl"
/PHP-5.5/sapi/nsapi/
H A Dphp5nsapi.dsp128 # PROP Default_Filter "h;hpp;hxx;hm;inl"
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc91 'h' => array(
166 $phar_args['h']['select'][strtolower($name)] = $name;
565 $hash = $this->args['h']['val'];
1195 $hash = $this->args['h']['val'];
/PHP-5.5/ext/tidy/
H A Dtidy.c1157 php_output_handler *h; in php_tidy_clean_output_start() local
1159 …if (TG(clean_output) && (h = php_tidy_output_handler_init(name, name_len, 0, PHP_OUTPUT_HANDLER_ST… in php_tidy_clean_output_start()
1160 php_output_handler_start(h TSRMLS_CC); in php_tidy_clean_output_start()
/PHP-5.5/
H A DREADME.STREAMS73 streams there are a range of functions to do this defined in php_streams.h.
86 There are some network enabled relatives in php_network.h:
H A DREADME.PARAMETER_PARSING_API59 h - array (returned as HashTable*)
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.dsp162 # PROP Default_Filter "h;hpp;hxx;hm;inl"
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1040 ulong h = zend_hash_func(name, namelen); in sxe_properties_add() local
1042 if (zend_hash_quick_find(rv, name, namelen, h, (void **) &data_ptr) == SUCCESS) { in sxe_properties_add()
1053 zend_hash_quick_update(rv, name, namelen, h, &newptr, sizeof(zval *), NULL); in sxe_properties_add()
1056 zend_hash_quick_update(rv, name, namelen, h, &value, sizeof(zval *), NULL); in sxe_properties_add()
/PHP-5.5/ext/ldap/
H A Dldap.dsp273 # PROP Default_Filter "h;hpp;hxx;hm;inl"
276 SOURCE=.\php_ldap.h
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c1092 register uch h = cs->hash; local
1100 if (cs2->hash == h && cs2 != cs) {

Completed in 95 milliseconds

1...<<21222324252627282930