Home
last modified time | relevance | path

Searched refs:first (Results 551 – 575 of 652) sorted by relevance

1...<<21222324252627

/PHP-7.1/ext/date/tests/
H A Dgetdate_variation1.phpt2 Test getdate() function : usage variation - Passing unexpected values to first argument timestamp.
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-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt17 // Emulated PS first
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c416 sljit_si i, zeros, ones, first; in load_immediate() local
464 first = 1; in load_immediate()
472 if (first) { in load_immediate()
473 first = 0; in load_immediate()
488 if (first) { in load_immediate()
489 first = 0; in load_immediate()
/PHP-7.1/Zend/
H A Dzend_ast.c915 int first; in zend_ast_export_zval() local
943 first = 1; in zend_ast_export_zval()
945 if (first) { in zend_ast_export_zval()
946 first = 0; in zend_ast_export_zval()
/PHP-7.1/
H A DREADME.SELF-CONTAINED-EXTENSIONS97 The first argument of PHP_NEW_EXTENSION describes the name of the
H A DREADME.TESTING257 (config file must be first)
H A DCODING_STANDARDS274 To reduce the problems normally associated with the first public
276 that the first implementation include a file labeled 'EXPERIMENTAL'
/PHP-7.1/ext/gd/tests/
H A Dimagecolorallocate_variation1.phpt2 Test imagecolorallocate() function : usage variations - passing different data types to first argu…
/PHP-7.1/ext/pcre/pcrelib/
H A DREADME6 first release of a new API, known as PCRE2, with release numbers starting at
97 doc/pcretest.txt in the source distribution. The first of these is a
169 To build PCRE on system that supports autotools, first run the "configure"
657 should first run the PrepareRelease script before making a distribution. This
715 The first test file can be fed directly into the perltest.pl script to check
717 first few lines, where the Perl version is given instead of the PCRE version.
779 The twenty-first and twenty-second tests are run only in 16/32-bit mode, when
824 The first two 256-byte tables provide lower casing and case flipping functions,
/PHP-7.1/ext/standard/tests/array/
H A Duksort_variation2.phpt157 Warning: uksort() expects parameter 2 to be a valid callback, first array member is not a valid cla…
H A Darray_uintersect_assoc_variation3.phpt164 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, first array member is…
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…
H A Darray_intersect_ukey_variation1.phpt2 Test array_intersect_ukey() function : usage variation - Passing unexpected values to first argument
H A Darray_udiff_assoc_variation3.phpt164 Warning: array_udiff_assoc() expects parameter 3 to be a valid callback, first array member is not …
H A Darray_udiff_uassoc_variation3.phpt167 Warning: array_udiff_uassoc() expects parameter 3 to be a valid callback, first array member is not…
/PHP-7.1/ext/phar/tests/
H A Dphar_convert_again.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
/PHP-7.1/ext/standard/tests/strings/
H A Dstrcspn_variation7.phpt29 first line of heredoc string
H A Dstrspn_variation7.phpt29 first line of heredoc string
/PHP-7.1/ext/phar/
H A DTODO69 X rework filename detection so that alias is always checked first [Greg]
/PHP-7.1/ext/standard/tests/file/
H A Dfwrite_variation3-win32.phpt15 written or the end of string reached, whichever comes first.
H A Dfwrite_variation3.phpt15 written or the end of string reached, whichever comes first.
/PHP-7.1/ext/gd/libgd/
H A Dgd.c273 int first = 1; in gdImageColorClosestAlpha() local
290 if (first || (dist < mindist)) { in gdImageColorClosestAlpha()
293 first = 0; in gdImageColorClosestAlpha()
439 int first = 1; in gdImageColorClosestHWB() local
450 if (first || (dist < mindist)) { in gdImageColorClosestHWB()
453 first = 0; in gdImageColorClosestHWB()

Completed in 46 milliseconds

1...<<21222324252627