Home
last modified time | relevance | path

Searched refs:first (Results 201 – 225 of 618) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/standard/tests/strings/
H A Ducwords_variation5.phpt6 * Description: Uppercase the first character of each word in a string
H A Dstrtok_variation3.phpt26 first line of heredoc string
100 string(11) "first line "
H A Dhttp_build_query_variation1.phpt2 Test http_build_query() function: usage variations - first arguments as object
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
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput211 /-- Tests for reloading pre-compiled patterns. The first one gives an error
/PHP-5.5/ext/simplexml/tests/
H A D005.phpt13 <elem1 attr1='first'>
H A D009.phpt12 <elem1 attr1='first'>
H A D008.phpt12 <elem1 attr1='first'>
/PHP-5.5/ext/phar/tests/
H A Dphar_setalias.phpt12 $file = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
/PHP-5.5/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-5.5/Zend/tests/traits/
H A Dbug55355.phpt22 // A class on the first level in the
/PHP-5.5/sapi/cli/tests/
H A Dbug61679.phpt34 // Only echo the first line from the response,
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest.inc80 // Fires an SQL query and returns the first value from the first row
/PHP-5.5/ext/date/tests/
H A DDateTimeZone_construct_variation1.phpt2 Test DateTime::__construct() function : usage variation - Passing unexpected values to first argume…
11 echo "*** Testing DateTime::__construct() : usage variation - unexpected values to first argument …
113 *** Testing DateTime::__construct() : usage variation - unexpected values to first argument $timez…
H A Dcheckdate_variation1.phpt2 Test checkdate() function : usage variation - Passing unexpected values to first argument $month.
11 echo "*** Testing checkdate() : usage variation - unexpected values to first argument \$month***\n…
102 *** Testing checkdate() : usage variation - unexpected values to first argument $month***
H A Ddate_parse_variation1.phpt2 Test date_parse() function : usage variation - Passing unexpected values to first argument $date.
10 echo "*** Testing date_parse() : usage variation - unexpected values to first argument \$date***\n…
113 *** Testing date_parse() : usage variation - unexpected values to first argument $date***
H A Ddate_period.phpt8 $di = DateInterval::createFromDateString( 'first day of next month' );
/PHP-5.5/ext/filter/
H A Dlogical_filters.c321 int first, n; in php_filter_float() local
344 first = 1; in php_filter_float()
352 if (!first && n != 3) { in php_filter_float()
374 if (first?(n < 1 || n > 3):(n != 3)) { in php_filter_float()
377 first = 0; in php_filter_float()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c579 zval *first = NULL; in add_header_to_table() local
589 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|zb", &first, &second, &replace) == FAILURE… in add_header_to_table()
593 if (Z_TYPE_P(first) == IS_ARRAY) { in add_header_to_table()
597 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(first), &pos); in add_header_to_table()
598 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(first), (void **)&entry, &pos) == SUCCESS) { in add_header_to_table()
602 zend_hash_move_forward_ex(Z_ARRVAL_P(first), &pos); in add_header_to_table()
606 zend_hash_move_forward_ex(Z_ARRVAL_P(first), &pos); in add_header_to_table()
623 zend_hash_move_forward_ex(Z_ARRVAL_P(first), &pos); in add_header_to_table()
630 } else if (Z_TYPE_P(first) == IS_STRING) { in add_header_to_table()
636 ap_table_set(t, Z_STRVAL_P(first), Z_STRVAL_P(second)); in add_header_to_table()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_change_key_case_errors.phpt10 var_dump( array_change_key_case($int_var, CASE_UPPER) ); // invalid first argument
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strpos_error2.phpt11 * Description: Find position of first occurrence of a string within another
/PHP-5.5/ext/ldap/tests/
H A Dldap_control_paged_results_variation1.phpt2 ldap_ldap_control_paged_result() test (fetching the first page)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous.phpt25 $stmt->execute(array('first row'));
44 $stmt->execute(array('first row'));

Completed in 48 milliseconds

12345678910>>...25