Home
last modified time | relevance | path

Searched refs:current (Results 201 – 225 of 677) sorted by relevance

12345678910>>...28

/PHP-7.3/ext/spl/examples/
H A Dregexfindfile.inc32 /** @return whether the current filename matches the regular expression.
36 return preg_match($this->getSearch(), $this->current());
H A Ddirectorytreeiterator.inc34 /** @return the current element prefixed with ASCII graphics
36 function current()
/PHP-7.3/ext/spl/tests/
H A Darray_019.phpt12 function current()
14 return ArrayIterator::current();
H A Diterator_025.phpt40 echo $it->current() . "\n";
47 echo $it->current() . "\n";
/PHP-7.3/ext/mbstring/tests/
H A Dmb_internal_encoding_basic.phpt11 * Description: Sets the current internal encoding or Returns
12 * the current internal encoding as a string
H A Dmb_substitute_character_basic.phpt11 * Description: Sets the current substitute_character or returns the current substitute_character
H A Dmb_substitute_character_error.phpt11 * Description: Sets the current substitute_character or returns the current substitute_character
H A Dmb_substitute_character_variation2.phpt11 * Description: Sets the current substitute_character or returns the current substitute_character
H A Dmb_internal_encoding_error1.phpt11 * Description: Sets the current internal encoding or
12 * Returns the current internal encoding as a string
/PHP-7.3/ext/standard/tests/strings/
H A Dstrpos_number.phpt13 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
16 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
H A Dstristr2.phpt25 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
28 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
H A Dsetlocale_variation3.phpt16 * Description: Sets locale information.Returns the new current locale , or FALSE
21 /* If locale is "0", the locale setting is not affected, only the current setting is returned */
31 //returns current locale,before executing setlocale().
41 //returns current locale,after executing setlocale().
/PHP-7.3/ext/phar/phar/
H A Ddirectorytreeiterator.inc34 /** @return the current element prefixed with ASCII graphics
36 function current()
/PHP-7.3/Zend/tests/generators/
H A Dbug71013.phpt9 function current () { throw new Exception; }
29 var_dump($x->current());
/PHP-7.3/ext/standard/tests/general_functions/
H A Dob_get_flush_basic.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
/PHP-7.3/ext/zip/lib/
H A Dzip_source_filep.c77 zip_uint64_t current; /* current offset */ member
292 ctx->current = ctx->start; in read_file()
297 n = ctx->end-ctx->current; in read_file()
315 ctx->current += i; in read_file()
367 new_current = (zip_int64_t)ctx->current + args->offset; in read_file()
380 ctx->current = (zip_uint64_t)new_current; in read_file()
383 if (_zip_fseek_u(ctx->f, ctx->current, SEEK_SET, &ctx->error) < 0) { in read_file()
446 return (zip_int64_t)ctx->current; in read_file()
/PHP-7.3/ext/standard/tests/array/
H A Dreset_basic.phpt19 echo key($array) . " => " . current($array) . "\n";
25 echo key($array) . " => " . current($array) . "\n";
H A Dend_basic.phpt19 echo key($array) . " => " . current($array) . "\n";
25 echo key($array) . " => " . current($array) . "\n";
H A Dbug69674.phpt5 var_dump(current(array_keys(array())));
/PHP-7.3/ext/standard/tests/dir/
H A Ddir_variation4.phpt40 echo "-- reading directory contents with current handle --\n";
41 var_dump( $e->read() ); // with current handle
70 -- reading directory contents with current handle --
H A Ddir_variation4-win32-mb.phpt46 echo "-- reading directory contents with current handle --\n";
47 var_dump( $e->read() ); // with current handle
76 -- reading directory contents with current handle --
/PHP-7.3/ext/spl/
H A Dspl_fixedarray.c56 int current; member
216 intern->current = 0; in spl_fixedarray_object_new_ex()
830 object->current = 0; in spl_fixedarray_it_rewind()
843 if (object->current >= 0 && object->current < object->array.size) { in spl_fixedarray_it_valid()
880 ZVAL_LONG(key, object->current); in spl_fixedarray_it_get_current_key()
893 object->current++; in spl_fixedarray_it_move_forward()
908 RETURN_LONG(intern->current); in SPL_METHOD()
922 intern->current++; in SPL_METHOD()
936 RETURN_BOOL(intern->current >= 0 && intern->current < intern->array.size); in SPL_METHOD()
950 intern->current = 0; in SPL_METHOD()
[all …]
/PHP-7.3/ext/oci8/tests/
H A Dedition_1.phpt70 // Check the current edition of the DB and the contents of view_ed.
81 // Check the current edition of the DB and the contents of view_ed.
99 The value of current EDITION is MYEDITION
117 The value of current EDITION is MYEDITION1
139 The value of current EDITION is MYEDITION
/PHP-7.3/ext/spl/internal/
H A Diteratoriterator.inc77 /** \return current key
84 /** \return current value
86 function current()
88 return $this->iterator->current();
/PHP-7.3/tests/lang/
H A Dinclude_variation1.phpt2 include() a file from the current script directory

Completed in 30 milliseconds

12345678910>>...28