Home
last modified time | relevance | path

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

12345678910

/PHP-5.5/ext/zip/lib/
H A Dzip_file_get_offset.c59 offset = za->cdir->entry[idx].offset; in _zip_file_get_offset()
H A Dzip_new.c64 za->entry = NULL; in _zip_new()
/PHP-5.5/ext/date/tests/
H A DDateTimeZone_listAbbreviations_basic1.phpt21 echo "\n-- Format a sample entry --\n";
31 -- Format a sample entry --
H A Dtimezone_abbreviations_list_basic1.phpt21 echo "\n-- Format a sample entry --\n";
31 -- Format a sample entry --
/PHP-5.5/ext/spl/examples/
H A Ddbaarray.inc45 * Read an entry.
64 * Set an entry.
/PHP-5.5/ext/standard/
H A Dfilestat.c1207 zval *entry; in PHP_FUNCTION() local
1208 MAKE_STD_ZVAL(entry); in PHP_FUNCTION()
1209 array_init(entry); in PHP_FUNCTION()
1213 add_assoc_long(entry, "key", bucket->key); in PHP_FUNCTION()
1215 add_assoc_double(entry, "key", (double)bucket->key); in PHP_FUNCTION()
1217 add_assoc_bool(entry, "is_dir", bucket->is_dir); in PHP_FUNCTION()
1219 add_assoc_long(entry, "expires", bucket->expires); in PHP_FUNCTION()
1221 add_assoc_bool(entry, "is_rvalid", bucket->is_rvalid); in PHP_FUNCTION()
1222 add_assoc_bool(entry, "is_wvalid", bucket->is_wvalid); in PHP_FUNCTION()
1223 add_assoc_bool(entry, "is_readable", bucket->is_readable); in PHP_FUNCTION()
[all …]
/PHP-5.5/main/
H A Drfc1867.c402 mime_header_entry entry = {0}; in multipart_buffer_headers() local
431 entry.key = key; in multipart_buffer_headers()
432 entry.value = buf_value.c; in multipart_buffer_headers()
452 entry.key = key; in multipart_buffer_headers()
453 entry.value = buf_value.c; in multipart_buffer_headers()
462 mime_header_entry *entry; in php_mime_get_hdr_value() local
468 entry = zend_llist_get_first(&header); in php_mime_get_hdr_value()
469 while (entry) { in php_mime_get_hdr_value()
470 if (!strcasecmp(entry->key, key)) { in php_mime_get_hdr_value()
471 return entry->value; in php_mime_get_hdr_value()
[all …]
/PHP-5.5/ext/phar/tests/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((binary)$data) & 0xffffffff)) {
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((binary)$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((binary)$data) & 0xffffffff)) {
/PHP-5.5/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((binary)$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((binary)$data) & 0xffffffff)) {
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c779 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
790 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { in PHP_FUNCTION()
791 SEPARATE_ZVAL(entry); in PHP_FUNCTION()
792 convert_to_string_ex(entry); in PHP_FUNCTION()
800 Z_ADDREF_PP(entry); in PHP_FUNCTION()
801 COPY_PZVAL_TO_ZVAL(*new_string, *entry); in PHP_FUNCTION()
878 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
888 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { in PHP_FUNCTION()
889 SEPARATE_ZVAL(entry); in PHP_FUNCTION()
890 convert_to_string_ex(entry); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/phar/tests/
H A Dbug69324.phpt17 internal corruption of phar "%s" (truncated manifest entry)
H A Dbug70433.phpt2 Phar - bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"
H A Dbug71331.phpt11 …h message 'phar error: "%s/bug71331.tar" is a corrupted tar file (invalid entry size)' in %s/bug71…
H A Dbug69441.phpt17 exception 'UnexpectedValueException' with message 'phar error: corrupted central directory entry, n…
H A Dbug69453.phpt2 Phar: bug #69453: Memory Corruption in phar_parse_tarfile when entry filename starts with null
/PHP-5.5/ext/phar/tests/zip/
H A Dcorrupt_004.phpt16 phar error: corrupted central directory entry, no magic signature in zip-based phar "%scdir_offset.…
H A Dcorrupt_007.phpt16 phar error: corrupted central directory entry, no magic signature in zip-based phar "%struncfilenam…
/PHP-5.5/ext/zip/tests/
H A Dbug8009.phpt2 Bug #8009 (cannot add again same entry to an archive)
/PHP-5.5/ext/readline/
H A Dreadline.c446 zval **entry; in _readline_command_generator() local
452 while (zend_hash_get_current_data(myht, (void **)&entry) == SUCCESS) { in _readline_command_generator()
455 convert_to_string_ex(entry); in _readline_command_generator()
456 if (strncmp (Z_STRVAL_PP(entry), text, strlen(text)) == 0) { in _readline_command_generator()
457 return (strdup(Z_STRVAL_PP(entry))); in _readline_command_generator()
/PHP-5.5/ext/ldap/tests/
H A Dldap_first_attribute_error.phpt21 Warning: ldap_first_attribute(): supplied resource is not a valid ldap result entry resource in %s …
H A Dldap_get_attributes_error.phpt21 Warning: ldap_get_attributes(): supplied resource is not a valid ldap result entry resource in %s o…
H A Dldap_get_dn_error.phpt21 Warning: ldap_get_dn(): supplied resource is not a valid ldap result entry resource in %s on line %d

Completed in 144 milliseconds

12345678910