Home
last modified time | relevance | path

Searched refs:e (Results 2276 – 2300 of 2827) sorted by relevance

1...<<919293949596979899100>>...114

/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor_empty.phpt57 } catch (PDOException $e) {
59 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
/PHP-8.1/Zend/tests/
H A Dlist_keyed_evaluation_order_nested.phpt28 // list($a => $b, $c => list($d, $e), $f => list($g => $h, $i => $j)) = $k;
39 // 10. Assign $e from $k[$c][1]
H A Dbug70012.phpt19 } catch (Exception $e) {
H A Dbug32252.phpt37 catch (Exception $e)
H A Dbug55086.phpt29 } catch (namespace\Foo $e)
H A Dbug66608.phpt46 } catch(Exception $e) {
H A Dbug49908.phpt18 } catch (Exception $e) { }
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_num_rows.phpt61 } catch (\Error $e) {
62 echo $e->getMessage() . \PHP_EOL;
/PHP-8.1/ext/date/tests/
H A D009.phpt14 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
19 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A Dbug67118_2.phpt14 } catch (Exception $e) {
/PHP-8.1/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt74 } catch (TypeError $e) {
75 echo $e->getMessage(), "\n";
H A Dbug60227_1.phpt9 header("X-Foo5: e\rSet-Cookie: ID=123");
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_pkey_new_basic.phpt41 'e' => hex2bin($ehex),
53 openssl_pkey_test_cmp($ehex, $rsa_details['e']);
H A Dsni_server_cs_key.pem21 4ITaykJ8BIJcQgis89QWEGFxAoGBAJhQO+jzuDKF9ZWEf6ofrw0anOZZ16wWY5/e
H A Dprivate_rsa_2048.key24 jTchOwKBgQDP9yOdQTfUwJRUMERWmzXWU2oDXeEMdpbGPLGJ4/e/hu1CW7bdQRoc
/PHP-8.1/ext/dom/tests/
H A Dxpath_domnamespacenode_advanced.phpt32 } catch (\DOMException $e) {
33 echo $e->getMessage(), "\n";
H A Dbug70359.phpt34 } catch (\Error $e) {
35 echo $e->getMessage(), "\n";
/PHP-8.1/ext/hash/
H A Dhash_md.c320 const unsigned char *p = buf, *e = buf + len; in PHP_MD2Update() local
337 while ((p + 16) <= e) { in PHP_MD2Update()
343 if (p < e) { in PHP_MD2Update()
344 memcpy(context->buffer, p, e - p); in PHP_MD2Update()
345 context->in_buffer = (char) (e - p); in PHP_MD2Update()
/PHP-8.1/ext/standard/tests/array/
H A Darray_sum_variation6.phpt17 $input = array('a' => 20, "b" => 50, 'c' => 0, 'd' => -30, "e" => 100);
H A Darsort_object1.phpt51 "e" => new for_string_arsort("apple"), "f" => new for_string_arsort("Orange"),
140 ["e"]=>
218 ["e"]=>
/PHP-8.1/Zend/tests/try/
H A Dtry_finally_020.phpt29 } catch (Exception $e) {
/PHP-8.1/ext/zip/tests/
H A Doo_setcompression.phpt46 while ($e = zip_read($zip)) {
47 echo zip_entry_name($e) . ': ' . zip_entry_compressionmethod($e) . "\n";
/PHP-8.1/Zend/
H A Dzend_sort.c67 static void zend_sort_5(void *a, void *b, void *c, void *d, void *e, compare_func_t cmp, swap_func_… in zend_sort_5() argument
69 if (cmp(d, e) > 0) { in zend_sort_5()
70 swp(d, e); in zend_sort_5()
/PHP-8.1/
H A DUPGRADING.INTERNALS8 e. ZEND_ATOL() changes
22 e. ext/pcre
53 e. ZEND_ATOL() now returns the integer instead of assigning it as part of the
95 determining result types (e.g. based on whether a specific integer fits
101 returned by get_col (in fact no corresponding type might exist, e.g. for
132 e. ext/pcre
/PHP-8.1/ext/filter/tests/
H A D036.phpt20 var_dump($data); //should be separated, i.e. not reference anymore. looks like we can't change this…

Completed in 28 milliseconds

1...<<919293949596979899100>>...114