/PHP-8.3/ext/sysvmsg/tests/ |
H A D | 004.phpt | 14 echo "Did really work:\n"; 20 echo "Did really work:\n"; 26 echo "Did really work:\n"; 33 echo "Did really work:\n"; 45 Did really work: 49 Did really work: 53 Did really work: 57 Did really work:
|
/PHP-8.3/Zend/tests/ |
H A D | bug38624.phpt | 14 throw new Exception( "doesn't work" ); 19 throw new Exception( "doesn't work" ); 29 Fatal error: Uncaught Exception: doesn't work in %s:%d
|
H A D | gh13670_002.phpt | 31 work(); 36 function work() { 57 work();
|
H A D | gh13670_003.phpt | 31 work(); 36 function work() { 57 work();
|
H A D | bug48770_3.phpt | 44 $c->func('This should work!'); 49 string(27) "B::func2: This should work!" 52 string(27) "B::func3: This should work!"
|
H A D | bug48770_2.phpt | 53 $c->func('This should work!'); 58 string(27) "B::func2: This should work!" 61 string(27) "B::func3: This should work!"
|
H A D | bug27731.phpt | 2 Bug #27731 (error_reporing() call inside @ block does not work correctly)
|
H A D | bug41633_1.phpt | 2 Bug #41633.1 (self:: doesn't work for constants)
|
H A D | bug41633_4.phpt | 2 Bug #41633.4 (self:: doesn't work for constants)
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | chunk_split_variation12.phpt | 54 "To check " in heredoc".I'm sure it'll \work! 137 …work!r to check"To check " in heredoc".I'm sure it'll \work! with here"To check " in heredoc".I'm … 138 …work!i@! ch@r$ "To check " in heredoc".I'm sure it'll \work!__with wro"To check " in heredoc".I'm …
|
/PHP-8.3/ext/pcre/tests/ |
H A D | preg_quote_basic.phpt | 12 $string1 = 'testing - /this *-has \ metacharacters^ in $ should work'; 13 var_dump(preg_match('/^[tT]\w{6} - ' . preg_quote($string_before, '/') . ' [a-z]*\s*work$/', $strin… 22 string(58) "testing - /this *-has \ metacharacters^ in $ should work"
|
/PHP-8.3/ext/mbstring/libmbfl/ |
H A D | LICENSE | 111 "work based on the library" and a "work that uses the library". The 130 Library" means either the Library or any derivative work under 136 "Source code" for a work means the preferred form of the work for 163 of it, thus forming a work based on the Library, and copy and 167 a) The modified work must itself be a software library. 190 These requirements apply to the modified work as a whole. If 243 work, in isolation, is not a derivative work of the Library, and 268 Any executables containing that work also fall under Section 6, 273 work containing portions of the Library, and distribute that work 286 a) Accompany the work with the complete corresponding [all …]
|
/PHP-8.3/ext/bcmath/libbcmath/ |
H A D | LICENSE | 113 "work based on the library" and a "work that uses the library". The 132 Library" means either the Library or any derivative work under 138 "Source code" for a work means the preferred form of the work for 166 of it, thus forming a work based on the Library, and copy and 170 a) The modified work must itself be a software library. 193 These requirements apply to the modified work as a whole. If 246 work, in isolation, is not a derivative work of the Library, and 271 Any executables containing that work also fall under Section 6, 276 work containing portions of the Library, and distribute that work 289 a) Accompany the work with the complete corresponding [all …]
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | bug25359.phpt | 2 Bug #25359 (array_multisort() does not work in a function if array is global or reference) 8 global $data; // Remove this line to make array_multisort() work
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | bug36802.phpt | 16 /* following operations should not work */ 33 /* following operations should work */
|
/PHP-8.3/ext/filter/tests/ |
H A D | ghsa-w8qr-v226-r27w.phpt | 22 echo "--- These ones should work ---\n"; 38 --- These ones should work ---
|
H A D | bug71063.phpt | 2 Bug #71063 (filter_input(INPUT_ENV, ..) does not work)
|
/PHP-8.3/ext/standard/tests/dir/ |
H A D | rewinddir_variation3.phpt | 27 echo "rewinddir() does not work on file pointers\n"; 38 rewinddir() does not work on file pointers
|
H A D | bug71542.phpt | 2 Bug #71542 (disk_total_space does not work with relative paths)
|
/PHP-8.3/ext/gd/tests/ |
H A D | webp_basic.phpt | 37 echo 'Does lossless conversion work? '; 47 Does lossless conversion work? bool(true)
|
/PHP-8.3/Zend/Optimizer/ |
H A D | zend_cfg.c | 781 zend_worklist work; in zend_cfg_identify_loops() local 801 zend_worklist_push(&work, 0); in zend_cfg_identify_loops() 803 while (zend_worklist_len(&work)) { in zend_cfg_identify_loops() 805 i = zend_worklist_peek(&work); in zend_cfg_identify_loops() 811 if (zend_worklist_push(&work, j)) { in zend_cfg_identify_loops() 820 } else if (zend_worklist_push(&work, succ)) { in zend_cfg_identify_loops() 825 zend_worklist_pop(&work); in zend_cfg_identify_loops() 866 if (!zend_worklist_len(&work)) { in zend_cfg_identify_loops() 869 zend_worklist_push(&work, pred); in zend_cfg_identify_loops() 880 while (zend_worklist_len(&work)) { in zend_cfg_identify_loops() [all …]
|
/PHP-8.3/tests/lang/integer_literals/ |
H A D | octal_64bit.phpt | 15 /* *technically* this should work but treat this as a degenerate case */ 47 /* *technically* this should work but treat this as a degenerate case */ 79 /* *technically* this should work but treat this as a degenerate case */
|
/PHP-8.3/ext/standard/tests/math/ |
H A D | bug30069.phpt | 2 Bug #30069 (floats as strings used in calculations do not work)
|
/PHP-8.3/Zend/tests/type_declarations/ |
H A D | default_boolean_hint_values.phpt | 2 Default values for boolean hints should work
|
/PHP-8.3/Zend/tests/arrow_functions/ |
H A D | 004.phpt | 6 // This should work, but *not* generate a binding for $GLOBALS
|