Searched refs:generated (Results 1 – 25 of 56) sorted by relevance
123
/php-src/ |
H A D | .gitignore | 19 # Various temporary generated files 29 # Libtool library files generated during build process 35 # Library object files generated during build process 41 # Standard object files generated during build process 44 # Dependency files generated during build process 89 # Configuration headers generated by the PHP build system 136 # Lexer files generated by re2c 209 # Miscellaneous files generated by Windows build system 220 # Standard object files generated by Visual Studio 244 # Test results generated by `./run-tests.php` [all …]
|
H A D | .gitattributes | 22 # Collapse generated files within git and pull request diff. 23 **/*_arginfo.h linguist-generated -diff 24 /main/gdb_inlined_script.c linguist-generated -diff 25 /Zend/zend_vm_execute.h linguist-generated -diff 26 /Zend/zend_vm_handlers.h linguist-generated -diff 27 /Zend/zend_vm_opcodes.[ch] linguist-generated -diff
|
/php-src/ext/tokenizer/ |
H A D | .gitattributes | 1 # Collapse generated files within a pull request. 2 /tokenizer_data.c linguist-generated
|
/php-src/ext/dba/tests/ |
H A D | dba_cdb_make.phpt | 17 // print md5 checksum of test.cdb which is generated by cdb_make program 29 // write md5 checksum of generated database file
|
H A D | bug38698.phpt | 26 // write md5 checksum of generated database file
|
/php-src/Zend/tests/ |
H A D | class_on_constant_evaluated_expression.phpt | 2 An error should be generated when using ::class on a constant evaluated expression
|
H A D | bug75079.phpt | 2 Bug #75079: self keyword leads to incorrectly generated TypeError when in closure in trait
|
/php-src/ext/random/ |
H A D | engine_mt19937.c | 299 php_random_result generated = engine.algo->generate(engine.state); in PHP_METHOD() local 304 bytes = zend_string_alloc(generated.size, false); in PHP_METHOD() 307 for (size_t i = 0; i < generated.size; i++) { in PHP_METHOD() 308 ZSTR_VAL(bytes)[i] = (generated.result >> (i * 8)) & 0xff; in PHP_METHOD() 310 ZSTR_VAL(bytes)[generated.size] = '\0'; in PHP_METHOD()
|
/php-src/ext/json/tests/ |
H A D | bug73254.phpt | 2 Bug #73254 (Incorrect indentation generated by json_encode() with JSON_PRETTY_PRINT)
|
/php-src/ext/random/tests/02_engine/ |
H A D | mt19937_value.phpt | 2 Random: Engine: Mt19937: For a reference seed a fixed reference value must be generated
|
H A D | pcgoneseq128xslrr64_value.phpt | 2 Random: Engine: PcgOneseq128XslRr64: For a reference seed a fixed reference value must be generated
|
H A D | xoshiro256starstar_value.phpt | 2 Random: Engine: Xoshiro256StarStar: For a reference seed a fixed reference value must be generated
|
/php-src/ext/ftp/tests/ |
H A D | ftp_connect_001.phpt | 2 ftp_connect - return FALSE if connection fails and Waning is generated
|
/php-src/ext/standard/tests/serialize/ |
H A D | serialize_globals_var_refs.phpt | 2 Reference IDs should be correctly generated when $GLOBALS is serialized
|
/php-src/ext/openssl/tests/ |
H A D | bug25614.phpt | 2 openssl: get public key from generated private key
|
/php-src/sapi/fuzzer/ |
H A D | README.md | 44 For the unserialize fuzzer, a dictionary of internal classes should be generated first: 60 For the parser fuzzer, a corpus may be generated from Zend test files: 69 For the execute, function-jit and tracing-jit fuzzers, a corpus may be generated from any set of te… 76 For the mbstring fuzzer, a dictionary of encodings should be generated first:
|
/php-src/ext/exif/tests/ |
H A D | sony.phpt | 14 // the most specific tag name that should be found in any Sony generated
|
/php-src/.github/actions/verify-generated-files/ |
H A D | action.yml | 1 name: Verify generated files are up to date
|
/php-src/ext/standard/tests/dir/ |
H A D | dir_variation5.phpt | 13 * and checking if proper warning message is generated.
|
/php-src/ext/intl/tests/ |
H A D | timezone_fromDateTimeZone_basic.phpt | 26 /* I don't think this timezone can be generated without a DateTime object */
|
/php-src/docs/source/miscellaneous/ |
H A D | stubs.rst | 71 code can be generated is a huge benefit. 77 /* This is a generated file, edit the .stub.php file instead. 97 actual data matches for both arguments and return types. If they do not, an error is generated. 122 /* This is a generated file, edit the .stub.php file instead. 176 Besides arginfo structures, function entries themselves can also be generated via stubs. 191 Now, the following C code is generated: 215 The generated ``ext_functions`` variable must be passed as the ``functions`` member of 283 The following arginfo file is generated: 316 The generated ``register_class_*()`` functions must be used to register these classes in the 479 generated. You can include this file conditionally, such as: [all …]
|
/php-src/ext/standard/tests/strings/ |
H A D | str_shuffle_basic.phpt | 17 // generated given a reasonable sample of calls
|
/php-src/scripts/dev/ |
H A D | makedist | 36 repository. The snapshot archive includes also generated configure script, 37 configuration headers, parsers, lexers, and similar generated files to simplify
|
/php-src/ext/dom/lexbor/patches/ |
H A D | 0005-Shrink-size-of-static-binary-search-tree.patch | 58 - * This file generated by the script 59 + * This file is generated by the script
|
/php-src/ext/spl/tests/ |
H A D | iterator_003.phpt | 83 // generated by a call to __toString(). To check this we need to access the
|
Completed in 32 milliseconds
123