Home
last modified time | relevance | path

Searched refs:show (Results 76 – 100 of 109) sorted by relevance

12345

/php-src/ext/spl/tests/
H A Darray_017.phpt63 function show()
94 $obj->show();
177 ArrayObjectEx::show()
366 ArrayObjectEx::show()
548 ArrayObjectEx::show()
710 ArrayObjectEx::show()
/php-src/ext/mysqli/tests/
H A Dmysqli_connect_attr.phpt24 if (!$res = mysqli_query($link, "show variables like 'performance_schema';"))
25 die("skip show variables like 'performance_schema' failed");
H A Dmysqli_get_client_stats_skipped.phpt40 printf("Statistics should show an increase of 1 for rows_skipped_normal, ".
H A D057.phpt52 /* this should show an error, cause results are not buffered */
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt31 var_dump($foo); // this will show $foo->bar being a reference string
H A Dmysqli_stmt_get_result_non_select.phpt43 … printf("[005] It is very unlikely that SHOW ENGINES does not show MyISAM, check manually\n");
/php-src/ext/opcache/jit/
H A DREADME.md17 …ble_cli=1 -d opcache.protect_memory=1 -d opcache.jit=tracing --repeat 2 --show-diff -j$(nproc) ext…
24 - `--repeat 2` is optional, but used in CI since some JIT bugs only show up after processing a
34 Some of the time, adding `-m --show-mem` to the `TESTS` configuration is also useful to test with […
107 …ble_cli=1 -d opcache.protect_memory=1 -d opcache.jit=tracing --repeat 2 --show-diff -j$(nproc) ext…
/php-src/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error2.phpt28 // Should not show up in get_declared_classes until the anonymous class is bound.
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_Windows1251.phpt10 $dom->documentElement->firstChild->nextElementSibling->textContent .= "é"; // Note: won't show up i…
/php-src/ext/zlib/tests/
H A Dbug60761.phpt43 var_dump($lens); // show lengths to help triage in case of failure
/php-src/.circleci/
H A Dconfig.yml180 --show-diff \
181 --show-slow 1000 \
/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/ext/date/tests/
H A Dstrtotime_basic.phpt2 strtotime() function - a test to show the difference in behaviour between 'first' and '1', "second"…
/php-src/
H A D.travis.yml89 - ccache --show-stats
/php-src/ext/xml/tests/
H A Dbug26614.inc7 show different column numbers and byte positions depending
/php-src/sapi/cli/tests/
H A D005.phpt2 show information about class
H A D006.phpt2 show information about extension
/php-src/ext/pdo_pgsql/tests/
H A Dis_in_transaction.phpt54 /* catch exceptions so that we can show the relative error */
/php-src/.github/scripts/windows/
H A Dtest_task.bat134 …%OPCACHE_OPTS% -g FAIL,BORK,LEAK,XLEAK --no-progress -q --offline --show-diff --show-slow 1000 --s…
/php-src/ext/pdo_mysql/tests/inc/
H A Dmysql_pdo_test.inc140 foreach ($db->query("show variables like 'have%'") as $row) {
/php-src/ext/intl/tests/
H A Dut_common.inc5 * It they're equal then show one of them.
33 // Else, if the results are equal, show one of them.
/php-src/docs-old/
H A Dself-contained-extensions.md25 Just to show you how easy it is to create a self-contained extension, we will
H A Dstreams.md60 * `REPORT_ERRORS` - show errors in a standard format if something goes wrong.
/php-src/ext/hash/tests/
H A Dcrc32.phpt84 echo hash('crc32c', "You remind me of a TV show, but that's all right: I watch it anyway."), "\n";
/php-src/sapi/fpm/tests/
H A Dlogtool.inc131 * @param string|null $notFoundMessage Error message to show if the message is not found.

Completed in 69 milliseconds

12345