Home
last modified time | relevance | path

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

12345

/PHP-8.1/ext/standard/
H A Dincomplete_class.c41 static void throw_incomplete_class_error(zend_object *object, const char *what) in throw_incomplete_class_error() argument
45 what, class_name ? ZSTR_VAL(class_name) : "unknown"); in throw_incomplete_class_error()
H A Dassert.c210 zend_long what; in PHP_FUNCTION() local
216 Z_PARAM_LONG(what) in PHP_FUNCTION()
221 switch (what) { in PHP_FUNCTION()
/PHP-8.1/ext/pcre/tests/
H A Dbug34790.phpt6 $string = 'what the word and the other word the';
/PHP-8.1/Zend/tests/
H A Dbug54547.phpt13 /* 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-8.1/ext/hash/tests/
H A Dhmac-md5.phpt11 hash_update($ctx, 'what do ya want for nothing?');
/PHP-8.1/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-8.1/ext/standard/tests/math/
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-8.1/ext/pdo_oci/
H A Doci_driver.c54 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini… in _oci_error() argument
83 slprintf(tmp_buf, sizeof(tmp_buf), "%s (%s:%d)", what, file, line); in _oci_error()
93 slprintf(tmp_buf, sizeof(tmp_buf), "%s: %s (%s:%d)", what, errbuf, file, line); in _oci_error()
98 …slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_SUCCESS_WITH_INFO: %s (%s:%d)", what, errbuf, file, li… in _oci_error()
102 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NEED_DATA (%s:%d)", what, file, line); in _oci_error()
106 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NO_DATA (%s:%d)", what, file, line); in _oci_error()
110 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_INVALID_HANDLE (%s:%d)", what, file, line); in _oci_error()
114 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_STILL_EXECUTING (%s:%d)", what, file, line); in _oci_error()
118 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_CONTINUE (%s:%d)", what, file, line); in _oci_error()
/PHP-8.1/ext/xml/tests/
H A Dbug26614.phpt18 on context and in opposition to what one would expect to
19 see and what good old Expat reported just fine ...
H A Dbug26614_libxml_gte2_11.phpt19 on context and in opposition to what one would expect to
20 see and what good old Expat reported just fine ...
H A Dbug26614_libxml_pre2_11.phpt19 on context and in opposition to what one would expect to
20 see and what good old Expat reported just fine ...
/PHP-8.1/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-8.1/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-8.1/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-8.1/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-8.1/ext/imap/tests/
H A Dimap_savebody_uid.phpt24 // Compare what was written.
/PHP-8.1/ext/mysqli/tests/
H A Dgracefull_fail_on_empty_result_set.phpt17 var_dump($link->store_result()); // now what happens here!?
/PHP-8.1/ext/opcache/tests/jit/
H A Dbug80839.phpt23 // $x contains what was echoed in the function 'info'
/PHP-8.1/ext/zlib/tests/
H A Dgzdeflate_error1.phpt8 * add a comment here to say what the test is supposed to do
H A Dgzcompress_error1.phpt8 * add a comment here to say what the test is supposed to do
/PHP-8.1/ext/oci8/tests/
H A Dini_1.phpt36 echo "Test 2 - check what can be changed at runtime\n";
69 Test 2 - check what can be changed at runtime

Completed in 43 milliseconds

12345