/PHP-7.1/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-7.1/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 | bug48770_3.phpt | 44 $c->func('This should work!'); 48 %unicode|string%(27) "B::func2: This should work!" 49 %unicode|string%(27) "B::func3: This should work!"
|
H A D | bug48770_2.phpt | 45 $c->func('This should work!'); 49 %unicode|string%(27) "A::func2: This should work!" 50 %unicode|string%(27) "A::func3: This should work!"
|
H A D | bug48770.phpt | 49 $c->func('This should work!'); 53 %unicode|string%(26) "A::func: 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)
|
H A D | bug70478.phpt | 2 Bug #70478 (**= does no longer work)
|
/PHP-7.1/ext/soap/ |
H A D | TODO.old | 9 look to see if php-soap will work with out always_populate_raw_post_data on 10 see if client will work with ssl.. should be eaiser with php_streams 11 work on soap serializer (php serialization) 12 -work on a soap-service 'regiestry' and 'proxy' (apache soap style) 26 make php-soap work as a standalone server using php_streams and the new socket extension 32 do some more work on website
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | chunk_split_variation12.phpt | 60 "To check " in heredoc".I'm sure it'll \work! 143 …work!r to check"To check " in heredoc".I'm sure it'll \work! with here"To check " in heredoc".I'm … 144 …work!i@! ch@r$ "To check " in heredoc".I'm sure it'll \work!__with wro"To check " in heredoc".I'm …
|
/PHP-7.1/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-7.1/ext/pcre/tests/ |
H A D | preg_quote_basic.phpt | 13 $string1 = 'testing - /this *-has \ metacharacters^ in $ should work'; 14 var_dump(preg_match('/^[tT]\w{6} - ' . preg_quote($string_before, '/') . ' [a-z]*\s*work$/', $strin… 23 string(58) "testing - /this *-has \ metacharacters^ in $ should work"
|
/PHP-7.1/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-7.1/ext/mysqli/tests/ |
H A D | bug36802.phpt | 16 /* following operations should not work */ 24 /* following operations should work */
|
/PHP-7.1/ |
H A D | vcsclean | 4 ${MAKE:-make} -f build/build.mk gitclean-work
|
H A D | CREDITS | 1 For the list of people who've put work into PHP, please see
|
/PHP-7.1/ext/standard/tests/math/ |
H A D | bug30069.phpt | 2 Bug #30069 (floats as strings used in calculations do not work)
|
/PHP-7.1/ext/standard/tests/dir/ |
H A D | rewinddir_variation3.phpt | 28 echo "rewinddir() does not work on file pointers\n"; 42 rewinddir() does not work on file pointers
|
/PHP-7.1/appveyor/ |
H A D | build.bat | 31 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --pru… 33 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --…
|
/PHP-7.1/Zend/tests/type_declarations/ |
H A D | default_boolean_hint_values.phpt | 2 Default values for boolean hints should work
|
/PHP-7.1/ext/opcache/Optimizer/ |
H A D | zend_cfg.c | 771 zend_worklist work; in zend_cfg_identify_loops() local 786 zend_worklist_push(&work, 0); in zend_cfg_identify_loops() 788 while (zend_worklist_len(&work)) { in zend_cfg_identify_loops() 790 i = zend_worklist_peek(&work); in zend_cfg_identify_loops() 796 if (zend_worklist_push(&work, j)) { in zend_cfg_identify_loops() 807 } else if (zend_worklist_push(&work, succ)) { in zend_cfg_identify_loops() 812 zend_worklist_pop(&work); in zend_cfg_identify_loops() 845 zend_worklist_push(&work, pred); in zend_cfg_identify_loops() 856 while (zend_worklist_len(&work)) { in zend_cfg_identify_loops() 857 j = zend_worklist_pop(&work); in zend_cfg_identify_loops() [all …]
|
/PHP-7.1/ext/date/tests/ |
H A D | bug43960.phpt | 6 var_dump(strtotime('i like to eat slices at work'));
|
/PHP-7.1/ext/reflection/tests/ |
H A D | bug49092.phpt | 2 Bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces)
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | bug68335.phpt | 2 Bug #68335: rmdir doesnt work with file:// stream wrapper
|