Home
last modified time | relevance | path

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

123456

/PHP-7.1/ext/pdo_oci/
H A Doci_driver.c60 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini… in _oci_error() argument
89 slprintf(tmp_buf, sizeof(tmp_buf), "%s (%s:%d)", what, file, line); in _oci_error()
99 slprintf(tmp_buf, sizeof(tmp_buf), "%s: %s (%s:%d)", what, errbuf, file, line); in _oci_error()
104 …slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_SUCCESS_WITH_INFO: %s (%s:%d)", what, errbuf, file, li… in _oci_error()
108 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NEED_DATA (%s:%d)", what, file, line); in _oci_error()
112 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NO_DATA (%s:%d)", what, file, line); in _oci_error()
116 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_INVALID_HANDLE (%s:%d)", what, file, line); in _oci_error()
120 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_STILL_EXECUTING (%s:%d)", what, file, line); in _oci_error()
124 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_CONTINUE (%s:%d)", what, file, line); in _oci_error()
/PHP-7.1/ext/pcre/tests/
H A Dbug34790.phpt6 $string = 'what the word and the other word the';
/PHP-7.1/ext/fileinfo/
H A Dfileinfo.c437 zval *what; in _php_finfo_get_type() local
446 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z", &what) == FAILURE) { in _php_finfo_get_type()
450 switch (Z_TYPE_P(what)) { in _php_finfo_get_type()
452 buffer = Z_STRVAL_P(what); in _php_finfo_get_type()
453 buffer_len = Z_STRLEN_P(what); in _php_finfo_get_type()
504 php_stream_from_zval_no_verify(stream, what); in _php_finfo_get_type()
/PHP-7.1/Zend/tests/
H A Dbug54547.phpt13 /* not exactly what the bug is about, but closely related problem: */
H A Dbug60536_005.phpt15 // Protected and public are handle more strict with a warning then what is
/PHP-7.1/ext/spl/tests/
H A Dheap_top_variation_001.phpt10 // top doesn't take any args, lets see what happens if we give it one
H A Dclass_implements_basic.phpt5 /* Prototype : array class_implements(mixed what [, bool autoload ])
H A Dclass_uses_basic.phpt5 /* Prototype : array class_uses(mixed what [, bool autoload ])
H A Dbug50579.phpt10 'test2'=>'what?',
H A Dclass_implements_variation.phpt5 /* Prototype : array class_implements(mixed what [, bool autoload ])
/PHP-7.1/sapi/tests/
H A Dtest003.phpt4 This would be similar to what IIS produces for a simple query
/PHP-7.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-7.1/ext/standard/
H A Dassert.c288 zend_long what; in PHP_FUNCTION() local
293 if (zend_parse_parameters(ac, "l|z", &what, &value) == FAILURE) { in PHP_FUNCTION()
297 switch (what) { in PHP_FUNCTION()
373 php_error_docref(NULL, E_WARNING, "Unknown value " ZEND_LONG_FMT, what); in PHP_FUNCTION()
/PHP-7.1/ext/hash/tests/
H A Dhmac-md5.phpt13 hash_update($ctx, 'what do ya want for nothing?');
/PHP-7.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.phpt13 // This doesn't actually test what it does with the input :-\
/PHP-7.1/sapi/cli/tests/
H A D004.phpt29 Parameter #0 [ <optional> $what ]
/PHP-7.1/ext/xml/tests/
H A Dbug26614.phpt17 on context and in opposition to what one would expect to
18 see and what good old Expat reported just fine ...
H A Dbug26614_libxml.phpt17 on context and in opposition to what one would expect to
18 see and what good old Expat reported just fine ...
/PHP-7.1/Zend/
H A Dzend_smart_str.h25 #define smart_str_appends_ex(dest, src, what) \ argument
26 smart_str_appendl_ex((dest), (src), strlen(src), (what))
/PHP-7.1/tests/classes/
H A Ddestructor_and_exceptions.phpt30 function __construct($what)
/PHP-7.1/ext/gd/tests/
H A Dbug47946.phpt4 The expected image has black pixel artifacts, what is another issue, though
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregsyntax.c288 unsigned int what, OnigCodePoint code) in onig_set_meta_char() argument
290 switch (what) { in onig_set_meta_char()
/PHP-7.1/ext/oci8/tests/
H A Dini_1.phpt35 echo "Test 2 - check what can be changed at runtime\n";
69 Test 2 - check what can be changed at runtime
/PHP-7.1/Zend/tests/traits/
H A Dproperty007.phpt15 // Protected and public are handle more strict with a warning then what is

Completed in 29 milliseconds

123456