Home
last modified time | relevance | path

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

12

/php-src/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_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_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_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-src/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-src/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");
H A Dhash-clone.phpt25 hash_update($copy, "Can’t tell if this is true or dream");
/php-src/ext/standard/tests/network/
H A Dudp6loop.phpt10 * cannot tell for sure if IPv6 works until we probe it at run time,
/php-src/ext/pgsql/tests/
H A D05large_object.phpt24 echo "open/read/tell/seek/close LO\n";
108 open/read/tell/seek/close LO
/php-src/ext/phar/
H A Dzip.c1184 zend_off_t tell; in phar_zip_applysignature() local
1191 tell = php_stream_tell(pass->filefp); in phar_zip_applysignature()
1194 php_stream_copy_to_stream_ex(pass->filefp, newfile, tell, NULL); in phar_zip_applysignature()
1195 tell = php_stream_tell(pass->centralfp); in phar_zip_applysignature()
1197 php_stream_copy_to_stream_ex(pass->centralfp, newfile, tell, NULL); in phar_zip_applysignature()
/php-src/build/
H A Dax_func_which_gethostbyname_r.m4186 AC_MSG_RESULT([can't tell])
/php-src/docs-old/
H A Dunix-build-system.md71 Now, you need to tell the build system that you want to build files in a
/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst45 To tell the C/C++ extension to use the ``compile_commands.json`` file, add the following to your
/php-src/sapi/fpm/
H A Dphp-fpm.conf.in135 ; FPM can handle. Your system will tell you anyway :)

Completed in 53 milliseconds

12