Home
last modified time | relevance | path

Searched refs:tmp (Results 651 – 675 of 1152) sorted by relevance

1...<<21222324252627282930>>...47

/PHP-5.5/Zend/
H A Dzend_ts_hash.h99 …TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size);
100 …h(HashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size);
101 …ble *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int ove…
H A Dzend_language_parser.y875tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.constant)+1); memcpy(&(tmp[1]), Z_STRVAL($2.… variable
881tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.constant)+1); memcpy(&(tmp[1]), Z_STRVAL($2.… variable
950tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.constant)+1); memcpy(&(tmp[1]), Z_STRVAL($2.… variable
969tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.constant)+1); memcpy(&(tmp[1]), Z_STRVAL($2.… variable
/PHP-5.5/ext/gd/libgd/
H A Dgd_io_dp.c296 char *tmp; in appendDynamic() local
316 tmp = (char *) dp->data; in appendDynamic()
317 memcpy((void *) (tmp + (dp->pos)), src, size); in appendDynamic()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c552 char tmp[512]; in firebird_handle_get_attribute() local
576 info_func(tmp); in firebird_handle_get_attribute()
577 ZVAL_STRING(val,tmp,1); in firebird_handle_get_attribute()
587 *tmp = 0; in firebird_handle_get_attribute()
589 if (!isc_version(&H->db, firebird_info_cb, (void*)tmp)) { in firebird_handle_get_attribute()
590 ZVAL_STRING(val,tmp,1); in firebird_handle_get_attribute()
/PHP-5.5/ext/standard/tests/file/
H A D007_variation14.phpt26 $file = $file_path."/007_variation14.tmp";
46 unlink(dirname(__FILE__)."/007_variation14.tmp");
H A D007_variation21.phpt26 $file = $file_path."/007_variation21.tmp";
47 unlink(dirname(__FILE__)."/007_variation21.tmp");
H A D007_variation22.phpt26 $file = $file_path."/007_variation22.tmp";
46 unlink(dirname(__FILE__)."/007_variation22.tmp");
H A D007_variation5.phpt26 $file = $file_path."/007_variation5.tmp";
47 unlink(dirname(__FILE__)."/007_variation5.tmp");
H A D007_variation6.phpt26 $file = $file_path."/007_variation6.tmp";
46 unlink(dirname(__FILE__)."/007_variation6.tmp");
H A Dis_readable_error.phpt14 var_dump( is_readable(dirname(__FILE__)."/is_readable.tmp") );
H A Dunlink_variation1-win32.phpt25 $filename = "$dirname/unlink_variation1-win32.tmp";
81 Warning: unlink(%s/unlink_variation1/unlink_variation1-win32.tmp): Permission denied in %s on line …
H A Dfgetc_variation1.phpt17 $filename = dirname(__FILE__)."/fgetc_variation1.tmp";
47 unlink( dirname(__FILE__)."/fgetc_variation1.tmp");
H A Dlstat_stat_error.phpt22 var_dump( lstat("$file_path/temp.tmp") ); // non existing file
32 var_dump( stat("$file_path/temp.tmp") ); // non existing file
H A D005_basic.phpt27 print( @date('Y:M:D:H:i:s', touch(dirname(__FILE__)."/005_basic.tmp")) )."\n";
39 unlink(dirname(__FILE__)."/005_basic.tmp");
H A D007_variation13-win32.phpt31 $file = $file_path."/007_variation13.tmp";
52 unlink(dirname(__FILE__)."/007_variation13.tmp");
H A D007_variation13.phpt31 $file = $file_path."/007_variation13.tmp";
52 unlink(dirname(__FILE__)."/007_variation13.tmp");
H A D007_variation15.phpt25 $file = $file_path."/007_variation15.tmp";
43 unlink(dirname(__FILE__)."/007_variation15.tmp");
H A D007_variation23.phpt25 $file = $file_path."/007_variation23.tmp";
43 unlink(dirname(__FILE__)."/007_variation23.tmp");
/PHP-5.5/ext/curl/tests/
H A Dbug48203_multi.phpt11 $fp = fopen(dirname(__FILE__) . '/bug48203.tmp', 'w');
63 <?php @unlink(dirname(__FILE__) . '/bug48203.tmp'); ?>
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_copy_basic.phpt12 $outputFileName = __FILE__.'.tmp';
H A Dzlib_scheme_copy_variation1.phpt12 $outputFileName = __FILE__.'.tmp';
/PHP-5.5/ext/oci8/
H A Doci8_statement.c1001 zval **tmp; in php_oci_bind_by_name() local
1008 PHP_OCI_ZVAL_TO_COLLECTION_EX(*tmp, bind_collection); in php_oci_bind_by_name()
1023 zval **tmp; in php_oci_bind_by_name() local
1274 zval **tmp; in php_oci_bind_out_callback() local
1289 PHP_OCI_ZVAL_TO_DESCRIPTOR_EX(*tmp, desc); in php_oci_bind_out_callback()
1347 zval tmp; in php_oci_statement_get_column_helper() local
1349 tmp = *column_index; in php_oci_statement_get_column_helper()
1350 zval_copy_ctor(&tmp); in php_oci_statement_get_column_helper()
1351 convert_to_long(&tmp); in php_oci_statement_get_column_helper()
1355 zval_dtor(&tmp); in php_oci_statement_get_column_helper()
[all …]
/PHP-5.5/ext/interbase/tests/
H A Dibase_drop_db_001.phpt10 unlink($file = tempnam('/tmp',"php_ibase_test"));
/PHP-5.5/ext/pdo_firebird/tests/
H A Dtestdb.inc9 unlink($test_base = tempnam('/tmp',"php_ibase_test"));
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_non_select.phpt80 $tmp = mysqli_fetch_assoc($res);
81 if (empty($tmp))

Completed in 41 milliseconds

1...<<21222324252627282930>>...47