/PHP-8.3/ext/standard/ |
H A D | strnatcmp.c | 90 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-8.3/Zend/tests/ |
H A D | closure_038.phpt | 28 $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 D | closure_039.phpt | 28 $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 D | closure_036.phpt | 21 $ca = $a->getIncrementor(); 22 $cb = $ca->bindTo($b); 23 $cb2 = Closure::bind($ca, $b); 25 var_dump($ca());
|
H A D | closure_040.phpt | 24 $ca = $a->getIncrementor(); 28 $ca->bindTo($a, array());
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | gh14255.phpt | 18 $ca = $mysqli->query('SELECT 1 '); 19 $c = $ca->fetch_assoc(); 25 $c = $ca->fetch_assoc();
|
H A D | gh8978.phpt | 16 mysqli_ssl_set($mysql, 'x509.key', 'x509.pem', 'x509.ca', null, null); 27 Warning: failed loading cafile stream: `x509.ca' in %s
|
/PHP-8.3/ext/reflection/tests/ |
H A D | bug43926.phpt | 22 $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-8.3/ext/openssl/tests/ |
H A D | CertificateGenerator.inc | 8 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 D | bug65538_003.phpt | 16 $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 D | bug50713.phpt | 12 $cacertFile = __DIR__ . '/bug50713-ca.pem'; 29 $cacertFile = __DIR__ . '/bug50713-ca.pem';
|
H A D | stream_verify_peer_name_002.phpt | 12 $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 D | bug65538_002.phpt | 12 // 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 D | capture_peer_cert_001.phpt | 12 $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 D | stream_crypto_flags_001.phpt | 12 $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 D | bug48182.phpt | 12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug48182-ca.pem.tmp'; 63 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug48182-ca.pem.tmp');
|
H A D | bug54992.phpt | 12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug54992-ca.pem.tmp'; 57 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug54992-ca.pem.tmp');
|
H A D | bug65538_001.phpt | 12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug65538_001-ca.pem.tmp'; 68 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug65538_001-ca.pem.tmp');
|
H A D | bug69215.phpt | 11 $caCertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug69215-ca.pem.tmp'; 61 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug69215-ca.pem.tmp');
|
H A D | stream_verify_peer_name_003.phpt | 12 $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 D | session_meta_capture.phpt | 12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'session_meta_capture-ca.pem.tmp'; 70 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'session_meta_capture-ca.pem.tmp');
|
/PHP-8.3/tests/classes/ |
H A D | constants_basic_003.phpt | 10 const ca = A::MY_CONST; 21 var_dump(B::ca);
|
/PHP-8.3/ext/spl/tests/ |
H A D | iterator_015.phpt | 32 $arr = array("a", array("ba", array("bba", "bbb"), array(array("bcaa"))), array("ca"), "d"); 56 0=>ca
|
H A D | iterator_016.phpt | 45 $arr = array("a", array("ba", array("bba", "bbb"), array(array("bcaa"))), array("ca"), "d"); 70 0=>ca
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_str_split_ru.phpt | 69 KOI8-R: d2 c1 ca 20 d2 c1 ca 20 d2 c1 ca 20
|