Home
last modified time | relevance | path

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

1...<<21222324252627282930

/PHP-7.3/ext/standard/tests/file/
H A Dfgetcsv_variation6.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dfputcsv_variation9.phpt6 …Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclos…
/PHP-7.3/Zend/
H A Dzend_API.c2597 if (module->handle && !getenv("ZEND_DONT_UNLOAD_MODULES")) { in module_destructor()
2598 DL_UNLOAD(module->handle); in module_destructor()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch2700 - /* TODO add code to handle V7 MUX and Blit MUX files */
2783 - /* Otherwise, handle it. */
/PHP-7.3/ext/date/lib/
H A Dparse_date.re1681 /* to handle the format weekday + last/this/next week */
/PHP-7.3/ext/gd/
H A Dgd.c262 ZEND_ARG_INFO(0, handle)
/PHP-7.3/
H A Dacinclude.m41746 dnl didn't properly handle the `char val[1]` struct hack. See bug #76510.
H A Dphp.ini-development1350 ; a more efficient layout for servers that handle many sessions.
H A Dphp.ini-production1352 ; a more efficient layout for servers that handle many sessions.
/PHP-7.3/ext/phar/
H A Dphar_object.c223 file_handle.handle.fd = 0; in phar_file_action()
/PHP-7.3/build/
H A Dlibtool.m41488 # path with ; separators, and with drive letters. We can handle the
1617 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c120172 void *handle;
120212 handle = sqlite3OsDlOpen(pVfs, zFile);
120214 for(ii=0; ii<ArraySize(azEndings) && handle==0; ii++){
120217 handle = sqlite3OsDlOpen(pVfs, zAltFile);
120221 if( handle==0 ){
120232 xInit = (sqlite3_loadext_entry)sqlite3OsDlSym(pVfs, handle, zEntry);
120250 sqlite3OsDlClose(pVfs, handle);
120276 sqlite3OsDlClose(pVfs, handle);
120288 sqlite3OsDlClose(pVfs, handle);
120298 memcpy(aHandle, db->aExtension, sizeof(handle)*db->nExtension);
[all …]
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic1591 # handle executables on multiple platforms.
11833 # handle only name string offset 0 because do not know how to add 2 relative offsets
26028 # GRR: handle BASE64
H A Dmagic私はガラスを食べられます1591 # handle executables on multiple platforms.
11833 # handle only name string offset 0 because do not know how to add 2 relative offsets
26028 # GRR: handle BASE64

Completed in 910 milliseconds

1...<<21222324252627282930