Home
last modified time | relevance | path

Searched refs:entry (Results 101 – 125 of 245) sorted by relevance

12345678910

/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c86 zend_long size = zend_ini_parse_quantity_warn(new_value, entry->name); in ZEND_INI_MH()
137 return OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
173 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage);
181 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage);
189 zend_long val = zend_ini_parse_quantity_warn(new_value, entry->name);
200 zend_long val = zend_ini_parse_quantity_warn(new_value, entry->name);
212 zend_long val = zend_ini_parse_quantity_warn(new_value, entry->name);
218 zend_error(E_WARNING, "Invalid \"%s\" setting. Should be between 1 and %d", ZSTR_VAL(entry->name),
225 zend_long val = zend_ini_parse_quantity_warn(new_value, entry->name);
238 zend_long val = zend_ini_parse_quantity_warn(new_value, entry->name);
[all …]
/PHP-8.3/ext/phar/tests/
H A Dbug73764.phpt16 internal corruption of phar "%sbug73764.phar" (truncated manifest entry)
H A Dbug70433.phpt2 Phar - bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"
/PHP-8.3/ext/phar/tests/zip/
H A Dcorrupt_004.phpt14 phar error: corrupted central directory entry, no magic signature in zip-based phar "%scdir_offset.…
/PHP-8.3/ext/standard/
H A Dfilestat.c1107 zval entry; in PHP_FUNCTION() local
1109 array_init(&entry); in PHP_FUNCTION()
1113 add_assoc_long_ex(&entry, "key", sizeof("key") - 1, bucket->key); in PHP_FUNCTION()
1115 add_assoc_double_ex(&entry, "key", sizeof("key") - 1, (double)bucket->key); in PHP_FUNCTION()
1117 add_assoc_bool_ex(&entry, "is_dir", sizeof("is_dir") - 1, bucket->is_dir); in PHP_FUNCTION()
1119 add_assoc_long_ex(&entry, "expires", sizeof("expires") - 1, bucket->expires); in PHP_FUNCTION()
1121 add_assoc_bool_ex(&entry, "is_rvalid", sizeof("is_rvalid") - 1, bucket->is_rvalid); in PHP_FUNCTION()
1122 add_assoc_bool_ex(&entry, "is_wvalid", sizeof("is_wvalid") - 1, bucket->is_wvalid); in PHP_FUNCTION()
1123 add_assoc_bool_ex(&entry, "is_readable", sizeof("is_readable") - 1, bucket->is_readable); in PHP_FUNCTION()
1124 add_assoc_bool_ex(&entry, "is_writable", sizeof("is_writable") - 1, bucket->is_writable); in PHP_FUNCTION()
[all …]
/PHP-8.3/Zend/tests/weakrefs/
H A Dgh10043-010.phpt2 Self-referencing map entry GC - 010
H A Dgh10043-009.phpt2 Self-referencing map entry GC - 009
H A Dgh10043-007.phpt2 Self-referencing map entry GC - 007
H A Dgh10043-016.phpt2 Self-referencing map entry GC - 016
/PHP-8.3/ext/readline/
H A Dreadline.c411 zval *entry; in _readline_command_generator() local
417 while ((entry = zend_hash_get_current_data(myht)) != NULL) { in _readline_command_generator()
420 convert_to_string(entry); in _readline_command_generator()
421 if (strncmp (Z_STRVAL_P(entry), text, strlen(text)) == 0) { in _readline_command_generator()
422 return (strdup(Z_STRVAL_P(entry))); in _readline_command_generator()
/PHP-8.3/ext/spl/
H A Dspl_directory.c252 name_len = strlen(intern->u.dir.entry.d_name); in spl_filesystem_object_get_file_name()
277 intern->u.dir.entry.d_name[0] = '\0'; in spl_filesystem_dir_read()
311 intern->u.dir.entry.d_name[0] = '\0'; in spl_filesystem_dir_open()
517 if (!source->u.dir.entry.d_name[0]) { in spl_filesystem_object_create_type()
606 if (intern->u.dir.entry.d_name[0]) { in spl_filesystem_object_get_pathname()
939 RETURN_STRING(intern->u.dir.entry.d_name); in PHP_METHOD()
1004 fname = php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), NULL, 0); in PHP_METHOD()
1067 fname = php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), suffix, slen); in PHP_METHOD()
1101 RETURN_STRING(intern->u.dir.entry.d_name); in PHP_METHOD()
1493 if (intern->u.dir.entry.d_type == DT_DIR) { in PHP_METHOD()
[all …]
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main.c176 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
177 free(entry->user_config); in user_config_cache_entry_dtor()
178 free(entry); in user_config_cache_entry_dtor()
644 if (!entry) { in php_cgi_ini_activate_user_config()
645 entry = pemalloc(sizeof(user_config_cache_entry), 1); in php_cgi_ini_activate_user_config()
646 entry->expires = 0; in php_cgi_ini_activate_user_config()
647 entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1); in php_cgi_ini_activate_user_config()
648 zend_hash_init(entry->user_config, 0, NULL, config_zval_dtor, 1); in php_cgi_ini_activate_user_config()
653 if (request_time > entry->expires) { in php_cgi_ini_activate_user_config()
660 zend_hash_clean(entry->user_config); in php_cgi_ini_activate_user_config()
[all …]
/PHP-8.3/Zend/tests/
H A Dentry_block_with_predecessors.phpt2 For SSA form the entry block should have no predecessors
/PHP-8.3/ext/ldap/tests/
H A Dldap_first_attribute_error.phpt20 ldap_first_attribute(): Argument #2 ($entry) must be of type LDAP\ResultEntry, LDAP\Connection given
H A Dldap_modify_batch_error.phpt31 $entry = array(
40 ldap_add($link, "dc=my-domain,$base", $entry);
/PHP-8.3/ext/dom/
H A Dnodelist.c164 zval *entry = zend_hash_index_find(nodeht, index); in php_dom_nodelist_get_item_into_zval() local
165 if (entry) { in php_dom_nodelist_get_item_into_zval()
166 ZVAL_COPY(return_value, entry); in php_dom_nodelist_get_item_into_zval()
/PHP-8.3/main/
H A Drfc1867.c374 mime_header_entry entry = {0}; in multipart_buffer_headers() local
402 entry.key = key; in multipart_buffer_headers()
403 entry.value = buf_value.c; in multipart_buffer_headers()
424 entry.key = key; in multipart_buffer_headers()
425 entry.value = buf_value.c; in multipart_buffer_headers()
434 mime_header_entry *entry; in php_mime_get_hdr_value() local
440 entry = zend_llist_get_first(&header); in php_mime_get_hdr_value()
441 while (entry) { in php_mime_get_hdr_value()
442 if (!strcasecmp(entry->key, key)) { in php_mime_get_hdr_value()
443 return entry->value; in php_mime_get_hdr_value()
[all …]
/PHP-8.3/ext/phar/tests/cache_list/files/
H A Dnophar.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
/PHP-8.3/ext/phar/tests/files/
H A Dinclude_path2.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dnophar.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl256.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl512.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
/PHP-8.3/ext/zip/tests/
H A Dbug8009.phpt2 Bug #8009 (cannot add again same entry to an archive)

Completed in 59 milliseconds

12345678910