Home
last modified time | relevance | path

Searched refs:first (Results 226 – 250 of 501) sorted by relevance

12345678910>>...21

/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_null_mandatory_args_variant2.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
H A Dresourcebundle_null_mandatory_args.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
/PHP-7.4/ext/phar/tests/
H A Dphar_setalias.phpt12 $file = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
/PHP-7.4/ext/gd/tests/
H A Dbug67447.phpt22 imagecolorallocate($image, 0, 0, 255); // first palette color = background
/PHP-7.4/Zend/tests/traits/
H A Dbug55355.phpt22 // A class on the first level in the
/PHP-7.4/ext/libxml/tests/
H A Dbug76777.phpt2 Bug #76777 (first parameter of libxml_set_external_entity_loader callback undefined)
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_variation5.phpt29 first line of heredoc string
86 -- Iteration with str value as "first line of heredoc string
H A Dstrspn_variation5.phpt29 first line of heredoc string
86 -- Iteration with str value as "first line of heredoc string
H A Dhttp_build_query_variation1.phpt2 Test http_build_query() function: usage variations - first arguments as object
H A Dstrtok_variation3.phpt26 first line of heredoc string
100 string(11) "first line "
H A Dstrncasecmp_variation3.phpt6 * Description: Binary safe case-insensitive string comparison of the first n characters
H A Dstrncmp_variation3.phpt6 * Description: Binary safe case-sensitive string comparison of the first n characters
H A Dstripos_variation5.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstrncasecmp_variation7.phpt6 * Description: Binary safe case-insensitive string comparison of the first n characters
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous.phpt25 $stmt->execute(array('first row'));
44 $stmt->execute(array('first row'));
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_print.c325 zend_bool first = 1; in phpdbg_print_opcodes_ce() local
343 if (first) { in phpdbg_print_opcodes_ce()
344 first = 0; in phpdbg_print_opcodes_ce()
350 if (first) { in phpdbg_print_opcodes_ce()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_status.c485 int first; in fpm_status_handle_request() local
499 first = 1; in fpm_status_handle_request()
506 if (first) { in fpm_status_handle_request()
507 first = 0; in fpm_status_handle_request()
/PHP-7.4/ext/reflection/tests/
H A DReflectionParameter_export_error2.phpt2 ReflectionParameter::export() with incorrect first parameter
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strpos_error2.phpt11 * Description: Find position of first occurrence of a string within another
H A Dmb_strstr_error2.phpt11 * Description: Finds first occurrence of a string within another
/PHP-7.4/ext/date/tests/
H A Ddate_period.phpt8 $di = DateInterval::createFromDateString( 'first day of next month' );
/PHP-7.4/ext/iconv/tests/
H A Diconv_strpos_error2.phpt11 * Description: Find position of first occurrence of a string within another
/PHP-7.4/ext/standard/tests/array/
H A Dreset_basic.phpt6 * Description: Set array argument's internal pointer to the first element and return it
/PHP-7.4/Zend/tests/type_declarations/
H A Dinternal_function_strict_mode.phpt33 *** Caught array_map() expects parameter 1 to be a valid callback, first array member is not a vali…
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_setalias.phpt15 $phar->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');

Completed in 31 milliseconds

12345678910>>...21