Searched refs:tell (Results 1 – 25 of 41) sorted by relevance
12
/PHP-5.3/ext/oci8/tests/ |
H A D | lob_031.phpt | 27 $blob->tell(); 38 echo " 1. ".$row[0]->tell(). "\n"; 41 echo " 2. ".$row[0]->tell(). "\n"; 44 echo " 3. ".$row[0]->tell(). "\n"; 47 echo " 4. ".$row[0]->tell(). "\n"; 50 echo " 5. ".$row[0]->tell(). "\n"; 54 echo " 6. ".$row[0]->tell(). "\n"; 57 echo " 8. ".$row[0]->tell(). "\n"; 61 echo " 9. ".$row[0]->tell(). "\n"; 64 echo "10. ".$row[0]->tell(). "\n"; [all …]
|
H A D | lob_003.phpt | 29 var_dump($blob->tell());
|
H A D | lob_002.phpt | 33 var_dump($blob->tell());
|
H A D | lob_001.phpt | 33 var_dump($blob->tell());
|
H A D | reflection2.phpt | 36 Method [ <internal%s> public method tell ] {
|
/PHP-5.3/ext/zlib/tests/ |
H A D | gztell_basic2.phpt | 14 // tell should be 7, 29, 83, 100, 127, 142, 1142 19 echo "tell=".gztell($h)."\n"; 29 tell=7 31 tell=29 33 tell=83 35 tell=100 37 tell=127 39 tell=142 41 tell=1142
|
H A D | gzseek_variation4.phpt | 16 echo "tell=".gztell($h)."\n"; 20 echo "tell=".gztell($h)."\n"; 22 echo "tell=".gztell($h)."\n"; 34 tell=23 35 tell=43 36 tell=67
|
H A D | gzseek_variation5.phpt | 16 echo "tell=".gztell($h)."\n"; 20 echo "tell=".gztell($h)."\n"; 22 echo "tell=".gztell($h)."\n"; 34 tell=23 35 tell=43 36 tell=67
|
H A D | gzseek_basic2.phpt | 16 echo "tell=".gztell($h)."\n"; 20 echo "tell=".gztell($h)."\n"; 22 echo "tell=".gztell($h)."\n"; 34 tell=23 35 tell=43 36 tell=67
|
H A D | gzseek_basic.phpt | 16 echo "tell=".gztell($h)."\n"; 22 echo "tell=".gztell($h)."\n"; 28 echo "tell=".gztell($h)."\n"; 37 tell=50 42 tell=100 47 tell=20
|
H A D | gzseek_variation2.phpt | 16 echo "tell=".gztell($h)."\n"; 22 echo "tell=".gztell($h)."\n"; 28 echo "tell=".gztell($h)."\n"; 37 tell=50 42 tell=100 47 tell=20
|
H A D | gzseek_variation3.phpt | 16 echo "tell=".gztell($h)."\n"; 22 echo "tell=".gztell($h)."\n"; 28 echo "tell=".gztell($h)."\n"; 37 tell=50 42 tell=94 48 tell=77
|
H A D | gzseek_variation7.phpt | 16 echo "tell="; 22 echo "tell="; 25 echo "tell="; 37 tell=int(23) 42 tell=int(23) 43 tell=int(47)
|
H A D | gzseek_variation6.phpt | 16 echo "tell="; 20 echo "tell="; 31 tell=int(40) 36 tell=int(40)
|
H A D | gztell_basic.phpt | 14 // tell should be 7, 29, 83, 100, 127, 142, 176 (176 is length of uncompressed file)
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_io.h | 18 long (*tell)(struct gdIOCtx*); member
|
H A D | gd_io_file.c | 63 ctx->ctx.tell = fileTell; in gdNewFileCtx()
|
H A D | gd_io_ss.c | 65 ctx->ctx.tell = NULL; in gdNewSSCtx()
|
H A D | gd_io.c | 144 return ((ctx->tell) (ctx)); in gdTell()
|
H A D | gd_io_dp.c | 88 ctx->ctx.tell = dynamicTell; in gdNewDynamicCtxEx()
|
/PHP-5.3/ext/pgsql/tests/ |
H A D | 05large_object.phpt | 22 echo "open/read/tell/seek/close LO\n"; 75 open/read/tell/seek/close LO
|
/PHP-5.3/ext/standard/tests/network/ |
H A D | udp6loop.phpt | 10 * cannot tell for sure if IPv6 works until we probe it at run time,
|
/PHP-5.3/ext/hash/tests/ |
H A D | hash_copy_001.phpt | 25 hash_update($copy, b"Can’t tell if this is true or dream");
|
/PHP-5.3/ext/phar/ |
H A D | zip.c | 1096 off_t tell, st; in phar_zip_applysignature() local 1103 st = tell = php_stream_tell(pass->filefp); in phar_zip_applysignature() 1106 phar_stream_copy_to_stream(pass->filefp, newfile, tell, NULL); in phar_zip_applysignature() 1107 tell = php_stream_tell(pass->centralfp); in phar_zip_applysignature() 1109 phar_stream_copy_to_stream(pass->centralfp, newfile, tell, NULL); in phar_zip_applysignature()
|
/PHP-5.3/ |
H A D | README.UNIX-BUILD-SYSTEM | 75 Now, you need to tell the build system that you want to build files
|
Completed in 35 milliseconds
12