Home
last modified time | relevance | path

Searched refs:one (Results 426 – 450 of 666) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-7.4/ext/ctype/tests/
H A Dctype_print_variation3.phpt23 "but this one contains some numbers too 123+456 = 678", // Mixed string
H A Dctype_alnum_variation3.phpt22 "but this one contains some numbers too 123+456 = 678", // Mixed string
H A Dctype_alpha_variation3.phpt23 "but this one contains some numbers too 123+456 = 678", // Mixed string
H A Dctype_digit_variation3.phpt23 "but this one contains some numbers too 123+456 = 678", // Mixed string
H A Dctype_lower_variation3.phpt23 "but this one contains some numbers too 123+456 = 678", // Mixed string
H A Dctype_upper_variation3.phpt22 "but this one contains some numbers too 123+456 = 678", // Mixed string
H A Dctype_space_variation3.phpt23 "but this one contains some numbers too 123+456 = 678", // Mixed string
H A Dctype_xdigit_variation3.phpt23 "but this one contains some numbers too 123+456 = 678", // Mixed string
/PHP-7.4/ext/zip/tests/
H A Doo_extract.phpt46 /* extract one file */
/PHP-7.4/docs/
H A Dself-contained-extensions.md26 convert an embedded extension into a self-contained one. Install PHP and execute
114 Put `config.m4` and the source files into one directory. Then, run `phpize`
166 2. The following should be defined in one of the extension header files
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_basic.phpt29 //$from and $to are of different lengths, extra chars in the longer one are ignored
H A Dconvert_cyr_string_error.phpt7 * Description: Convert from one Cyrillic character set to another
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchheader_variation3.phpt25 $stream_id = setup_test_mailbox('', 1); // set up temporary mailbox with one simple message
H A Dimap_fetchbody_variation4.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temporary mailbox with one simple message
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation8.phpt18 * Create more than one temporary directory & subdirectory and check if dir() function can open
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_compressallgz.phpt70 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2
/PHP-7.4/ext/reflection/tests/
H A DReflectionParameter_003.phpt11 &$thirdParam = "jack", $arrayParam = array('one')) {
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_error.phpt17 //Test stream_get_meta_data with one more than the expected number of arguments
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt19 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'…
/PHP-7.4/ext/standard/tests/array/
H A Darray_flip_variation2.phpt31 'one', //expected: default key 0, value will be replaced by 'bool_key4'
H A Darray_key_exists_variation3.phpt20 $search = array ('zero', 'one', 'two');
H A Darray_merge_variation9.phpt6 * Description: Merges elements from passed arrays into one array
H A Darray_change_key_case_variation4.phpt80 ["one"]=>
H A Darray_diff_assoc_variation7.phpt40 $arr1 = array('zero' => 'x', 'one' => 'y', 'two' => 'z');
H A Dusort_basic.phpt50 $string_key_arg = array('one' => 4, 'two' => 2, 'three' => 1, 'four' => 10);

Completed in 24 milliseconds

1...<<11121314151617181920>>...27