Home
last modified time | relevance | path

Searched refs:one (Results 351 – 375 of 666) sorted by relevance

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

/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_basic2.phpt49 echo "-- Using array_walk with one optional parameter to modify contents --\n";
73 -- Using array_walk with one optional parameter to modify contents --
H A Darray_walk_recursive_basic2.phpt49 echo "-- Using array_walk_recursive with one optional parameter to modify contents --\n";
73 -- Using array_walk_recursive with one optional parameter to modify contents --
H A Dnatcasesort_variation11.phpt31 1 => 'one',
123 string(3) "one"
H A Darray_map_variation5.phpt49 array("one" => 1, 'two' => 2, "three" => 3, 4 => 4),
96 ["one"]=>
H A Darray_intersect_variation9.phpt26 array(1 => "one", 2 => "two", 3 => "three"),
32 array(1 => "one", 2 => "two", 3 => "three")
121 string(3) "one"
212 string(3) "one"
H A Dend_basic.phpt16 $array = array('zero', 'one', 200 => 'two');
H A Darray_slice_variation9.phpt18 $val1 = 'one';
H A Darray_unshift_variation5.phpt52 array("one" => 1, 'two' => 2, "three" => 3, 4 => 4),
157 ["one"]=>
174 ["one"]=>
H A Dcount_basic.phpt18 $array = array('zero', 'one', 'two');
H A Dshuffle_basic1.phpt23 $array_arg_strings = array("one", 'two', 'three', "four", "five", " ", 'six', ' ', "seven");
106 string(3) "one"
H A Darray_intersect_error.phpt16 // Testing array_intersect() with one less than the expected number of arguments
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_max_links.phpt16 // to make sure we have at least one working connection...
18 // to make sure that max_links is really set to one
H A Dmysqli_stmt_execute_stored_proc.phpt24 /* no result set, one output parameter */
68 // no result set, one output parameter
105 // no result set, one input parameter, output parameter
143 // no result set, one input parameter, output parameter
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60455_03.phpt2 Bug #60455: stream_get_line and 2 lines, one possibly empty
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload5.phpt6 // Similar to variance3, but one more class hierarchy in the cycle
/PHP-7.4/Zend/tests/
H A Dclosure_call.phpt25 // Try on an object other than the one already bound
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_create.phpt17 // non-root one
H A Dmsgfmt_format_simple_types_numeric_strings.phpt52 …spellout one billion three hundred thirty-six million three hundred seventeen thousand nine hundr…
/PHP-7.4/sapi/phpdbg/
H A Dxml.md11 - usually one of these values:
24 - the request id, if one was passed to the last command (via -r %d, where %d is the id) (and the ou…
207 - internalfunction: one cannot break on an opline of an internal function
225 - internal: has value "internal" when being an internal function call (one cannot inspect that fram…
246 - &lt;includedfile name=""/>: one per file, with name being the file path of the included file
257 - if info vars was used it'll have also one of these attributes:
402 - steps by one line or opcode (as defined via set stepping) default is one line
497 - watchpoints generally are identified by a variable (one may need to switch frames first...)
542 - invalidtype: type wasn't one of the three allowed types
563 - sets stepping to either opcode or line (so a step command will either advance one op or one line)
[all …]
/PHP-7.4/ext/standard/tests/class_object/
H A Dmethod_exists_basic_002.phpt6 * Description: Returns true if the object has this class as one of its parents
/PHP-7.4/ext/opcache/tests/
H A Dissue0149.phpt20 $p['index.php'] = ""; # A Phar must have at least one file, hence this dummy
/PHP-7.4/ext/date/tests/
H A D005.phpt32 Warning: idate(): idate format is one char in %s on line %d
H A Dbug73858.phpt25 is the important one, if it uses the verbose method it returns the correct values.
38 This test just proves that the $e date is important BUT NOT because it's the one we call the diff()…
/PHP-7.4/ext/phar/tests/
H A Dphar_convert_again.phpt189 Unknown file format specified, please pass one of Phar::PHAR, Phar::TAR or Phar::ZIP
194 Unknown file format specified, please pass one of Phar::TAR or Phar::ZIP
197 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2
198 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2
/PHP-7.4/Zend/
H A DREADME.md107 Executor's helpers can be defined without parameters or with one parameter. This
125 definitions. It is included from `zend_compile.h`. The second one is an executor
131 or exclude old executor together with specialized one using

Completed in 30 milliseconds

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