Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobs.phpt25 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.5/ext/phar/
H A Dstream.c648 int test_len; in phar_wrapper_stat() local
659 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, internal_file + keylen); in phar_wrapper_stat()
666 …if (SUCCESS != phar_mount_entry(phar, test, test_len, internal_file, internal_file_len TSRMLS_CC))… in phar_wrapper_stat()
H A Dutil.c1325 int test_len; in phar_get_entry_info_dir() local
1345 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, path + keylen); in phar_get_entry_info_dir()
1370 if (SUCCESS != phar_mount_entry(phar, test, test_len, path, path_len TSRMLS_CC)) { in phar_get_entry_info_dir()

Completed in 15 milliseconds