Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 25 of 66) sorted by relevance

123

/php-src/ext/standard/
H A Dstrnatcmp.c90 unsigned char ca, cb; in strnatcmp_ex() local
103 ca = *ap; cb = *bp; in strnatcmp_ex()
107 ca = *++ap; in strnatcmp_ex()
117 while (isspace((int)(unsigned char)ca)) { in strnatcmp_ex()
118 ca = *++ap; in strnatcmp_ex()
127 fractional = (ca == '0' || cb == '0'); in strnatcmp_ex()
145 ca = *ap; cb = *bp; in strnatcmp_ex()
150 ca = toupper((int)(unsigned char)ca); in strnatcmp_ex()
154 if (ca < cb) in strnatcmp_ex()
156 else if (ca > cb) in strnatcmp_ex()
[all …]
/php-src/Zend/tests/
H A Dclosure_038.phpt28 $ca = $a->getIncrementor();
29 var_dump($ca());
33 $cb = $ca->bindTo($b, $b);
34 $cb2 = Closure::bind($ca, $b, $b);
40 $cb = $ca->bindTo($b, 'B');
41 $cb2 = Closure::bind($ca, $b, 'B');
45 $cb = $ca->bindTo($b, NULL);
H A Dclosure_039.phpt28 $ca = $a->getIncrementor();
29 var_dump($ca());
33 $cb = $ca->bindTo($b, $b);
34 $cb2 = Closure::bind($ca, $b, $b);
40 $cb = $ca->bindTo($b, 'B');
41 $cb2 = Closure::bind($ca, $b, 'B');
45 $cb = $ca->bindTo($b, NULL);
H A Dclosure_036.phpt21 $ca = $a->getIncrementor();
22 $cb = $ca->bindTo($b);
23 $cb2 = Closure::bind($ca, $b);
25 var_dump($ca());
H A Dclosure_040.phpt24 $ca = $a->getIncrementor();
28 $ca->bindTo($a, array());
/php-src/ext/reflection/tests/
H A Dbug43926.phpt22 $ca = $ra->newInstance();
27 print("Is? A ". ($ra->isInstance($ca) ? 'true' : 'false') .", instanceof: ". (($ca instanceof A) ? …
28 print("Is? C ". ($rc->isInstance($ca) ? 'true' : 'false') .", instanceof: ". (($ca instanceof C) ? …
29 print("Is? D ". ($rd->isInstance($ca) ? 'true' : 'false') .", instanceof: ". (($ca instanceof D) ? …
30 print("Is? E ". ($re->isInstance($ca) ? 'true' : 'false') .", instanceof: ". (($ca instanceof E) ? …
/php-src/ext/openssl/tests/
H A DCertificateGenerator.inc8 private $ca;
57 $this->ca = openssl_csr_sign(
78 openssl_x509_export($this->ca, $output);
85 openssl_x509_export_to_file($this->ca, $file);
133 $this->ca,
H A Dbug65538_003.phpt16 $cacertFile = 'bug65538_003-ca.pem';
17 $cacertPhar = __DIR__ . DIRECTORY_SEPARATOR . 'bug65538_003-ca.phar.tmp';
75 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug65538_003-ca.phar.tmp');
H A Dbug50713.phpt12 $cacertFile = __DIR__ . '/bug50713-ca.pem';
29 $cacertFile = __DIR__ . '/bug50713-ca.pem';
H A Dstream_verify_peer_name_002.phpt12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_002-ca.pem.tmp';
56 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_002-ca.pem.tmp');
H A Dbug65538_002.phpt12 // We don't get any ca list from php.net but it does not matter as we
14 // We can't use http://curl.haxx.se/ca/cacert.pem for this test
H A Dcapture_peer_cert_001.phpt12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'capture_peer_cert_001-ca.pem.tmp';
55 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'capture_peer_cert_001-ca.pem.tmp');
H A Dstream_crypto_flags_001.phpt12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_001-ca.pem.tmp';
63 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_001-ca.pem.tmp');
H A Dstream_verify_peer_name_003.phpt12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_003-ca.pem.tmp';
55 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_003-ca.pem.tmp');
H A Dbug48182.phpt12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug48182-ca.pem.tmp';
63 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug48182-ca.pem.tmp');
H A Dbug65538_001.phpt12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug65538_001-ca.pem.tmp';
68 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug65538_001-ca.pem.tmp');
H A Dbug54992.phpt12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug54992-ca.pem.tmp';
57 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug54992-ca.pem.tmp');
H A Dbug69215.phpt11 $caCertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug69215-ca.pem.tmp';
61 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug69215-ca.pem.tmp');
H A Dsession_meta_capture.phpt12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'session_meta_capture-ca.pem.tmp';
70 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'session_meta_capture-ca.pem.tmp');
H A Dstream_crypto_flags_002.phpt12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_002-ca.pem.tmp';
70 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_002-ca.pem.tmp');
/php-src/tests/classes/
H A Dconstants_basic_003.phpt10 const ca = A::MY_CONST;
21 var_dump(B::ca);
/php-src/ext/mysqli/tests/
H A Dgh8978.phpt16 mysqli_ssl_set($mysql, 'x509.key', 'x509.pem', 'x509.ca', null, null);
27 Warning: failed loading cafile stream: `x509.ca' in %s
/php-src/ext/spl/tests/
H A Diterator_015.phpt32 $arr = array("a", array("ba", array("bba", "bbb"), array(array("bcaa"))), array("ca"), "d");
56 0=>ca
H A Diterator_016.phpt45 $arr = array("a", array("ba", array("bba", "bbb"), array(array("bcaa"))), array("ca"), "d");
70 0=>ca
/php-src/ext/mbstring/tests/
H A Dmb_str_split_ru.phpt69 KOI8-R: d2 c1 ca 20 d2 c1 ca 20 d2 c1 ca 20

Completed in 56 milliseconds

123