Home
last modified time | relevance | path

Searched refs:data (Results 1676 – 1700 of 1807) sorted by relevance

1...<<61626364656667686970>>...73

/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt134 $params[str_repeat('a', $i)] = 'some data';
239 $params[] = 'some data';
H A Dpdo_mysql_begintransaction.phpt173 printf("[036] Cannot insert data, [%s] [%s]\n",
/PHP-8.1/sapi/cli/
H A Dphp_cli.c211 zend_extension *fe = (zend_extension*)(*f)->data; in extension_name_cmp()
212 zend_extension *se = (zend_extension*)(*s)->data; in extension_name_cmp()
/PHP-8.1/ext/bcmath/libbcmath/
H A DLICENSE126 A "library" means a collection of software functions and/or data
128 (which use some of those functions and data) to form executables.
179 table of data to be supplied by an application program that uses
262 If such an object file uses only numerical parameters, data
322 Library" must include any data and utility programs needed for
/PHP-8.1/Zend/tests/type_declarations/
H A Dscalar_basic.phpt45 fopen("data:text/plain,foobar", "r")
H A Dscalar_return_basic.phpt47 fopen("data:text/plain,foobar", "r")
H A Dscalar_return_basic_64bit.phpt47 fopen("data:text/plain,foobar", "r")
/PHP-8.1/ext/mbstring/tests/
H A Dcp932_encoding.phpt16 readConversionTable(__DIR__ . '/data/CP932.txt', $validChars, $fromUnicode);
H A Dsjis_mobile_encodings.phpt17 readConversionTable(__DIR__ . '/data/CP932.txt', $sjisChars, $fromUnicode, true);
91 $fp = fopen(realpath(__DIR__ . '/data/EmojiSources.txt'), 'r+');
/PHP-8.1/ext/date/lib/
H A Dtimelib.h360 const unsigned char *data; member
/PHP-8.1/ext/standard/tests/file/
H A Dfflush_variation1-win32-mb.phpt37 // filling the file some data if mode is append mode
48 // writing data to the file
H A Dfflush_variation1-win32.phpt37 // filling the file some data if mode is append mode
48 // writing data to the file
H A Dfflush_variation1.phpt37 // filling the file with some data if mode is append mode
49 // writing data to the file
H A Dfgets_variation5.phpt26 $data = fill_file($file_handle, $file_content_type, 50);
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h462 XXH_PUBLIC_API XXH64_hash_t XXH3_64bits(const void* data, size_t len);
471 XXH_PUBLIC_API XXH64_hash_t XXH3_64bits_withSeed(const void* data, size_t len, XXH64_hash_t seed);
487 XXH_PUBLIC_API XXH64_hash_t XXH3_64bits_withSecret(const void* data, size_t len, const void* secret…
541 XXH_PUBLIC_API XXH128_hash_t XXH3_128bits(const void* data, size_t len);
542 XXH_PUBLIC_API XXH128_hash_t XXH3_128bits_withSeed(const void* data, size_t len, XXH64_hash_t seed);
543 XXH_PUBLIC_API XXH128_hash_t XXH3_128bits_withSecret(const void* data, size_t len, const void* secr…
730 XXH_PUBLIC_API XXH128_hash_t XXH128(const void* data, size_t len, XXH64_hash_t seed);
/PHP-8.1/ext/standard/
H A Dstring.c210 zend_string *data; in PHP_FUNCTION() local
213 Z_PARAM_STR(data) in PHP_FUNCTION()
216 result = php_bin2hex((unsigned char *)ZSTR_VAL(data), ZSTR_LEN(data)); in PHP_FUNCTION()
225 zend_string *result, *data; in PHP_FUNCTION() local
228 Z_PARAM_STR(data) in PHP_FUNCTION()
231 if (ZSTR_LEN(data) % 2 != 0) { in PHP_FUNCTION()
236 result = php_hex2bin((unsigned char *)ZSTR_VAL(data), ZSTR_LEN(data)); in PHP_FUNCTION()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c298 int data; /* Some use extra data */ member
495 next_active_state->data = (z); \
514 next_new_state->data = (z); \
761 if (current_state->data > 0) in internal_dfa_match()
764 current_state->data - 1); in internal_dfa_match()
/PHP-8.1/ext/spl/
H A Dspl_directory.c1642 ZVAL_OBJ_COPY(&iterator->intern.data, Z_OBJ_P(object)); in spl_filesystem_dir_get_iterator()
1656 zval_ptr_dtor(&iterator->intern.data); in spl_filesystem_dir_it_dtor()
1718 zval_ptr_dtor(&iterator->intern.data); in spl_filesystem_tree_it_dtor()
1746 return &iterator->intern.data; in spl_filesystem_tree_it_current_data()
1834 ZVAL_OBJ_COPY(&iterator->intern.data, Z_OBJ_P(object)); in spl_filesystem_tree_get_iterator()
/PHP-8.1/ext/exif/tests/
H A Dexif016.phpt2 Check for exif_read_data, TIFF with IFD data in Intel byte-order.
H A Dexif017.phpt2 Check for exif_read_data, TIFF with IFD data in Motorola byte-order.
H A Dexif026.phpt2 Check for exif_read_data, TIFF with IFD0, EXIF, INTEROP data in Intel byte-order.
H A Dexif027.phpt2 Check for exif_read_data, TIFF with IFD0, EXIF, INTEROP data in Motorola byte-order.
/PHP-8.1/
H A D.gitignore246 # Temporary POST data placeholder files generated by `./run-tests.php`
/PHP-8.1/ext/standard/tests/general_functions/
H A Dprint_r.phpt252 array( @$unset_var, 2.E+10, 100-20.9, 000004.599998 ), //unusual data
266 /* calling check_printr() to display miscellaneous data using print_r() */
H A Dprint_r_64bit.phpt256 array( @$unset_var, 2.E+10, 100-20.9, 000004.599998 ), //unusual data
270 /* calling check_printr() to display miscellaneous data using print_r() */

Completed in 101 milliseconds

1...<<61626364656667686970>>...73