Home
last modified time | relevance | path

Searched refs:what (Results 26 – 50 of 118) sorted by relevance

12345

/php-src/ext/pcre/tests/
H A Dbug34790.phpt6 $string = 'what the word and the other word the';
/php-src/ext/pdo_odbc/
H A Dodbc_driver.c46 einfo->what, (long) einfo->last_error, in pdo_odbc_fetch_error_func()
55 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c… in pdo_odbc_error() argument
98 einfo->what = what; in pdo_odbc_error()
104 *pdo_err, what, einfo->last_error, einfo->last_err_msg); in pdo_odbc_error()
206 H->einfo.what = S->einfo.what; in odbc_handle_preparer()
373 H->einfo.what = "setAttribute"; in odbc_handle_set_attr()
/php-src/ext/xml/tests/
H A Dbug26614.inc8 on context and in opposition to what one would expect to
9 see and what good old Expat reported just fine ...
/php-src/Zend/tests/
H A Dbug54547.phpt14 /* not exactly what the bug is about, but closely related problem: */
H A Dbug60536_005.phpt14 // Protected and public are handle more strict with a warning then what is
/php-src/ext/hash/tests/
H A Dhmac-md5.phpt11 hash_update($ctx, 'what do ya want for nothing?');
/php-src/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt25 echo "Var_dumping this array shows that the elements are referenced. By what?\n";
52 Var_dumping this array shows that the elements are referenced. By what?
/php-src/ext/random/tests/01_functions/
H A Dmt_srand_basic.phpt6 // This doesn't actually test what it does with the input :-\
H A Dsrand_basic.phpt8 // This doesn't actually test what it does with the input :-\
/php-src/ext/odbc/tests/
H A Dodbc_longreadlen_001.phpt31 string(4) "what"
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info() argument
71 switch(what) in pcre2_pattern_info()
121 switch(what) in pcre2_pattern_info()
/php-src/ext/spl/tests/
H A Dbug50579.phpt10 'test2'=>'what?',
H A DSplFixedArray_change_size_during_iteration.phpt7 /* Try changing size on first, second, and final iterations, and check what
/php-src/tests/classes/
H A Ddestructor_and_exceptions.phpt30 function __construct($what)
H A Dthis.phpt6 /* please don't shorten this test. It shows what would happen if
/php-src/ext/pdo_odbc/tests/
H A Dget_attribute_server.phpt14 // Obviously, we can't assume what driver is being used, so just check strings
/php-src/ext/opcache/tests/jit/
H A Dbug80839.phpt22 // $x contains what was echoed in the function 'info'
/php-src/ext/standard/
H A Dassert.c253 zend_long what; in PHP_FUNCTION() local
259 Z_PARAM_LONG(what) in PHP_FUNCTION()
264 switch (what) { in PHP_FUNCTION()
/php-src/ext/zlib/tests/
H A Dgzcompress_error1.phpt8 * add a comment here to say what the test is supposed to do
H A Dgzdeflate_error1.phpt8 * add a comment here to say what the test is supposed to do
/php-src/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml8 …description: "Please provide a minimal way to reproduce the problem and describe what the expected…
/php-src/Zend/tests/traits/
H A Dproperty007.phpt14 // Protected and public are handle more strict with a warning then what is
/php-src/ext/mysqli/tests/
H A Dgracefull_fail_on_empty_result_set.phpt21 var_dump($link->store_result()); // now what happens here!?
/php-src/ext/dom/tests/
H A DDOMDocument_schemaValidate_error1.phpt22 Warning: DOMDocument::schemaValidate(): Let's see what happens upon parsing a file that doesn't con…
/php-src/ext/dom/tests/delayed_freeing/
H A Dgh9628_2.phpt41 // matter what is accessed here, the error message will be the same.

Completed in 45 milliseconds

12345