Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/oci8/tests/
H A Dlob_031.phpt27 $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 Dlob_003.phpt29 var_dump($blob->tell());
H A Dlob_002.phpt33 var_dump($blob->tell());
H A Dlob_001.phpt33 var_dump($blob->tell());
H A Dreflection2.phpt36 Method [ <internal%s> public method tell ] {
/PHP-7.4/ext/zlib/tests/
H A Dgztell_basic2.phpt14 // 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 Dgzseek_basic2.phpt16 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 Dgzseek_variation5.phpt16 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 Dgzseek_variation4.phpt16 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 Dgzseek_basic.phpt16 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 Dgzseek_variation2.phpt16 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 Dgzseek_variation3.phpt16 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 Dgzseek_variation7.phpt16 echo "tell=";
22 echo "tell=";
25 echo "tell=";
37 tell=int(23)
42 tell=int(23)
43 tell=int(47)
H A Dgzseek_variation6.phpt16 echo "tell=";
20 echo "tell=";
31 tell=int(40)
36 tell=int(40)
H A Dgztell_basic.phpt14 // tell should be 7, 29, 83, 100, 127, 142, 176 (176 is length of uncompressed file)
/PHP-7.4/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-7.4/ext/pgsql/tests/
H A D05large_object.phpt22 echo "open/read/tell/seek/close LO\n";
75 open/read/tell/seek/close LO
/PHP-7.4/ext/standard/tests/network/
H A Dudp6loop.phpt10 * cannot tell for sure if IPv6 works until we probe it at run time,
/PHP-7.4/ext/phar/
H A Dzip.c1153 zend_off_t tell; in phar_zip_applysignature() local
1160 tell = php_stream_tell(pass->filefp); in phar_zip_applysignature()
1163 php_stream_copy_to_stream_ex(pass->filefp, newfile, tell, NULL); in phar_zip_applysignature()
1164 tell = php_stream_tell(pass->centralfp); in phar_zip_applysignature()
1166 php_stream_copy_to_stream_ex(pass->centralfp, newfile, tell, NULL); in phar_zip_applysignature()
/PHP-7.4/ext/pdo_oci/
H A Dconfig.m480 …AC_MSG_ERROR([You need to tell me where to find your Oracle Instant Client SDK, or set ORACLE_HOME…
/PHP-7.4/build/
H A Dax_func_which_gethostbyname_r.m4186 AC_MSG_RESULT([can't tell])

Completed in 29 milliseconds

12