Home
last modified time | relevance | path

Searched refs:position (Results 126 – 150 of 279) sorted by relevance

12345678910>>...12

/php-src/Zend/tests/stack_limit/
H A Dstack_limit_008.phpt52 ["position"]=>
H A Dstack_limit_010.phpt46 ["position"]=>
H A Dstack_limit_003.phpt59 ["position"]=>
H A Dstack_limit_001.phpt74 ["position"]=>
H A Dstack_limit_002.phpt77 ["position"]=>
/php-src/sapi/phpdbg/
H A Dphpdbg_list.c312 …_compile_string(zend_string *source_string, const char *filename, zend_compile_position position) { in phpdbg_compile_string() argument
320 return PHPDBG_G(compile_string)(source_string, filename, position); in phpdbg_compile_string()
335 op_array = PHPDBG_G(compile_string)(source_string, filename, position); in phpdbg_compile_string()
/php-src/ext/pdo_mysql/tests/
H A Dbug_33689.phpt28 // libmysql and mysqlnd will show the pdo_type entry at a different position in the hash
/php-src/sapi/fpm/tests/
H A Dlogtool.inc42 private int $position;
92 $this->position = 0;
248 while (strlen($this->message) !== $this->position) {
268 … "The suffix has not been finished from position $this->suffixPosition in line: $line"
308 $rem = strlen($this->message) - $this->position;
313 if ( ! $this->checkMessage($out, $this->position, $useLine)) {
317 $this->position += $outLen;
375 * @param int $expectedMessageStart Message position.
/php-src/ext/standard/tests/file/
H A Dfwrite_variation3-win32.phpt45 /* Write the data into the file, verify it by checking the file pointer position, eof position,
47 // append the data to the file, starting from current position of the file pointer
H A Dfwrite_variation3.phpt45 /* Write the data into the file, verify it by checking the file pointer position, eof position,
48 // append the data to the file, starting from current position of the file pointer
H A Dfgetcsv_variation14.phpt50 // check the file pointer position and if eof
55 // check the file pointer position and if eof
H A Dfwrite_variation4-win32.phpt43 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation4.phpt43 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfgetc_variation1.phpt34 var_dump( ftell($file_handle) ); // file pointer position
/php-src/ext/mbstring/
H A Dphp_mbregex.c1568 zend_long position; in PHP_FUNCTION() local
1570 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &position) == FAILURE) { in PHP_FUNCTION()
1575 …if ((position < 0) && (!Z_ISUNDEF(MBREX(search_str))) && (Z_TYPE(MBREX(search_str)) == IS_STRING))… in PHP_FUNCTION()
1576 position += Z_STRLEN(MBREX(search_str)); in PHP_FUNCTION()
1579 …if (position < 0 || (!Z_ISUNDEF(MBREX(search_str)) && Z_TYPE(MBREX(search_str)) == IS_STRING && (s… in PHP_FUNCTION()
1584 MBREX(search_pos) = position; in PHP_FUNCTION()
/php-src/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt27 //starting at the initial position and only then moves the pointer forward
/php-src/ext/standard/tests/strings/
H A Dstrpos.phpt27 /* needles in an array to get the position of needle in $string */
60 /* loop through to get the "needle" position in $string */
81 /* loop through to get the "needle" position in $string */
H A Dstrrpos_variation2.phpt59 /* loop through to get the position of the needle in haystack string */
H A Dstripos_variation2.phpt69 /* loop through to get the position of the needle in haystack string */
H A Dstripos_variation8.phpt22 /* loop through to consider various offsets in getting the position of the needle in haystack strin…
H A Dstrrchr_variation2.phpt68 /* loop through to get the position of the needle in haystack string */
H A Dstripos_variation1.phpt67 /* loop through to get the position of the needle in haystack string */
/php-src/ext/date/tests/
H A Doo_001.phpt68 DateMalformedStringException: Failed to parse time string (1am todax) at position 4 (t): The timezo…
H A Dbug54851.phpt13 // Verify that our implementation works regardless of position
/php-src/Zend/
H A Dzend_builtin_functions.stub.php15 function func_get_arg(int $position): mixed {} argument

Completed in 27 milliseconds

12345678910>>...12