Searched refs:test_len (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/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-5.6/ext/phar/ |
H A D | stream.c | 643 int test_len; in phar_wrapper_stat() local 652 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, internal_file + keylen); in phar_wrapper_stat() 658 …if (SUCCESS != phar_mount_entry(phar, test, test_len, internal_file, internal_file_len TSRMLS_CC))… in phar_wrapper_stat()
|
H A D | util.c | 1321 int test_len; in phar_get_entry_info_dir() local 1338 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, path + keylen); in phar_get_entry_info_dir() 1363 if (SUCCESS != phar_mount_entry(phar, test, test_len, path, path_len TSRMLS_CC)) { in phar_get_entry_info_dir()
|
Completed in 19 milliseconds