Home
last modified time | relevance | path

Searched refs:h (Results 626 – 650 of 681) sorted by relevance

1...<<2122232425262728

/php-src/docs/source/miscellaneous/
H A Dstubs.rst478 PHPDoc tag, without any value. In this case, an additional ``_legacy_arginfo.h`` file will be
484 # include "example_arginfo.h"
486 # include "example_legacy_arginfo.h"
589 A list of functions is maintained for the optimizer in ``Zend/Optimizer/zend_func_infos.h``. This
597 provide the function list for the optimizer other than overwriting ``zend_func_infos.h`` directly.
599 A function is added to ``zend_func_infos.h`` if either the ``@return`` or the ``@refcount`` PHPDoc
/php-src/ext/hash/tests/
H A Dfnv132.phpt49 array( "chongo was h", "9f091bca" ),
65 array( "chongo was h\0", "2556befe" ),
H A Dfnv164.phpt49 array( "chongo was h", "8d9e9997f9df0d6a" ),
65 array( "chongo was h\0", "838c673d9603cb1e" ),
/php-src/ext/mbstring/ucgendat/
H A Ducgendat.php613 $h = hashInt(0, $k) % $gSize;
614 $buckets[$h][] = [$k, $v];
/php-src/ext/spl/
H A Dspl_observer.c104 key->h = obj->handle; in spl_object_storage_get_hash()
130 return zend_hash_index_find_ptr(&intern->storage, key->h); in spl_object_storage_get()
216 …pelement = zend_hash_index_update_mem(&intern->storage, key.h, &element, sizeof(spl_SplObjectStora… in spl_object_storage_attach()
235 ret = zend_hash_index_del(&intern->storage, key.h); in spl_object_storage_detach()
/php-src/Zend/tests/float_to_int/
H A Dwarnings_float_vars.phpt150 string(1) "h"
/php-src/Zend/
H A Dzend_portability.h171 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
H A Dzend_property_hooks.c181 ZVAL_LONG(&hooked_iter->current_key, bucket->h); in zho_dynamic_it_fetch_current()
H A Dzend_execute_API.c1911 zend_ulong h = zend_string_hash_val(name); in zend_set_local_var() local
1919 if (ZSTR_H(*str) == h && in zend_set_local_var()
1954 zend_ulong h = zend_hash_func(name, len); in zend_set_local_var_str() local
1961 if (ZSTR_H(*str) == h && in zend_set_local_var_str()
/php-src/ext/reflection/tests/types/
H A DReflectionType_001.phpt5 function foo(stdClass $a, array $b, callable $c, string $f, bool $g, int $h, float $i, NotExisting …
/php-src/ext/skeleton/
H A Dconfig.m4.in60 dnl SEARCH_FOR="/include/%EXTNAME%.h" # you most likely want to change this
/php-src/ext/phar/tests/zip/
H A Dbug48791.phpt12 …"Drawing"/></text:sequence-decls><text:h text:style-name="Heading_20_1" text:outline-level="1">Übe…
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst156 the generated ``Zend/zend_vm_opcodes.h`` file. The behavior of each instruction is defined in
157 ``Zend/zend_vm_def.h``.
/php-src/ext/ftp/tests/
H A Dserver.inc312 } elseif (preg_match('/^MDTM ([\w\h]+)/', $buf, $matches)) {
330 }elseif (preg_match('/^RETR ([\/]*[\w\h]+)/', $buf, $matches)) {
444 } elseif (preg_match('/^DELE ([\w\h]+)/', $buf, $matches)) {
/php-src/ext/phar/
H A Dstream.c910 b->h = zend_string_hash_val(new_str_key); in phar_wrapper_rename()
927 b->h = zend_string_hash_val(new_str_key); in phar_wrapper_rename()
944 b->h = zend_string_hash_val(new_str_key); in phar_wrapper_rename()
/php-src/ext/standard/
H A Dvar_unserializer.re17 #include "php.h"
18 #include "ext/standard/php_var.h"
19 #include "php_incomplete_class.h"
20 #include "zend_portability.h"
21 #include "zend_exceptions.h"
H A Dbasic_functions.c1271 static void add_config_entry(zend_ulong h, zend_string *key, zval *entry, zval *retval) argument
1279 add_index_zval(retval, h, &str_zv);
1293 zend_ulong h; local
1297 ZEND_HASH_FOREACH_KEY_VAL(hash, h, key, zv)
1298 add_config_entry(h, key, zv, return_value);
/php-src/ext/spl/tests/
H A Dfixedarray_003.phpt33 $o['3.5'] = 'h';
/php-src/ext/mysqli/
H A Dmysqli.c294 void mysqli_add_property(HashTable *h, const char *pname, size_t pname_len, mysqli_read_t r_func, m… in mysqli_add_property() argument
300 zend_hash_add_mem(h, p.name, &p, sizeof(mysqli_prop_handler)); in mysqli_add_property()
/php-src/ext/tidy/
H A Dtidy.c938 php_output_handler *h; in php_tidy_clean_output_start() local
940 …if (TG(clean_output) && (h = php_tidy_output_handler_init(name, name_len, 0, PHP_OUTPUT_HANDLER_ST… in php_tidy_clean_output_start()
941 php_output_handler_start(h); in php_tidy_clean_output_start()
/php-src/build/
H A Dconfig.guess632 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
652 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
1258 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1307 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c141 …if (memcmp(&((Bucket *) oldPtr)->h, &((Bucket *) newPtr)->h, sizeof(Bucket) - sizeof(zval) /* hash… in phpdbg_check_watch_diff()
1071 …et->key || (watch->backup.bucket.key != NULL && watch->backup.bucket.h != watch->addr.bucket->h)) {
/php-src/ext/phar/tests/
H A Dphar_createdefaultstub.phpt57 'h' => 'text/plain',
351 'h' => 'text/plain',
653 'h' => 'text/plain',
H A Dphar_setdefaultstub.phpt77 'h' => 'text/plain',
372 'h' => 'text/plain',
667 'h' => 'text/plain',
/php-src/ext/phar/tests/files/
H A Dopenssl256.phar22 'h' => 'text/plain',

Completed in 86 milliseconds

1...<<2122232425262728