Searched refs:test_len (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_blobs.phpt | 25 function test_blob($db, $offset, $sql_type, $test_len) { 30 $value = str_repeat('a', $test_len); 82 foreach ($blobs as $sql_type => $test_len) { 84 test_blob($db, ++$offset, $sql_type, $test_len); 86 test_blob($db, ++$offset, $sql_type, $test_len);
|
/PHP-8.0/ext/phar/ |
H A D | stream.c | 621 size_t test_len; in phar_wrapper_stat() local 630 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, internal_file + ZSTR_LEN(str_key)); in phar_wrapper_stat() 636 if (SUCCESS != phar_mount_entry(phar, test, test_len, internal_file, internal_file_len)) { in phar_wrapper_stat()
|
H A D | util.c | 1298 size_t test_len; in phar_get_entry_info_dir() local 1315 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, path + ZSTR_LEN(str_key)); in phar_get_entry_info_dir() 1340 if (SUCCESS != phar_mount_entry(phar, test, test_len, path, path_len)) { in phar_get_entry_info_dir()
|
Completed in 14 milliseconds