Home
last modified time | relevance | path

Searched refs:array (Results 4376 – 4400 of 6720) sorted by relevance

1...<<171172173174175176177178179180>>...269

/PHP-8.1/ext/standard/
H A Dexec.c94 static size_t handle_line(int type, zval *array, char *buf, size_t bufl) { in handle_line() argument
102 add_next_index_stringl(array, buf, bufl); in handle_line()
114 PHPAPI int php_exec(int type, const char *cmd, zval *array, zval *return_value) in php_exec() argument
164 bufl = handle_line(type, array, buf, bufl); in php_exec()
170 bufl = handle_line(type, array, buf, bufl); in php_exec()
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_connect.phpt149 array(1) {
153 array(1) {
157 array(1) {
161 array(2) {
167 array(1) {
/PHP-8.1/ext/standard/tests/
H A Dbug75220.phpt16 var_dump(is_callable(array('parent', 'foo')));
/PHP-8.1/ext/standard/tests/file/
H A Dproc_open_with_wrong_resource_type.phpt7 proc_open('not_a_real_command_but_I_dont_care', array(0 => $context), $pipes);
H A Drealpath_cache.phpt20 array(4) {
/PHP-8.1/ext/standard/tests/filters/
H A Dbug77231.phpt8 array(1) {
/PHP-8.1/ext/exif/tests/
H A Dexif005.phpt15 array(2) {
/PHP-8.1/ext/ffi/tests/
H A D038.phpt2 FFI 038: Casting array to pointer
/PHP-8.1/ext/spl/
H A Dspl_fixedarray.stub.php19 public static function fromArray(array $array, bool $preserveKeys = true): SplFixedArray {} argument
/PHP-8.1/ext/spl/tests/
H A Darray_021.phpt15 $test = new foo(array(1,2,3));
H A Dbug64228.phpt5 $dirs = array();
H A Dspl_iterator_caching_count_error.phpt8 $i = new ArrayIterator(array(1,1,1,1,1));
/PHP-8.1/tests/lang/
H A Dbug28213.phpt6 set_error_handler(array('FooBar', 'error'));
H A Dbug21094.phpt11 set_error_handler(array(new test(), "hdlr"));
/PHP-8.1/ext/standard/tests/array/
H A Darray_column_property_visibility.phpt24 array(1) {
/PHP-8.1/ext/oci8/tests/
H A Derror1.phpt17 array(4) {
/PHP-8.1/ext/opcache/tests/
H A Dpreload_trait_alias.phpt19 array(2) {
H A Dassign_obj_op_of_fetch_dim.phpt21 Warning: Undefined array key 0 in %s on line %d
/PHP-8.1/ext/session/tests/
H A Dbug53141.phpt19 return array();
/PHP-8.1/ext/tidy/tests/
H A D029.phpt10 $inputs = array(
/PHP-8.1/ext/xml/tests/
H A Dbug76874.phpt16 xml_set_character_data_handler($this->xml, array(&$this, 'handle_cdata'));
/PHP-8.1/ext/phar/tests/
H A Dphar_get_supported_signatures_002a.phpt18 array(7) {
/PHP-8.1/ext/opcache/tests/jit/
H A Dassign_022.phpt14 $a = array(1);
H A Dassign_023.phpt14 $a = array(1);
/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dfrontcontroller18.phar6 Phar::webPhar("test.phar", "/index.php", null, array(), "s");

Completed in 31 milliseconds

1...<<171172173174175176177178179180>>...269