Searched refs:tell (Results 1 – 25 of 41) sorted by relevance
12
/PHP-8.3/ext/oci8/tests/ |
H A D | lob_031.phpt | 30 $blob->tell(); 41 echo " 1. ".$row[0]->tell(). "\n"; 44 echo " 2. ".$row[0]->tell(). "\n"; 47 echo " 3. ".$row[0]->tell(). "\n"; 50 echo " 4. ".$row[0]->tell(). "\n"; 53 echo " 5. ".$row[0]->tell(). "\n"; 57 echo " 6. ".$row[0]->tell(). "\n"; 60 echo " 8. ".$row[0]->tell(). "\n"; 64 echo " 9. ".$row[0]->tell(). "\n"; 67 echo "10. ".$row[0]->tell(). "\n"; [all …]
|
H A D | lob_002.phpt | 35 var_dump($blob->tell());
|
H A D | lob_003.phpt | 32 var_dump($blob->tell());
|
H A D | lob_001.phpt | 36 var_dump($blob->tell());
|
/PHP-8.3/ext/zlib/tests/ |
H A D | gztell_basic2.phpt | 10 // tell should be 7, 29, 83, 100, 127, 142, 1142 15 echo "tell=".gztell($h)."\n"; 24 tell=7 26 tell=29 28 tell=83 30 tell=100 32 tell=127 34 tell=142 36 tell=1142
|
H A D | gzseek_basic2.phpt | 12 echo "tell=".gztell($h)."\n"; 16 echo "tell=".gztell($h)."\n"; 18 echo "tell=".gztell($h)."\n"; 29 tell=23 30 tell=43 31 tell=67
|
H A D | gzseek_variation4.phpt | 12 echo "tell=".gztell($h)."\n"; 16 echo "tell=".gztell($h)."\n"; 18 echo "tell=".gztell($h)."\n"; 29 tell=23 30 tell=43 31 tell=67
|
H A D | gzseek_variation5.phpt | 12 echo "tell=".gztell($h)."\n"; 16 echo "tell=".gztell($h)."\n"; 18 echo "tell=".gztell($h)."\n"; 29 tell=23 30 tell=43 31 tell=67
|
H A D | gzseek_basic.phpt | 12 echo "tell=".gztell($h)."\n"; 18 echo "tell=".gztell($h)."\n"; 24 echo "tell=".gztell($h)."\n"; 32 tell=50 37 tell=100 42 tell=20
|
H A D | gzseek_variation2.phpt | 12 echo "tell=".gztell($h)."\n"; 18 echo "tell=".gztell($h)."\n"; 24 echo "tell=".gztell($h)."\n"; 32 tell=50 37 tell=100 42 tell=20
|
H A D | gzseek_variation3.phpt | 12 echo "tell=".gztell($h)."\n"; 18 echo "tell=".gztell($h)."\n"; 24 echo "tell=".gztell($h)."\n"; 32 tell=50 37 tell=94 43 tell=77
|
H A D | gzseek_variation7.phpt | 12 echo "tell="; 18 echo "tell="; 21 echo "tell="; 32 tell=int(23) 37 tell=int(23) 38 tell=int(47)
|
H A D | gzseek_variation6.phpt | 12 echo "tell="; 16 echo "tell="; 26 tell=int(40) 31 tell=int(40)
|
H A D | gztell_basic.phpt | 10 // tell should be 7, 29, 83, 100, 127, 142, 176 (176 is length of uncompressed file)
|
/PHP-8.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 | 203 return ((ctx->tell) (ctx)); in gdTell()
|
H A D | gd_io_dp.c | 88 ctx->ctx.tell = dynamicTell; in gdNewDynamicCtxEx()
|
/PHP-8.3/ext/hash/tests/ |
H A D | hash_serialize_003.phpt | 233 hash_update($ctx, "Can’t tell if this is true or dream"); 246 $hash = hash($algo, "I can't remember anythingCan’t tell if this is true or dream");
|
H A D | hash_serialize_001.phpt | 34 hash_update($fresh, "I can't remember anythingCan’t tell if this is true or dream"); 38 hash_update($copy, "Can’t tell if this is true or dream");
|
/PHP-8.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-8.3/ext/pgsql/tests/ |
H A D | 05large_object.phpt | 24 echo "open/read/tell/seek/close LO\n"; 108 open/read/tell/seek/close LO
|
/PHP-8.3/ext/phar/ |
H A D | zip.c | 1155 zend_off_t tell; in phar_zip_applysignature() local 1162 tell = php_stream_tell(pass->filefp); in phar_zip_applysignature() 1165 php_stream_copy_to_stream_ex(pass->filefp, newfile, tell, NULL); in phar_zip_applysignature() 1166 tell = php_stream_tell(pass->centralfp); in phar_zip_applysignature() 1168 php_stream_copy_to_stream_ex(pass->centralfp, newfile, tell, NULL); in phar_zip_applysignature()
|
/PHP-8.3/build/ |
H A D | ax_func_which_gethostbyname_r.m4 | 186 AC_MSG_RESULT([can't tell])
|
Completed in 91 milliseconds
12