Home
last modified time | relevance | path

Searched refs:tell (Results 1 – 25 of 40) sorted by relevance

12

/PHP-8.1/ext/oci8/tests/
H A Dlob_031.phpt29 $blob->tell();
40 echo " 1. ".$row[0]->tell(). "\n";
43 echo " 2. ".$row[0]->tell(). "\n";
46 echo " 3. ".$row[0]->tell(). "\n";
49 echo " 4. ".$row[0]->tell(). "\n";
52 echo " 5. ".$row[0]->tell(). "\n";
56 echo " 6. ".$row[0]->tell(). "\n";
59 echo " 8. ".$row[0]->tell(). "\n";
63 echo " 9. ".$row[0]->tell(). "\n";
66 echo "10. ".$row[0]->tell(). "\n";
[all …]
H A Dlob_002.phpt34 var_dump($blob->tell());
H A Dlob_003.phpt31 var_dump($blob->tell());
H A Dlob_001.phpt35 var_dump($blob->tell());
/PHP-8.1/ext/zlib/tests/
H A Dgztell_basic2.phpt10 // 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 Dgzseek_basic2.phpt12 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 Dgzseek_variation4.phpt12 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 Dgzseek_variation5.phpt12 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 Dgzseek_variation2.phpt12 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 Dgzseek_basic.phpt12 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 Dgzseek_variation3.phpt12 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 Dgzseek_variation7.phpt12 echo "tell=";
18 echo "tell=";
21 echo "tell=";
32 tell=int(23)
37 tell=int(23)
38 tell=int(47)
H A Dgzseek_variation6.phpt12 echo "tell=";
16 echo "tell=";
26 tell=int(40)
31 tell=int(40)
H A Dgztell_basic.phpt10 // tell should be 7, 29, 83, 100, 127, 142, 176 (176 is length of uncompressed file)
/PHP-8.1/ext/gd/libgd/
H A Dgd_io.h18 long (*tell)(struct gdIOCtx*); member
H A Dgd_io_file.c63 ctx->ctx.tell = fileTell; in gdNewFileCtx()
H A Dgd_io_ss.c65 ctx->ctx.tell = NULL; in gdNewSSCtx()
H A Dgd_io.c203 return ((ctx->tell) (ctx)); in gdTell()
H A Dgd_io_dp.c88 ctx->ctx.tell = dynamicTell; in gdNewDynamicCtxEx()
/PHP-8.1/ext/hash/tests/
H A Dhash_serialize_003.phpt233 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 Dhash_serialize_001.phpt34 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.1/ext/standard/tests/network/
H A Dudp6loop.phpt10 * cannot tell for sure if IPv6 works until we probe it at run time,
/PHP-8.1/ext/pgsql/tests/
H A D05large_object.phpt24 echo "open/read/tell/seek/close LO\n";
108 open/read/tell/seek/close LO
/PHP-8.1/ext/phar/
H A Dzip.c1133 zend_off_t tell; in phar_zip_applysignature() local
1140 tell = php_stream_tell(pass->filefp); in phar_zip_applysignature()
1143 php_stream_copy_to_stream_ex(pass->filefp, newfile, tell, NULL); in phar_zip_applysignature()
1144 tell = php_stream_tell(pass->centralfp); in phar_zip_applysignature()
1146 php_stream_copy_to_stream_ex(pass->centralfp, newfile, tell, NULL); in phar_zip_applysignature()
/PHP-8.1/build/
H A Dax_func_which_gethostbyname_r.m4186 AC_MSG_RESULT([can't tell])

Completed in 40 milliseconds

12