Home
last modified time | relevance | path

Searched refs:first (Results 451 – 475 of 520) sorted by relevance

1...<<1112131415161718192021

/php-src/docs/
H A Dmailinglist-rules.md3 This is the first file you should be reading before doing any posts on PHP
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst161 - We start at the top, i.e. ``JMPZ``. If its first operand contains a "falsy" value, it will jump
165 - The ``ECHO`` instruction prints its first operand.
/php-src/docs/source/core/data-structures/
H A Dzval.rst9 itself. Let's look at the type first.
82 intimidating at first. We'll go over it step by step.
/php-src/Zend/
H A DREADME.md124 `zend_vm_opcodes.h` and `zend_vm_execute.h`. The first file is a list of opcode
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_execute_bind.phpt15 // first, control case
/php-src/ext/standard/tests/file/
H A Dfwrite_variation2-win32.phpt48 /*overwrite first 400 bytes in the file*/
H A Dfwrite_variation2.phpt48 /*overwrite first 400 bytes in the file*/
/php-src/ext/opcache/jit/
H A DREADME.md25 request multiple times (the first request compiles the trace and the second executes it)
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt20 // Emulated PS first
/php-src/ext/mbstring/tests/
H A Dcp51932_encoding.phpt55 * but in some cases, it is first and will be overwritten in the above loop
H A Dutf_encodings.phpt844 // Second half of surrogate pair comes first
864 // Second half of surrogate pair comes first
1061 // Second half of surrogate pair coming first
1085 // Base64 section should not have 4 ASCII characters; the first 3 can encode one
/php-src/ext/phar/tests/
H A Dphar_convert_again.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
/php-src/ext/standard/libavifinfo/
H A DPATENTS40 was in response to a corresponding suit regarding an Implementation first
/php-src/ext/standard/tests/array/
H A Darray_diff_key_variation1.phpt2 Test array_diff_key() function : usage variation - Passing unexpected values to first argument
H A Darray_intersect_ukey_variation1.phpt2 Test array_intersect_ukey() function : usage variation - Passing unexpected values to first argument
H A Darray_diff_ukey_variation1.phpt2 Test array_diff_ukey() function : usage variation - Passing unexpected values to first argument
H A Darray_intersect_key_variation1.phpt2 Test array_intersect_key() function : usage variation - Passing unexpected values to first argument
H A Darray_intersect_uassoc_variation1.phpt2 Test array_intersect_uassoc() function : usage variation - Passing unexpected values to first argum…
/php-src/docs-old/
H A Dself-contained-extensions.md94 The first argument of `PHP_NEW_EXTENSION` describes the name of the extension.
/php-src/ext/date/tests/
H A DDateTime_data-fall-type2-type2.inc21 * + stsec: standard time first second 2010-11-07 01:00:00 EST
H A DDateTime_data-fall-type2-type3.inc21 * + stsec: standard time first second 2010-11-07 01:00:00 EST
/php-src/ext/gd/
H A Dconfig.m4142 dnl format. The first argument is the proper-noun-capitalized name of the
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m49 dnl first arg - version as 11, 14, 17 or 20
30 [m4_fatal([invalid first argument `$1' to PHP_CXX_COMPILE_STDCXX])])[]dnl
/php-src/ext/gd/libgd/
H A Dgd.c281 int first = 1; in gdImageColorClosestAlpha() local
298 if (first || (dist < mindist)) { in gdImageColorClosestAlpha()
301 first = 0; in gdImageColorClosestAlpha()
447 int first = 1; in gdImageColorClosestHWB() local
458 if (first || (dist < mindist)) { in gdImageColorClosestHWB()
461 first = 0; in gdImageColorClosestHWB()
/php-src/
H A DCONTRIBUTING.md65 If this is the first time you've filed a bug, we suggest reading the
345 5. If you don't know how to do something, ask first!
379 1. All non-security bugfix changes should first go to the lowest bugfix branch

Completed in 48 milliseconds

1...<<1112131415161718192021