/PHP-7.4/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 | 8 $dll->pop(); 13 $dll->shift(); 20 $dll->push($a); 24 $dll->unshift($a); 28 $dll->push(1); 29 $dll->push(2); 32 $dll->pop(); 33 $dll->pop(); 36 $dll->push(NULL); 37 $dll->push(NULL); [all …]
|
H A D | dllist_013.phpt | 8 $dll->add(2,5); 13 $dll->add(0,6); // 6 14 $dll->add(0,3); // 3 6 23 echo count($dll)."\n"; 25 echo $dll->pop()."\n"; 26 echo $dll->pop()."\n"; 27 echo $dll->pop()."\n"; 28 echo $dll->pop()."\n"; 29 echo $dll->pop()."\n"; 30 echo $dll->pop()."\n"; [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 | 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_iterate_by_reference.phpt | 8 $dll = new SplDoublyLinkedList(); 10 $dll->push(2); 11 $dll->push(3); 14 foreach($dll as $key => &$value) {
|
H A D | SplDoublyLinkedList_isEmpty_empty.phpt | 8 $dll = new SplDoublyLinkedList(); 10 var_dump($dll->isEmpty());
|
H A D | SplDoublyLinkedList_add_null_offset.phpt | 6 $dll = new SplDoublyLinkedList(); 7 var_dump($dll->add(NULL,2));
|
H A D | SplDoublyLinkedList_add_invalid_offset.phpt | 6 $dll = new SplDoublyLinkedList(); 7 var_dump($dll->add(12,'Offset 12 should not exist'));
|
H A D | SplQueue_setIteratorMode_param_lifo.phpt | 10 $dll = new SplQueue(); 11 $dll->setIteratorMode(SplDoublyLinkedList::IT_MODE_LIFO);
|
/PHP-7.4/win32/build/ |
H A D | registersyslog.php | 7 $dll = $argv[1]; variable 8 $dll = addslashes($dll); variable 15 "EventMessageFile"="$dll"
|
H A D | mkdist.php | 304 foreach ($deps as $dll) { 313 if (!file_exists($dll)) { 323 $dll = $tdll; variable 325 copy($dll, "$dist_dir/" . basename($dll)); 341 foreach ($ENCHANT_DLLS as $dll) { 342 $dest = "$dist_dir/$dll[0]"; 343 $filename = $dll[1]; 373 foreach ($pecl_dll_deps as $dll) { 378 if (!file_exists($dll)) { 385 $dll = $tdll; variable [all …]
|
H A D | template.rc | 25 #define INTERNAL_NAME FILE_NAME /* e.g. 'php7ts.dll', 'php_bz2.dll' */
|
/PHP-7.4/tests/basic/ |
H A D | bug71273.phpt | 13 …ABLE') . " -n -d html_errors=on -d extension_dir=a/�/w -d extension=php_kartoffelbrei.dll -v 2>&1"; 16 var_dump(preg_match(",.+a[\\/].+[\\/]w.php_kartoffelbrei.dll.+,s", $out));
|
/PHP-7.4/sapi/apache2handler/ |
H A D | config.w32 | 14 'php' + PHP_VERSION + 'apache2.dll', 32 'php' + PHP_VERSION + 'apache2_2.dll', 50 'php' + PHP_VERSION + 'apache2_4.dll',
|
/PHP-7.4/ext/xml/tests/ |
H A D | skipif.inc | 4 // $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | skipif.inc | 6 $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
|
/PHP-7.4/ext/ffi/tests/ |
H A D | utils.inc | 15 … return "php" . PHP_MAJOR_VERSION . (PHP_ZTS ? "ts" : "") . (PHP_DEBUG ? "_debug" : "") . ".dll";
|
/PHP-7.4/ext/session/tests/ |
H A D | skipif.inc | 4 $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
|