Home
last modified time | relevance | path

Searched refs:it (Results 226 – 250 of 1006) sorted by relevance

12345678910>>...41

/php-src/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt2 Test function key_exists() by calling it with its expected arguments
4 Francesco Fullone ff@ideato.it
24 // 'bar' has index = 0, netherless it is a string
/php-src/ext/mbstring/tests/
H A Dmb_substr_count.phpt23 // Although the needle below contains 3 bytes, it decodes to zero Unicode codepoints
24 // So the needle is actually 'empty', although it doesn't appear so
55 // The old implementation had a bug; it could only recognize a maximum of one
56 // match for each byte that it fed into the decoder, even if feeding in that
/php-src/ext/pdo_odbc/tests/
H A Dcommon.phpt28 // 1. test is skipped if user doesn't want to test it, even if they have MS Access installed
29 // 2. it detects if ODBC driver is not installed - to avoid test bug
30 // 3. it detects if ODBC driver is installed - so test will be run
49 …// check if MS Access DB is installed, and if yes, try using it. create a temporary MS access data…
/php-src/ext/pdo/tests/
H A Dbug_69356.phpt22 …, and the position in the query (if this is supported by the PDO driver, otherwise, it will be -1).
25 …rol functions can be used to capture the output of this function, and save it in a string (for exa…
42 …, and the position in the query (if this is supported by the PDO driver, otherwise, it will be -1).
45 …rol functions can be used to capture the output of this function, and save it in a string (for exa…
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt85 printf("Creating an object, serializing it and writing it to DB...\n");
111 Creating an object, serializing it and writing it to DB...
/php-src/ext/zlib/tests/
H A Dgzseek_variation3.phpt2 Test function gzseek() by calling it with SEEK_CUR when reading
38 string(10) "ze it
/php-src/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt35 $it = new CallbackFilterIterator(new ArrayIterator(array(1)), function() {
39 foreach($it as $e);
H A Diterator_016.phpt17 function __construct(Menu $it)
19 parent::__construct($it);
H A Diterator_008.phpt35 $it = new InfiniteIterator(new ArrayIteratorEx(range(0,2)));
39 foreach ($it as $v) {
/php-src/ext/standard/tests/file/
H A Dlstat_stat_variation11.phpt20 echo "*** Testing stat() on a file after using is_file() on it ***\n";
43 *** Testing stat() on a file after using is_file() on it ***
H A Dlstat_stat_variation7.phpt15 echo "*** Testing stat() on file after data is written in it ***\n";
40 *** Testing stat() on file after data is written in it ***
H A Dfopencookie.phpt12 * changed the binary interface, so if haven't detected it correctly,
22 public $data = "If you can read this, it worked";
91 If you can read this, it worked
/php-src/ext/date/tests/
H A Ddate_basic1.phpt16 var_dump( date('h-i-s, j-m-y, it is w Day', $timestamp) );
30 string(19) "it is the 27th day."
H A Ddate_format_basic1.phpt15 var_dump( date_format($date, 'h-i-s, j-m-y, it is w Day') );
29 string(19) "it is the 14th day."
H A DDateTime_format_basic1.phpt15 var_dump( $date->format( 'h-i-s, j-m-y, it is w Day') );
29 string(19) "it is the 14th day."
/php-src/ext/standard/tests/strings/
H A Dstr_increment_polyfill.phpt11 … * Therefore we manually increment it to convert it to an "f"/"F" that doesn't get affected */
/php-src/Zend/
H A Dzend_interfaces.c113 zval *object = &iter->it.data; in zend_user_it_dtor()
125 zval *object = &iter->it.data; in zend_user_it_valid()
141 zval *object = &iter->it.data; in zend_user_it_get_current_data()
154 zval *object = &iter->it.data; in zend_user_it_get_current_key()
166 zval *object = &iter->it.data; in zend_user_it_move_forward()
177 zval *object = &iter->it.data; in zend_user_it_rewind()
188 *table = &iter->it.data; in zend_user_it_get_gc()
192 zend_get_gc_buffer_add_zval(gc_buffer, &iter->it.data); in zend_user_it_get_gc()
225 ZVAL_OBJ_COPY(&iterator->it.data, Z_OBJ_P(object)); in zend_user_it_get_iterator()
226 iterator->it.funcs = &zend_interface_iterator_funcs_iterator; in zend_user_it_get_iterator()
/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.c626 uint32_t it = 0; in phpdbg_stack_resolve() local
629 while (it < matches) { in phpdbg_stack_resolve()
631 list = emalloc(matched[it]->name_len + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0)); in phpdbg_stack_resolve()
633 …list = erealloc(list, (pos + matched[it]->name_len) + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0… in phpdbg_stack_resolve()
635 memcpy(&list[pos], matched[it]->name, matched[it]->name_len); in phpdbg_stack_resolve()
636 pos += matched[it]->name_len; in phpdbg_stack_resolve()
637 if ((it + 1) < matches) { in phpdbg_stack_resolve()
643 it++; in phpdbg_stack_resolve()
/php-src/ext/openssl/tests/
H A Dbug65538_002.phpt12 // We don't get any ca list from php.net but it does not matter as we
15 // as it is redirected to https which means the test would depend
/php-src/ext/phar/tests/
H A Dphar_bz2.phpt18 var_dump("it worked");
53 string(9) "it worked"
/php-src/ext/phar/tests/tar/
H A Dtar_gzip.phpt25 var_dump("it worked");
45 string(9) "it worked"
/php-src/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt6 Michele Orselli (mo@ideato.it)
33 …// The maximum niceness level is 19, if the process is already running at a high niceness, it cann…
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst8 be freed for as long as it is used anywhere in the program. Sometimes this makes it unclear who is
16 used by another party. When the party no longer needs the value, it is responsible for decreasing
18 anywhere, and that it may be freed.
100 Whether the macro works with non-reference counted types. If it does, the operation is usually a
101 no-op. If it does not, using the macro on these values is undefined behavior.
135 "pointer" to the value, rather than the value itself. Modifying such a value in one place changes it
144 fresh copy before modifying it. This process is called separation or CoW (copy on write).
159 or multi-threaded environment with opcache enabled, it shares some common values between processes
171 read-only and trigger a hardware exception if the code accidentally attempts to modify it.
193 cycle, and run when this buffer becomes full. It is also possible to invoke it explicitly by calling
[all …]
/php-src/ext/posix/tests/
H A Dposix_setegid_basic.phpt2 Test function posix_setegid() by calling it with its expected arguments
/php-src/ext/standard/tests/ini_info/scandir/
H A D0.ini1 ; This file is named 0.ini so it should be the first line of

Completed in 32 milliseconds

12345678910>>...41