Searched refs:test_len (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_blobs.phpt | 26 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-src/ext/phar/ |
H A D | stream.c | 627 size_t test_len; in phar_wrapper_stat() local 636 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, internal_file + ZSTR_LEN(str_key)); in phar_wrapper_stat() 642 if (SUCCESS != phar_mount_entry(phar, test, test_len, internal_file, internal_file_len)) { in phar_wrapper_stat()
|
H A D | util.c | 1344 size_t test_len; in phar_get_entry_info_dir() local 1361 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, path + ZSTR_LEN(str_key)); in phar_get_entry_info_dir() 1386 if (SUCCESS != phar_mount_entry(phar, test, test_len, path, path_len)) { in phar_get_entry_info_dir()
|
Completed in 25 milliseconds