Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 59) sorted by path

123

/php-src/Zend/tests/generators/
H A Dxrange.phpt6 function xrange($start, $end, $step = 1) {
7 for ($i = $start; $i <= $end; $i += $step) {
/php-src/Zend/
H A Dzend_hash.c719 ZEND_API void ZEND_FASTCALL zend_hash_iterators_advance(HashTable *ht, HashPosition step) in zend_hash_iterators_advance() argument
726 iter->pos += step; in zend_hash_iterators_advance()
H A Dzend_hash.h352 ZEND_API void ZEND_FASTCALL zend_hash_iterators_advance(HashTable *ht, HashPosition step);
/php-src/build/
H A Dlibtool.m41331 # Ok, now we have the path, separated by spaces, we can step through it
/php-src/docs/
H A Dmailinglist-rules.md60 2. Consider taking a step back from a very active thread now and then. Maybe
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst191 With opcache, this goes one step further by sharing strings across different processes. For example,
H A Dzval.rst82 intimidating at first. We'll go over it step by step.
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst159 Let's step through the opcodes form the example above:
/php-src/ext/bcmath/libbcmath/
H A DLICENSE49 We protect your rights with a two-step method: (1) we copyright the
/php-src/ext/fileinfo/tests/
H A Dmagic6008 #>>12 leshort x \b, sequence step %u
22626 0 lelong 0x0ff0a55a Intel serial flash for ICH/PCH ROM <= 5 or 3400 series A-step
23429 >>>>0x18 lequad x First time step: %lld
23436 >>>>0x18 bequad x First time step: %lld
23444 >>>>0x1a lequad x First time step: %lld
23451 >>>>0x1a bequad x First time step: %lld
23469 >15 regex/16 [0-9]+ First time step: %s
H A Dmagic私はガラスを食べられます6008 #>>12 leshort x \b, sequence step %u
22626 0 lelong 0x0ff0a55a Intel serial flash for ICH/PCH ROM <= 5 or 3400 series A-step
23429 >>>>0x18 lequad x First time step: %lld
23436 >>>>0x18 bequad x First time step: %lld
23444 >>>>0x1a lequad x First time step: %lld
23451 >>>>0x1a bequad x First time step: %lld
23469 >15 regex/16 [0-9]+ First time step: %s
/php-src/ext/gd/tests/
H A Dimagegammacorrect_variation2.phpt2 Apply imagegammacorrect() to a step wedge
/php-src/ext/ldap/tests/
H A DREADME.md57 The next step is to go into the PHP-Source-directory. Configure and make the
/php-src/ext/mbstring/libmbfl/
H A DLICENSE48 We protect your rights with a two-step method: (1) we copyright the
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c1309 size_t step=(l>>5)+1;
1311 for(l1=l;l1>=step;l1-=step)
5200 lua_Number step=nvalue(ra+2);
5201 lua_Number idx=luai_numadd(nvalue(ra),step);
5203 if(luai_numlt(0,step)?luai_numle(idx,limit)
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h141 SLJIT_ASSERT(step >= 0 && step <= 3); in fast_forward_char_pair_sse2_compare()
145 if (step == 0) in fast_forward_char_pair_sse2_compare()
161 if (step != 2) in fast_forward_char_pair_sse2_compare()
177 if (step == 2) in fast_forward_char_pair_sse2_compare()
180 if (step == 0) in fast_forward_char_pair_sse2_compare()
182 step = 2; in fast_forward_char_pair_sse2_compare()
187 switch (step) in fast_forward_char_pair_sse2_compare()
1141 SLJIT_ASSERT(step >= 0 && step <= 1); in replicate_imm_vector()
1156 if (step == 0) in replicate_imm_vector()
1182 SLJIT_ASSERT(step >= 0 && step <= 2); in fast_forward_char_pair_sse2_compare()
[all …]
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt42 PDO::query() will prepare and execute a statement in one step.
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt37 // 7. set the environment variable PDOTEST_DSN="odbc:<system dsn from step 5>" ex: SET PDOTEST_DSN=…
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.stub.php37 callable $step, argument
H A Dpdo_sqlite_arginfo.h6 ZEND_ARG_TYPE_INFO(0, step, IS_CALLABLE, 0)
H A Dphp_pdo_sqlite_int.h37 zend_fcall_info_cache step; member
H A Dsqlite_driver.c118 if (ZEND_FCC_INITIALIZED(func->step)) { in pdo_sqlite_cleanup_callbacks()
119 zend_fcc_dtor(&func->step); in pdo_sqlite_cleanup_callbacks()
437 do_callback(&func->step, argc, argv, context, 1); in php_sqlite3_func_step_callback()
576 zend_fcc_dup(&func->step, &step_fcc); in pdo_sqlite_create_aggregate_internal()
703 if (ZEND_FCC_INITIALIZED(func->step)) { in pdo_sqlite_get_gc()
704 zend_get_gc_buffer_add_fcc(gc_buffer, &func->step); in pdo_sqlite_get_gc()
H A Dsqlite_driver.stub.php14 …public function sqliteCreateAggregate(string $name, callable $step, callable $finalize, int $numAr… argument
H A Dsqlite_driver_arginfo.h13 ZEND_ARG_TYPE_INFO(0, step, IS_CALLABLE, 0)
/php-src/ext/pdo_sqlite/tests/
H A Dgh13998.phpt7 $step = function () {
16 $db->sqliteCreateAggregate('S', $step, $finalize, 1);

Completed in 209 milliseconds

123