/PHP-5.3/ext/spl/tests/ |
H A D | dllist_010.phpt | 6 $dll->push(1); 7 $dll->push(2); 8 $dll->push(3); 9 $dll->push(4); 12 $dll->rewind(); 13 $dll->prev(); 15 $dll->rewind(); 17 $dll->next(); 19 $dll->next(); 20 $dll->next(); [all …]
|
H A D | dllist_001.phpt | 10 $dll->pop(); 15 $dll->shift(); 22 $dll->push($a); 24 $dll->push(&$a); 30 $dll->unshift($a); 38 $dll->push(1); 39 $dll->push(2); 42 $dll->pop(); 43 $dll->pop(); 46 $dll->push(NULL); [all …]
|
H A D | dllist_003.phpt | 5 $dll = new SplDoublyLinkedList(); 6 $dll->push(2); 7 $dll->push(3); 8 $dll->push(4); 10 $dll->setIteratorMode(SplDoublyLinkedList::IT_MODE_LIFO); 12 foreach ($dll as $k => $v) { 16 $dll->setIteratorMode(SplDoublyLinkedList::IT_MODE_FIFO); 17 foreach ($dll as $k => $v) { 22 var_dump($dll->count()); 23 foreach ($dll as $k => $v) { [all …]
|
H A D | dllist_memleak.phpt | 5 $dll = new SplDoublyLinkedList(); 6 $dll->push(1); 7 $dll->push(2); 8 $dll->push(3); 9 $dll->push(4); 12 $dll->rewind(); 13 echo $dll->current()."\n"; 14 $dll->next(); 15 $dll->next(); 16 echo $dll->current()."\n";
|
H A D | dllist_002.phpt | 5 $dll = new SplDoublyLinkedList(); 6 $dll->push(2); 7 $dll->push(3); 8 $dll->push(4); 10 $dll2 = clone $dll; 13 foreach($dll as $k=>$v) { 16 foreach($dll as $k2=>$v2) { 23 foreach($dll as $k=>$v) { 25 unset($dll);
|
H A D | SplDoublyLinkedList_isEmpty_not-empty.phpt | 8 $dll = new SplDoublyLinkedList(); 11 $dll->push(1); 12 $dll->push(2); 13 $dll->push(3); 14 //var_dump($dll); 16 var_dump($dll->isEmpty());
|
H A D | SplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt | 8 $dll = new SplDoublyLinkedList(); 11 $dll->push(1); 12 $dll->push(2); 13 $dll->push(3); 14 //var_dump($dll); 16 var_dump($dll->isEmpty("test"));
|
H A D | dllist_011.phpt | 5 $dll = new SplDoublyLinkedList(); 6 $dll->rewind(); 7 $dll->prev(); 8 var_dump($dll->current());
|
H A D | SplDoublyLinkedList_debug-info.phpt | 8 $dll = new SplDoublyLinkedList(); 11 $dll->push(1); 12 $dll->push(2); 13 $dll->push(3); 16 print_r($dll);
|
H A D | SplDoublyLinkedList_offsetUnset_negative-parameter.phpt | 8 $dll = new SplDoublyLinkedList(); 11 $dll->push(1); 12 $dll->push(2); 13 $dll->push(3); 16 $dll->offsetUnset(-1);
|
H A D | SplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt | 8 $dll = new SplDoublyLinkedList(); 11 $dll->push(1); 12 $dll->push(2); 13 $dll->push(3); 16 $dll->offsetUnset(3);
|
H A D | SplDoublyLinkedList_offsetGet_missing_param.phpt | 7 $dll = new SplDoublyLinkedList(); 8 $dll->push(1); 9 $dll->push(2); 11 var_dump($dll->offsetGet());
|
H A D | SplDoublyLinkedList_isEmpty_empty.phpt | 8 $dll = new SplDoublyLinkedList(); 10 var_dump($dll->isEmpty());
|
H A D | SplDoublyLinkedList_count_param_SplDoublyLinkedList.phpt | 7 $dll = new SplDoublyLinkedList(2); 8 $dll->count(new SplDoublyLinkedList(2));
|
H A D | SplDoublyLinkedList_push_missing_parameter.phpt | 7 $dll = new SplDoublyLinkedList(); 8 var_dump($dll->push());
|
H A D | SplDoublyLinkedList_setIteratorMode_param_SplDoublyLinkedList.phpt | 7 $dll = new SplDoublyLinkedList(2); 8 $dll->setIteratorMode(new SplDoublyLinkedList(2));
|
H A D | SplDoublyLinkedList_unshift_missing_parameter.phpt | 7 $dll = new SplDoublyLinkedList(); 8 var_dump($dll->unshift());
|
H A D | SplDoublyLinkedList_isEmpty_empty-with-parameter.phpt | 8 $dll = new SplDoublyLinkedList(); 10 var_dump($dll->isEmpty("test"));
|
H A D | SplQueue_setIteratorMode_param_lifo.phpt | 10 $dll = new SplQueue(); 11 $dll->setIteratorMode(SplDoublyLinkedList::IT_MODE_LIFO);
|
/PHP-5.3/ext/mssql/ |
H A D | mssql_win32_howto.txt | 20 This module requires ntwdblib.dll and one or more of the following dll's 22 dbmsadsn.dll 23 dbmsrpcn.dll 24 dbmsshrn.dll 25 dbmssocn.dll for tcp/ip connections 26 dbmsspxn.dll for ipx/spx connections 27 dbmsvinn.dll 28 dbnmpntw.dll for netbios connections
|
/PHP-5.3/win32/build/ |
H A D | registersyslog.php | 11 $dll = $argv[1]; variable 21 reg_set_value($key, "EventMessageFile", REG_SZ, $dll) or die("EventMessageFile"); 31 $dll = addslashes($dll); variable 38 "EventMessageFile"="$dll"
|
H A D | mkdist.php | 290 foreach ($deps as $dll) { 291 fprintf($fp, "\t%s\r\n", basename($dll)); 298 foreach ($extra_dll_deps as $dll) { 299 if (!file_exists($dll)) { 309 $dll = $tdll; variable 311 copy($dll, "$dist_dir/" . basename($dll)); 336 foreach ($pecl_dll_deps as $dll) { 337 if (in_array($dll, $extra_dll_deps)) { 341 if (!file_exists($dll)) { 348 $dll = $tdll; variable [all …]
|
/PHP-5.3/ext/ldap/ |
H A D | ldap.dsp | 61 ….lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 62 …c32.lib odbccp32.lib wsock32.lib php5nts.lib /nologo /dll /machine:I386 /out:"Release/php_ldap.dll… 88 …id.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"Debug/php_ldap.… 115 …b odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_l… 141 ….lib odbccp32.lib wsock32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_lda… 167 ….lib odbccp32.lib wsock32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_lda… 168 ….lib odbccp32.lib wsock32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_lda… 194 ….lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"Debug_TS/php_ldap… 195 …b odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php_l… 221 ….lib odbccp32.lib wsock32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_lda… [all …]
|
/PHP-5.3/ext/gettext/ |
H A D | gettext.dsp | 56 …lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_gette… 57 …2.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_gette… 83 ….lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 /out:"../../Debug_TS/php_gettex… 84 …lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /out:"../../Debug_T…
|
/PHP-5.3/ext/curl/ |
H A D | curl.dsp | 58 …2.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 59 …lib odbccp32.lib wsock32.lib /nologo /dll /machine:I386 /nodefaultlib:"MSVCRT" /out:"..\..\Release… 86 …2.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 87 …2.lib wsock32.lib /nologo /dll /incremental:yes /debug /machine:I386 /nodefaultlib:"MSVCRTD" /out:… 114 …ib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /nodefaultlib:"msvcrtd.lib" /ou… 116 …2.lib wsock32.lib /nologo /dll /incremental:yes /debug /machine:I386 /nodefaultlib:"MSVCRTD" /out:… 143 …ib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /nodefaultlib:"msvcrt.lib" /out:"..\..\Relea… 145 …lib odbccp32.lib wsock32.lib /nologo /dll /machine:I386 /nodefaultlib:"MSVCRT" /out:"..\..\Release…
|