Home
last modified time | relevance | path

Searched refs:test_len (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobs.phpt26 function test_blob($db, $offset, $sql_type, $test_len) {
31 $value = str_repeat('a', $test_len);
89 foreach ($blobs as $sql_type => $test_len) {
91 test_blob($db, ++$offset, $sql_type, $test_len);
93 test_blob($db, ++$offset, $sql_type, $test_len);
/PHP-8.3/ext/phar/
H A Dstream.c632 size_t test_len; in phar_wrapper_stat() local
641 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, internal_file + ZSTR_LEN(str_key)); in phar_wrapper_stat()
647 if (SUCCESS != phar_mount_entry(phar, test, test_len, internal_file, internal_file_len)) { in phar_wrapper_stat()
H A Dutil.c1308 size_t test_len; in phar_get_entry_info_dir() local
1325 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, path + ZSTR_LEN(str_key)); in phar_get_entry_info_dir()
1350 if (SUCCESS != phar_mount_entry(phar, test, test_len, path, path_len)) { in phar_get_entry_info_dir()

Completed in 30 milliseconds