Home
last modified time | relevance | path

Searched refs:compiled (Results 1 – 25 of 56) sorted by relevance

123

/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput21-161 /-- 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 Dtestoutput21-321 /-- 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 Dtestinput211 /-- 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 Dtestoutput22-1673 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 Dtestoutput22-3219 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 DtestinputEBC1 /-- This is a specialized test for checking, when PCRE is compiled with the
/PHP-7.0/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp37 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.0/ext/xsl/tests/
H A Dxsl-phpinfo.phpt15 libxslt compiled against libxml Version%a
/PHP-7.0/ext/phar/tests/
H A Dwebphar_compilefail.phpt2 Phar: Phar::webPhar, open compiled file fails
/PHP-7.0/win32/
H A Dbuilddef.bat3 rem are present in some of the libraries which are compiled statically
/PHP-7.0/ext/standard/tests/general_functions/
H A Dget_loaded_extensions_basic.phpt6 * Description: Returns an array with the names of all modules compiled and loaded
H A Dget_loaded_extensions_error.phpt6 * Description: Returns an array with the names of all modules compiled and loaded
/PHP-7.0/Zend/tests/assert/
H A Dexpect_007.phpt2 test compiled reason
/PHP-7.0/ext/ldap/tests/
H A Dldap_sasl_bind_basic.phpt8 <?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL suppo…
H A Dldap_sasl_bind_error.phpt9 <?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL suppo…
/PHP-7.0/sapi/cli/tests/
H A Dphp_cli_server_016.phpt5 and require php compiled with --enable-debug
/PHP-7.0/ext/intl/tests/
H A Dbreakiter___construct_error.phpt50 …or::__construct(): rbbi_create_instance: unable to create instance from compiled rules in %s on li…
/PHP-7.0/ext/pcre/pcrelib/
H A DNEWS179 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 DHACKING15 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 DChangeLog82 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.0/ext/mysqli/tests/
H A Dbug55283.phpt10 …die("skip PHP streams lack support for SSL. mysqli is compiled to use mysqlnd which uses PHP strea…
H A Dmysqli_class_mysqli_driver_interface.phpt25 PHP user land if its compiled in or not */
/PHP-7.0/ext/mysqlnd/
H A Dconfig9.m418 dnl If some extension uses mysqlnd it will get compiled in PHP core
/PHP-7.0/ext/snmp/tests/
H A DREADME5 - PHP compiled with SNMP (--with-snmp)
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt1973 tern is compiled or matched.
2021 compiled. The output is zero if PCRE was compiled to use blocks of data
2714 the length of the compiled pattern:
3185 compiled code.
3635 overwriting of the compiled pattern.
5622 in the compiled regular expression.
8422 compiled JIT code runs much faster.
8482 other data of a compiled pattern. Saving and restoring compiled pat-
9304 compiled, the pointer in the compiled pattern is NULL, which causes the
9364 is compiled as if it were
[all …]

Completed in 56 milliseconds

123