Home
last modified time | relevance | path

Searched refs:coding (Results 1 – 13 of 13) sorted by relevance

/PHP-5.3/ext/sockets/tests/
H A Dsocket_set_block-wrongparams.phpt16 Robin Mehner, robin@coding-robin.de
H A Dsocket_set_block-retval.phpt27 Robin Mehner, robin@coding-robin.de
H A Dsocket_set_nonblock-retval.phpt27 Robin Mehner, robin@coding-robin.de
/PHP-5.3/ext/zlib/
H A Dzlib.c861 long level = Z_DEFAULT_COMPRESSION, coding = CODING_GZIP; in PHP_FUNCTION() local
865 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|ll", &data, &data_len, &level, &coding) ==… in PHP_FUNCTION()
874 if ((coding != CODING_GZIP) && (coding != CODING_DEFLATE)) { in PHP_FUNCTION()
887 …s2 = (char *) emalloc(stream.avail_out + GZIP_HEADER_LENGTH + (coding == CODING_GZIP ? GZIP_FOOTER… in PHP_FUNCTION()
898 switch (coding) { in PHP_FUNCTION()
927 …s2 = erealloc(s2, stream.total_out + GZIP_HEADER_LENGTH + (coding == CODING_GZIP ? GZIP_FOOTER_LEN… in PHP_FUNCTION()
929 if (coding == CODING_GZIP) { in PHP_FUNCTION()
946 …s2[stream.total_out + GZIP_HEADER_LENGTH + (coding == CODING_GZIP ? GZIP_FOOTER_LENGTH : 0)] = '\0… in PHP_FUNCTION()
948 …RETURN_STRINGL(s2, stream.total_out + GZIP_HEADER_LENGTH + (coding == CODING_GZIP ? GZIP_FOOTER_LE… in PHP_FUNCTION()
/PHP-5.3/ext/pgsql/
H A DREADME25 Function names are going to be changed to confirm coding
/PHP-5.3/
H A DREADME.SUBMITTING_PATCH13 http://phpadvent.org/2008/less-whining-more-coding-by-elizabeth-smith
H A Dphp.ini-development478 ; recommended coding standards in PHP. For performance reasons, this is the
480 ; resources complaining about best practices and coding standards. That's what
513 ; E_ALL & ~E_NOTICE (Show all errors, except for notices and coding standards warnings.)
516 ; E_ALL | E_STRICT (Show all errors, warnings and notices including coding standards.)
H A Dphp.ini-production478 ; recommended coding standards in PHP. For performance reasons, this is the
480 ; resources complaining about best practices and coding standards. That's what
513 ; E_ALL & ~E_NOTICE (Show all errors, except for notices and coding standards warnings.)
516 ; E_ALL | E_STRICT (Show all errors, warnings and notices including coding standards.)
/PHP-5.3/ext/pcre/pcrelib/
H A DNEWS90 that are reserved for coding high values in UTF-16.)
310 tables (assuming ASCII coding) is used. If you want to use dftables to generate
H A DREADME735 tables for ASCII coding. However, if --enable-rebuild-chartables is specified
790 coding; used, unless --enable-rebuild-chartables is
843 pcredemo.c simple demonstration of coding calls to PCRE
/PHP-5.3/Zend/
H A DZEND_CHANGES1049 without further coding. The return value may be changed by
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic434 >>4 byte 177 \b, advanced coding efficiency @ L1
435 >>4 byte 178 \b, advanced coding efficiency @ L2
436 >>4 byte 179 \b, advanced coding efficiency @ L3
437 >>4 byte 180 \b, advanced coding efficiency @ L4
3712 # excitation/long term prediction) coding at 13 kbit/s.
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt3673 rect coding uses just one byte.
9632 as a simple coding example.

Completed in 73 milliseconds