Home
last modified time | relevance | path

Searched refs:right (Results 26 – 50 of 96) sorted by relevance

1234

/PHP-8.1/ext/dom/tests/
H A DDOMDocument_load_variation3.phpt4 This test vrifies the right behaviour of the LIBXML_NOERROR constant
H A DDOMDocument_loadXML_variation2.phpt4 This test verifies the right behaviour of the LIBXML_DTDVALID constant
H A DDOMDocument_load_variation2.phpt4 This test verifies the right behaviour of the LIBXML_DTDVALID constant
H A DDOMDocument_load_variation4.phpt4 This test verifies the right behaviour of the following constants:
H A DDOMDocument_loadXML_variation4.phpt4 This test verifies the right behaviour of the following constants:
/PHP-8.1/ext/standard/tests/file/
H A Dbug38450_3.phpt33 $right = substr($GLOBALS[$this->varname], $this->position + strlen($data));
34 $GLOBALS[$this->varname] = $left . $data . $right;
/PHP-8.1/ext/gd/tests/
H A Dbug49600.phpt2 Bug #49600 (imageTTFText text shifted right)
H A Dbug77200.phpt2 Bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right)
H A Dfunc.inc70 * message is printed, and the actual file is stored right beside the temporary
137 * The image is saved right beside the temporary .php test file with the
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_reap_async_query_error.phpt30 …x; check the manual that corresponds to your MySQL server version for the right syntax to use near…
H A Dmysqli_report.phpt317 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
319 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
322 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
324 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
334 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
336 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
341 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
H A Dmysqli_report_wo_ps.phpt112 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
114 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
119 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
/PHP-8.1/ext/oci8/tests/
H A Dpecl_bug16035.phpt24 …ur system - please check that ORACLE_HOME and %s are set and point to the right directories in %s …
H A Dconnect_without_oracle_home.phpt35 …ur system - please check that ORACLE_HOME and %s are set and point to the right directories in %s …
H A Dconnect_without_oracle_home_11.phpt38 …ur system - please check that ORACLE_HOME and %s are set and point to the right directories in %s …
/PHP-8.1/ext/date/lib/
H A Dparse_tz.c582 int left = 0, right = tzdb->index_size - 1; in seek_to_tz_position() local
589 int mid = ((unsigned)left + right) >> 1; in seek_to_tz_position()
593 right = mid - 1; in seek_to_tz_position()
601 } while (left <= right); in seek_to_tz_position()
792 uint32_t left, right; in timelib_fetch_timezone_offset() local
839 right = tz->bit64.timecnt - 1; in timelib_fetch_timezone_offset()
841 while (right - left > 1) { in timelib_fetch_timezone_offset()
842 uint32_t mid = (left + right) >> 1; in timelib_fetch_timezone_offset()
845 right = mid; in timelib_fetch_timezone_offset()
/PHP-8.1/ext/standard/tests/strings/
H A Dbug72434.phpt11 // The reference counter for $free_me is at -1 for PHP 7 right now.
H A Dtrim_error.phpt25 Warning: trim(): Invalid '..'-range, no character to the right of '..' in %s on line %d
H A Drtrim_error.phpt25 Warning: rtrim(): Invalid '..'-range, no character to the right of '..' in %s on line %d
H A Dltrim_error.phpt25 Warning: ltrim(): Invalid '..'-range, no character to the right of '..' in %s on line %d
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug76815.phpt40 SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'tst()' at row 1
H A Dbug66141.phpt35 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_bind_bug68849.phpt2 Bug #68849 bindValue is not using the right data type
/PHP-8.1/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt15 // constructor invocation. Overall, the best way to address this is not clear right now.
/PHP-8.1/ext/standard/tests/streams/
H A Dproc_open_bug51800_right.phpt2 Bug #51800 proc_open on Windows hangs forever, the right way to do it

Completed in 76 milliseconds

1234