Home
last modified time | relevance | path

Searched refs:list (Results 326 – 345 of 345) sorted by relevance

1...<<11121314

/PHP-5.5/
H A DREADME.RELEASE_PROCESS235 a. go over the list and put every element on one line
H A Dacinclude.m4109 dnl Adds "file" to the list of files generated by AC_OUTPUT
944 dnl "sources" is a list of files relative to the subdir which are used
1025 dnl list, so that modules can be init'd in the correct order
1124 dnl PHP_CHECK_TYPES(type-list, include-file [, extra-headers])
H A DREADME.STREAMS74 A brief list of the most commonly used functions:
H A Dphp.ini-development301 ; It receives a comma-delimited list of function names.
306 ; It receives a comma-delimited list of class names.
507 ; error reporting includes E_WARNING in the allowed list
1523 ; the hash extension. A list of available hashes is returned by the hash_algos()
H A Dphp.ini-production301 ; It receives a comma-delimited list of function names.
306 ; It receives a comma-delimited list of class names.
507 ; error reporting includes E_WARNING in the allowed list
1523 ; the hash extension. A list of available hashes is returned by the hash_algos()
H A DNEWS1382 . Fixed bug #66041 (list() fails to unpack yielded ArrayAccess object).
2446 . Update list of common mime types. Added webm, ogv, ogg. (Lars,
3307 . Fixed bug #60169 (Conjunction of ternary and list crashes PHP).
7106 - Fixed bug #42783 (pg_insert() does not accept an empty list for
7149 - Fixed bug #42359 (xsd:list type not parsed). (Dmitry)
7396 - Fixed bug #41278 (get_loaded_extensions() should list Zend extensions).
7618 - Fixed bug #40899 (memory leak when nesting list()). (Dmitry)
7662 - Fixed bug #40591 (list()="string"; gives invalid opcode). (Dmitry)
9494 - Fixed bug #33414 (Comprehensive list of incorrect days returned after
9723 - Fixed bug #29896 (Backtrace argument list out of sync). (Dmitry)
[all …]
H A Dconfigure.in1599 | php-install@lists.php.net mailing list and include appropriate |
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput1211 No starting char list
30 No starting char list
48 No starting char list
177 No starting char list
H A Dtestoutput15522 No starting char list
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY153 2006/11/17: [impl] move property list functions to regenc.c.
1433 2003/08/19: [impl] rename 'list of captures' to 'capture history'.
1451 2003/08/11: [bug] should clear region->list in regex_region_resize().
1462 implemented list of captures. (?@...), (?@<name>...)
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c988 static inline char * sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) /* {{{ */ in sxe_xmlNodeListGetString() argument
990 xmlChar *tmp = xmlNodeListGetString(doc, list, inLine); in sxe_xmlNodeListGetString()
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c334 static inline void replace_source(zend_block_source *list, zend_code_block *old, zend_code_block *n… in replace_source() argument
340 for (cs = &list; *cs; cs = &((*cs)->next)) { in replace_source()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c524 #define CHECK_FLAGS(list) \ argument
525 (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
H A DsljitNativeTILEGX_64.c107 #define CHECK_FLAGS(list) (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list)))) argument
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic17333 # NOTE: This list is not complete.
17343 >0x00003B byte 0x01 (list)
17361 >0x00003B byte 0x01 (list)
17378 >0x00003B byte 0x01 (list)
17396 >0x00003B byte 0x01 (list)
17420 >0x00003B byte 0x04 (real list)
17453 >0x00003B byte 0x04 (real list)
17481 >0x000048 byte 0x04 (list)
17499 >0x000048 byte 0x04 (list)
17516 >0x000048 byte 0x04 (list)
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog65 ASCII/Unicode. This has now been added to the list of characters that are
412 list of possible starting characters; this should have been part of the
420 unit bit map for the list of possible characters. Now it does. This is an
979 (f) Multiple uses of -f and --file-list are now supported.
983 of a directory in the file list provokes an error.
1147 10. The command "./RunTest list" lists the available tests without actually
1170 18. Added --file-list option to pcregrep.
1741 39. Add minix to OS list not supporting the -S option in pcretest.
4926 (b) Defined the list of op-code names for debugging as a macro in
5001 The current list of available information is:
[all …]
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c17928 } list; member
78938 if( pTask->list.aMemory ){
79137 pSorter->list.pList = 0;
79138 pSorter->list.szPMA = 0;
79624 assert( pTask->list.aMemory==0 || pSorter->list.aMemory!=0 );
79627 pTask->list = pSorter->list;
79628 pSorter->list.pList = 0;
79629 pSorter->list.szPMA = 0;
79726 aNew + ((u8*)pSorter->list.pList - pSorter->list.aMemory)
79734 pNew->u.iNext = (int)((u8*)(pSorter->list.pList) - pSorter->list.aMemory);
[all …]
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2229 static char *get_field_name(PGconn *pgsql, Oid oid, HashTable *list TSRMLS_DC)
2241 if (zend_hash_find(list,str.c,str.len+1,(void **) &field_type)==SUCCESS) {
2275 …zend_hash_update(list,str.c,str.len+1,(void *) &new_oid_entry, sizeof(zend_rsrc_list_entry), NULL);
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch232 /* const char *fn: list of magic files and directories */
1418 /* list of magic entries */
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt894 The complete list of options for configure (which includes the standard
3919 strings and builds a list of pointers to them. All this is done in a
3922 the list of string pointers. The end of the list is marked by a NULL
4095 a discussion of the two matching algorithms, and a list of features
4672 PCRE for some time. This list is with respect to Perl 5.10:
5205 space in the "C" locale. This list may vary if locale-specific matching
5351 "Common". The current list of scripts is:
5889 the list of space characters may be different; there may be fewer or
8625 this without keeping a list of the currently JIT studied patterns.
9876 list of optional arguments, as a placeholder for missing arguments, as

Completed in 508 milliseconds

1...<<11121314