Home
last modified time | relevance | path

Searched refs:end (Results 551 – 572 of 572) sorted by relevance

1...<<212223

/PHP-5.3/ext/fileinfo/tests/
H A Dmagic2203 >14 byte 0x54 end slice
4631 >0 belong 5 end of volume,
4650 >0 belong 5 end of volume,
4669 >0 lelong 5 end of volume,
4688 >0 lelong 5 end of volume,
4705 >0 leshort 5 end of volume.
4719 >0 belong 5 end of volume,
4738 >0 lelong 5 end of volume,
6010 # x86 bootloader end
6125 ### FATs end
[all …]
/PHP-5.3/win32/
H A Dinstall.txt662 # Add to the end of the LoadModule section
665 # Add to the end of the AddModule section
1871 * Enter your PHP directory at the end, including ';' before (e.g.
1880 add: ;C:\php to the end of the line
1914 * Add a new line to the end of the file: set PHPRC=C:\php (replace
/PHP-5.3/
H A DNEWS951 Extra content at the end of the doc, when server uses chunked transfer
2192 not end with a /). (Martin Jansen)
2719 ZEND_HANDLE_EXCEPTION opcode in the end. (Dmitry)
3160 - Fixed bug #46578 (strip_tags() does not honor end-of-comment when it
3234 - Fixed bug #44842 (parse_ini_file keys that start/end with underscore).
3522 after end of stream). (Greg)
3685 after end of stream). (Keisial at gmail dot com, Greg)
5486 - Fixed bug #37392 (Unnecessary call to OCITransRollback() at the end of
5514 - Fixed bug #36630 (umask not reset at the end of the request). (Ilia)
5773 the end of the string). (Ilia)
[all …]
H A DINSTALL1192 directory is another option and would end up looking like:
2048 + Enter your PHP directory at the end, including ';' before
2057 and add: ;C:\php to the end of the line
2091 + Add a new line to the end of the file: set PHPRC=C:\php
H A Dacinclude.m4189 dnl can be either written in C or C++ (filenames shall end in .c
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in359 ** string appear at the end of the argument list.
639 ** *pzTail is made to point to the first character past the end of the first
H A Dbtree.c520 int end = start + size; in freeSpace() local
554 if( idx != end ){ in freeSpace()
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput8798 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x
804 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
3777 a rather long string that doesn't end with one of them
H A Dgrepinput4 features should be added at the end, because some of the tests involve the
610 Check up on PATTERN near the end.
H A Dtestinput22888 ){1,7} # end item; 1-7 of them required
2889 [0-9a-f]{1,4} $ # final hex number at end of string
H A Dtestoutput81533 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x
1543 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
6115 a rather long string that doesn't end with one of them
H A Dtestoutput2986 Failed: \ at end of pattern at offset 4
989 Failed: \ at end of pattern at offset 4
10160 ){1,7} # end item; 1-7 of them required
10161 [0-9a-f]{1,4} $ # final hex number at end of string
/PHP-5.3/build/
H A Dlibtool.m442 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
727 # (2) before a word containing "conftest.", or (3) at the end.
827 # you end up with a "frozen" computer, even though with patience
1144 # (2) before a word containing "conftest.", or (3) at the end.
3843 end
5360 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY32 2007/03/02: [bug] invalid optimization for semi-end-buf in onig_search().
166 2006/08/09: [impl] remove a comma at the end of enum ReduceType
/PHP-5.3/scripts/dev/
H A Dgenerate-phpt.phar1174 return end($this->allowedArgumentLists);
/PHP-5.3/ext/pgsql/
H A Dpgsql.c4170 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
4176 *bp = (unsigned char)strtoul(start, (char **)&end, 8);
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c657 zend_op *end = op + op_array->last; in _get_recv_op() local
660 while (op < end) { in _get_recv_op()
/PHP-5.3/Zend/
H A Dzend_vm_def.h2157 zval ***end = cv + EX(op_array)->last_var; in ZEND_VM_HELPER() local
2158 while (cv != end) { in ZEND_VM_HELPER()
H A Dzend_vm_execute.h157 zval ***end = cv + EX(op_array)->last_var; in zend_leave_helper_SPEC() local
158 while (cv != end) { in zend_leave_helper_SPEC()
/PHP-5.3/ext/standard/
H A Darray.c811 PHP_FUNCTION(end) in PHP_FUNCTION() argument
H A Dbasic_functions.c3273 PHP_FE(end, arginfo_end)
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c52977 int end; /* First byte past the last cell pointer in data[] */
53019 end = cellOffset + 2*pPage->nCell;
53025 assert( idx >= end+2 );
53033 ptr = &data[end];
81786 int end, addr = 0; /* A couple addresses of generated code */
81941 end = sqlite3VdbeMakeLabel(v);
81951 addr = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, end, iRowid);
81970 sqlite3VdbeResolveLabel(v, end);

Completed in 470 milliseconds

1...<<212223