Home
last modified time | relevance | path

Searched refs:This (Results 476 – 500 of 788) sorted by relevance

1...<<11121314151617181920>>...32

/PHP-7.0/ext/dom/tests/
H A DDOMDocument_loadXML_variation4.phpt4 This test verifies the right behaviour of the following constants:
/PHP-7.0/ext/pcre/pcrelib/
H A DREADME4 NOTE: This set of files relates to PCRE releases that use the original API,
82 compiler flags (CFLAGS if you are using "configure" -- see below). This has the
144 cmake-gui command. This creates Makefiles, solution files, etc. The file
171 to the directory where you want the files to be created. This command is a
181 This command specifies that the C compiler should be run with the flags '-O2
221 "configure" command. This support is available only for certain hardware
298 on the "configure" command. This is just the default; individual calls to
362 unaddressable. This allows it to detect invalid memory accesses, and is
445 Once "configure" has run, you can run "make". This builds the libraries
577 character tables (the pcre_chartables.c file). This will probably not work,
[all …]
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt2 This file contains a concatenation of the PCRE man pages, converted to plain
20 This document relates to PCRE releases that use the original API, with
1315 This zeroes the coverage counters, but does nothing else.
1319 This captures baseline coverage information.
1323 This creates the coverage report.
1806 calls. This should be done before calling any PCRE functions.
4252 This error is given if the output vector is not large enough. This
4672 PCRE for some time. This list is with respect to Perl 5.10:
5656 compile time. This does not affect the \Z assertion.
9665 This is the equivalent table for POSIX:
[all …]
/PHP-7.0/ext/spl/internal/
H A Dcachingiterator.inc18 * This iterator wrapper does a one ahead iteration. This way it knows whether
/PHP-7.0/Zend/
H A Dzend_generators.c73 if (Z_OBJ(execute_data->This)) { in zend_generator_close()
74 OBJ_RELEASE(Z_OBJ(execute_data->This)); in zend_generator_close()
248 if (Z_OBJ(call->This)) { in zend_generator_create_zval()
249 Z_ADDREF(call->This); in zend_generator_create_zval()
265 Z_OBJ(generator->execute_fake.This) = (zend_object *) generator; in zend_generator_create_zval()
279 if (!ptr->func && Z_OBJ(ptr->This)) { in zend_generator_check_placeholder_frame()
280 if (Z_OBJCE(ptr->This) == zend_ce_generator) { in zend_generator_check_placeholder_frame()
281 zend_generator *generator = (zend_generator *) Z_OBJ(ptr->This); in zend_generator_check_placeholder_frame()
H A Dzend_compile.h435 zval This; /* this + call_info + num_args */ member
459 (Z_TYPE_INFO((call)->This) >> 24)
468 Z_TYPE_INFO((call)->This) = IS_OBJECT_EX | ((info) << 24); \
476 ZEND_ADD_CALL_FLAG_EX(Z_TYPE_INFO((call)->This), flag); \
480 (call)->This.u2.num_args
/PHP-7.0/ext/simplexml/
H A DREADME32 name returns an array of SimpleXML objects. This should be an
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_init.phpt12 NOTE: no datatype tests here! This is done by
/PHP-7.0/ext/zlib/tests/
H A Dgzopen_variation5.phpt39 fwrite($h, "This is the test file");
/PHP-7.0/ext/standard/tests/file/
H A Dfopen_variation7.phpt35 fwrite($h, (binary)"This is the test file");
H A Dfopen_variation9.phpt35 fwrite($h, (binary) "This is the test file");
/PHP-7.0/ext/spl/examples/
H A Ddbareader.inc13 * @brief This implements a DBA Iterator.
H A Dfindfile.inc56 * @note This may be overloaded and contain a regular expression for an
/PHP-7.0/ext/phar/tests/zip/
H A D033.phpt16 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/PHP-7.0/ext/standard/tests/array/
H A Darray_unshift_object.phpt52 echo "This function can't be overloaded";
61 echo "This is a static method";
H A Darray_diff_ukey_variation11.phpt6 … others arguments. User supplied function is used for comparing the keys. This function is like ar…
H A Darray_merge_variation10.phpt12 * This test is also passing more than two arguments to array_merge().
/PHP-7.0/ext/oci8/
H A DLICENSE41 "This product includes PHP software, freely available from
59 This software consists of voluntary contributions made by many
/PHP-7.0/
H A DLICENSE41 "This product includes PHP software, freely available from
59 This software consists of voluntary contributions made by many
/PHP-7.0/ext/opcache/
H A DREADME6 bytecode in the shared memory. This eliminates the stages of reading code from
13 This version of Zend OPcache is compatible with PHP 5.2.*, 5.3.*, 5.4.*
107 This directive should be enabled in shared hosting environment, when few
111 This directive prevents file name collisions in different "chroot"
223 processes have to map shared memory into the same address space. This
/PHP-7.0/sapi/cgi/
H A DCHANGES27 This option had effect only with
/PHP-7.0/ext/ctype/tests/
H A Dctype_print_variation3.phpt22 /*1*/ "This string contains just letters and spaces", // Simple string
/PHP-7.0/ext/oci8/tests/
H A Dimp_res_func_error.phpt40 $r = oci_execute($s); // This will fail with ORA-29478 in Oracle 12.1
H A Dpecl_bug10194_blob.phpt18 // This test is dependent on the behavior of the memory manager
H A Dpecl_bug10194_blob_64.phpt18 // This test is dependent on the behavior of the memory manager

Completed in 87 milliseconds

1...<<11121314151617181920>>...32