Home
last modified time | relevance | path

Searched refs:it (Results 501 – 525 of 1011) sorted by relevance

1...<<21222324252627282930>>...41

/php-src/ext/ffi/tests/
H A Daddr_in_lval.phpt18 FFI::addr($container->getBar())[0] = $f->cast("char*", $data); // directly write it
/php-src/ext/gd/tests/
H A Dimagefilledarc_variation1.phpt24 //create an arc and fill it with white color
H A Dimagefilledarc_variation2.phpt24 //create an arc and fill it with white color
/php-src/sapi/litespeed/
H A DREADME.md39 after the compilation succeeds. Copy it to `lsws/fcgi-bin/lsphp` or wherever you
85 Usually, PHP support has been configured out of box, you don't need to change it
149 This controls how many requests each child process will handle before it exits
156 will wait for a new request before it exits. This option help releasing system
172 processing of a request in the given time period, it will be killed by the
186 process when web server is restarted. However, it is desirable to disable this
189 existence of parent process. When PHP is started by `-b` option, it is
/php-src/docs/source/core/data-structures/
H A Dzval.rst8 implemented as a "tagged union", meaning it stores what type of value it contains, and the value
67 member, but never both at the same time. However, it doesn't know which member is being stored.
82 intimidating at first. We'll go over it step by step.
123 because the memory would otherwise be wasted due to padding, so we may as well make use of it. We'll
193 ``IS_ALIAS_PTR`` is used for class aliases registered via ``class_alias``. Essentially, it just
195 Otherwise, it is essentially the same as ``IS_PTR``. Arbitrary data is accessed through
/php-src/ext/standard/tests/array/
H A Darray_merge_variation7.phpt6 * Pass array_merge() arrays with mixed keys to test how it attaches them to
/php-src/tests/lang/
H A Derror_2_exception_001.phpt24 // make sure it isn't catching exceptions that weren't
/php-src/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-null.phpt6 list - it does not replace the previously allowed functions.
/php-src/ext/zlib/tests/
H A Dgzrewind_basic2.phpt2 Test function gzrewind() by calling it with its expected arguments when reading
H A Dgzseek_variation6.phpt2 Test function gzseek() by calling it with SEEK_END when reading
/php-src/ext/opcache/tests/
H A Dbug80900.phpt14 * otherwise it will not be compiled into SWITCH_LONG. */
/php-src/ext/phar/tests/
H A Dphar_oo_getcontentsgz.phpt2 Phar object: getContent() (verify it works with compression)
/php-src/ext/standard/tests/strings/
H A Dstrncasecmp_variation7.phpt9 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
H A Dchunk_split_variation4.phpt54 I'm sure it'll work also with \
157 it'
/php-src/ext/date/tests/
H A Dbug53437_var4.phpt2 Bug #53437 (Check that var_dump out is the same using the whole object or it's single properties), …
/php-src/ext/standard/tests/file/
H A Dfstat_basic.phpt2 Test function fstat() by calling it with its expected arguments
H A Dfstat_variation8.phpt2 Test function fstat() by calling it with its expected arguments
H A Dstream_001.phpt16 Warning: fopen(): Unable to find the wrapper "file" - did you forget to enable it when you configur…
/php-src/Zend/tests/arrow_functions/
H A D001.phpt20 // Not closing over $var, it's a parameter
/php-src/Zend/tests/constexpr/
H A Dnew_not_allowed_class_constant.phpt7 // should the (potentially side-effecting) new expression be evaluated? Evaluating it when the
/php-src/ext/standard/tests/general_functions/
H A Dini_set_types.phpt17 // Just use a random string property, even though it doesn't make sense.
/php-src/ext/phar/tests/zip/
H A Dgh10766.phpt14 // Re-read from disk, but using the zip extension because the phar bug will not make it possible
/php-src/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt2 Test if socket_create_listen() returns false, when it cannot bind to the port.
/php-src/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt19 * This test uses the openssl binary directly to initiate renegotiation. At this time it's not
22 * solution, but it's really the only way to get test coverage on the rate-limiting functionality
/php-src/ext/mbstring/tests/
H A Dmb_str_split_utf8_utf16.phpt24 $utf16be_char_bad = pack("H*", "dc00dc00"); /* this char is illegal because it starts from low surr…
25 $utf16le_char_bad = pack("H*", "00dc00dc"); /* this char is illegal because it starts from low surr…

Completed in 26 milliseconds

1...<<21222324252627282930>>...41