Searched refs:compiled (Results 1 – 25 of 56) sorted by relevance
123
/PHP-7.1/ext/pcre/pcrelib/testdata/ |
H A D | testoutput21-16 | 1 /-- Tests for reloading pre-compiled patterns. The first one gives an error 2 right away, and can be any old pattern compiled in 8-bit mode ("abc" is 9 Running in 16-bit mode but pattern was compiled in 8-bit mode 92 Running in 16-bit mode but pattern was compiled in 32-bit mode 98 Running in 16-bit mode but pattern was compiled in 32-bit mode
|
H A D | testoutput21-32 | 1 /-- Tests for reloading pre-compiled patterns. The first one gives an error 2 right away, and can be any old pattern compiled in 8-bit mode ("abc" is 9 Running in 32-bit mode but pattern was compiled in 8-bit mode 26 Running in 32-bit mode but pattern was compiled in 16-bit mode 32 Running in 32-bit mode but pattern was compiled in 16-bit mode
|
H A D | testinput21 | 1 /-- Tests for reloading pre-compiled patterns. The first one gives an error 2 right away, and can be any old pattern compiled in 8-bit mode ("abc" is
|
H A D | testoutput22-16 | 73 Running in 16-bit mode but pattern was compiled in 32-bit mode 79 Running in 16-bit mode but pattern was compiled in 32-bit mode
|
H A D | testoutput22-32 | 19 Running in 32-bit mode but pattern was compiled in 16-bit mode 25 Running in 32-bit mode but pattern was compiled in 16-bit mode
|
H A D | testinputEBC | 1 /-- This is a specialized test for checking, when PCRE is compiled with the
|
/PHP-7.1/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 37 zend_bool compiled = 0; in _php_intlrbbi_constructor_body() local 42 &rules, &rules_len, &compiled) == FAILURE) { in _php_intlrbbi_constructor_body() 51 if (!compiled) { in _php_intlrbbi_constructor_body()
|
/PHP-7.1/ext/xsl/tests/ |
H A D | xsl-phpinfo.phpt | 15 libxslt compiled against libxml Version%a
|
/PHP-7.1/ext/phar/tests/ |
H A D | webphar_compilefail.phpt | 2 Phar: Phar::webPhar, open compiled file fails
|
/PHP-7.1/win32/ |
H A D | builddef.bat | 3 rem are present in some of the libraries which are compiled statically
|
/PHP-7.1/ext/standard/tests/general_functions/ |
H A D | get_loaded_extensions_basic.phpt | 6 * Description: Returns an array with the names of all modules compiled and loaded
|
H A D | get_loaded_extensions_error.phpt | 6 * Description: Returns an array with the names of all modules compiled and loaded
|
/PHP-7.1/Zend/tests/assert/ |
H A D | expect_007.phpt | 2 test compiled reason
|
/PHP-7.1/ext/ldap/tests/ |
H A D | ldap_sasl_bind_basic.phpt | 8 <?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL suppo…
|
H A D | ldap_sasl_bind_error.phpt | 9 <?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL suppo…
|
/PHP-7.1/ext/intl/tests/ |
H A D | rbbiter___construct_basic.phpt | 39 string(93) "rbbi_create_instance: unable to create instance from compiled rules: U_ILLEGAL_ARGUMENT…
|
H A D | breakiter___construct_error.phpt | 49 …or::__construct(): rbbi_create_instance: unable to create instance from compiled rules in %s on li…
|
/PHP-7.1/sapi/cli/tests/ |
H A D | php_cli_server_016.phpt | 5 and require php compiled with --enable-debug
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | NEWS | 179 strings, compiled as a separate library. There are a few changes to the 185 . When a compiled pattern was saved to a file and later reloaded on a host 367 WARNING: saved patterns that were compiled by earlier versions of PCRE must be 431 Previously compiled patterns are NOT upwards compatible with this release. If 432 you have saved compiled patterns from a previous release, you will have to 475 the interal format of compiled patterns. Any saved compiled patterns that 535 tables at exec time. This is useful if compiled regex are saved and re-used 537 default internal tables are used, the pointer saved with the compiled 552 5. There is support for saving compiled patterns and re-using them later. 554 6. There is support for running regular expressions that were compiled on a [all …]
|
H A D | HACKING | 15 about the algorithm was that the amount of space required to hold the compiled 56 release 8.32, PCRE supports 32-bit data strings. The library can be compiled 110 will use most of the time. From release 8.20, if PCRE is compiled with 111 just-in-time (JIT) support, and studying a compiled pattern with JIT is 123 intreprets the same compiled pattern data as pcre_exec(); however, not all the 144 Format of compiled patterns 147 The compiled form of a pattern is a vector of unsigned units (bytes in 8-bit 154 within the compiled pattern. LINK_SIZE always specifies a number of bytes. The 155 default value for LINK_SIZE is 2, but PCRE can be compiled to use 3-byte or 158 larger than 2 is necessary only when patterns whose compiled length is greater [all …]
|
H A D | ChangeLog | 82 for example, /(?(R))*+/, was incorrectly compiled. 457 that show up only when compiled with -O2. 767 compiled to use the heap for recursion. 2161 Linux macro when compiled as a kernel module. 3108 the compiled data. Specifically: 3822 not normally included in the compiled code. 4015 compiled form incompatibly. Anybody with saved compiled patterns that use 4391 compiled pattern. 4917 debugging information about compiled patterns. 4991 to set a default value for the compiled library. [all …]
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | bug55283.phpt | 10 …die("skip PHP streams lack support for SSL. mysqli is compiled to use mysqlnd which uses PHP strea…
|
H A D | mysqli_class_mysqli_driver_interface.phpt | 25 PHP user land if its compiled in or not */
|
/PHP-7.1/ext/mysqlnd/ |
H A D | config9.m4 | 18 dnl If some extension uses mysqlnd it will get compiled in PHP core
|
/PHP-7.1/ext/snmp/tests/ |
H A D | README | 5 - PHP compiled with SNMP (--with-snmp)
|
Completed in 55 milliseconds
123