Searched refs:tell (Results 1 – 25 of 39) sorted by relevance
12
/PHP-8.0/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_002.phpt | 32 var_dump($blob->tell());
|
H A D | lob_003.phpt | 29 var_dump($blob->tell());
|
H A D | lob_001.phpt | 33 var_dump($blob->tell());
|
/PHP-8.0/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"; 28 tell=7 30 tell=29 32 tell=83 34 tell=100 36 tell=127 38 tell=142 40 tell=1142
|
H A D | gzseek_basic2.phpt | 16 echo "tell=".gztell($h)."\n"; 20 echo "tell=".gztell($h)."\n"; 22 echo "tell=".gztell($h)."\n"; 33 tell=23 34 tell=43 35 tell=67
|
H A D | gzseek_variation4.phpt | 16 echo "tell=".gztell($h)."\n"; 20 echo "tell=".gztell($h)."\n"; 22 echo "tell=".gztell($h)."\n"; 33 tell=23 34 tell=43 35 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"; 33 tell=23 34 tell=43 35 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"; 36 tell=50 41 tell=100 46 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"; 36 tell=50 41 tell=100 46 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"; 36 tell=50 41 tell=94 47 tell=77
|
H A D | gzseek_variation7.phpt | 16 echo "tell="; 22 echo "tell="; 25 echo "tell="; 36 tell=int(23) 41 tell=int(23) 42 tell=int(47)
|
H A D | gzseek_variation6.phpt | 16 echo "tell="; 20 echo "tell="; 30 tell=int(40) 35 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-8.0/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.0/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 | 32 hash_update($fresh, "I can't remember anythingCan’t tell if this is true or dream"); 36 hash_update($copy, "Can’t tell if this is true or dream");
|
/PHP-8.0/ext/pgsql/tests/ |
H A D | 05large_object.phpt | 22 echo "open/read/tell/seek/close LO\n"; 97 open/read/tell/seek/close LO
|
/PHP-8.0/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.0/ext/phar/ |
H A D | zip.c | 1135 zend_off_t tell; in phar_zip_applysignature() local 1142 tell = php_stream_tell(pass->filefp); in phar_zip_applysignature() 1145 php_stream_copy_to_stream_ex(pass->filefp, newfile, tell, NULL); in phar_zip_applysignature() 1146 tell = php_stream_tell(pass->centralfp); in phar_zip_applysignature() 1148 php_stream_copy_to_stream_ex(pass->centralfp, newfile, tell, NULL); in phar_zip_applysignature()
|
/PHP-8.0/ext/pdo_oci/ |
H A D | config.m4 | 80 …AC_MSG_ERROR([You need to tell me where to find your Oracle Instant Client SDK, or set ORACLE_HOME…
|
Completed in 40 milliseconds
12