Home
last modified time | relevance | path

Searched refs:handle (Results 726 – 739 of 739) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1038 to handle characters with more than one other case.
1910 (c) The pcredemo.c sample program did not have any code at all to handle
3240 HTML has been updated to handle .nf/.fi and to complain if it encounters
3354 20. pcretest is supposed to handle patterns and data of any length, by
3462 16. pcretest is supposed to handle any length of pattern and data line (as one
3646 1. In order to handle tests when input lines are enormously long, pcretest has
3912 (a) pcrecpp.cc: "to handle a corner case that may or may not happen in
4675 <install>: handle Windows platform correctly
4913 few cases of people hitting this limit. The code now uses macros to handle the
5397 10. Added experimental recursion feature (?R) to handle one common case that
/PHP-5.5/ext/snmp/
H A Dsnmp.c502 …retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_obj… in php_snmp_object_new()
/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation9.phpt6 …Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclos…
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1773 - /* TODO add code to handle V7 MUX and Blit MUX files */
1839 - /* Otherwise, handle it. */
/PHP-5.5/win32/
H A Dinstall.txt721 important lines in obj.conf and allow the web server to handle
1801 No, it is possible to handle any request method, e.g. CONNECT. Proper
/PHP-5.5/ext/date/lib/
H A Dparse_date.re1582 /* to handle the format weekday + last/this/next week */
/PHP-5.5/
H A DINSTALL577 var controls how many children PHP will spawn to handle incoming
2113 No, it is possible to handle any request method, e.g. CONNECT.
H A Dphp.ini-development1372 ; a more efficient layout for servers that handle lots of sessions.
H A Dphp.ini-production1372 ; a more efficient layout for servers that handle lots of sessions.
/PHP-5.5/ext/phar/
H A Dphar_object.c253 file_handle.handle.fd = 0; in phar_file_action()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c330 …retval.handle = zend_objects_store_put(intern, NULL, reflection_free_objects_storage, NULL TSRMLS_… in reflection_objects_new()
/PHP-5.5/build/
H A Dlibtool.m41492 # path with ; separators, and with drive letters. We can handle the
1621 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c102782 void *handle;
102820 handle = sqlite3OsDlOpen(pVfs, zFile);
102822 for(ii=0; ii<ArraySize(azEndings) && handle==0; ii++){
102825 handle = sqlite3OsDlOpen(pVfs, zAltFile);
102829 if( handle==0 ){
102841 sqlite3OsDlSym(pVfs, handle, zEntry);
102859 sqlite3OsDlClose(pVfs, handle);
102874 sqlite3OsDlSym(pVfs, handle, zEntry);
102886 sqlite3OsDlClose(pVfs, handle);
102896 sqlite3OsDlClose(pVfs, handle);
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1210 # handle executables on multiple platforms.
17745 # GRR: handle BASE64

Completed in 516 milliseconds

1...<<21222324252627282930