/PHP-7.3/ext/standard/ |
H A D | strnatcmp.c | 94 unsigned char ca, cb; in strnatcmp_ex() local 108 ca = *ap; cb = *bp; in strnatcmp_ex() 112 ca = *++ap; in strnatcmp_ex() 122 while (isspace((int)(unsigned char)ca)) { in strnatcmp_ex() 123 ca = *++ap; in strnatcmp_ex() 131 if (isdigit((int)(unsigned char)ca) && isdigit((int)(unsigned char)cb)) { in strnatcmp_ex() 132 fractional = (ca == '0' || cb == '0'); in strnatcmp_ex() 150 ca = *ap; cb = *bp; in strnatcmp_ex() 155 ca = toupper((int)(unsigned char)ca); in strnatcmp_ex() 159 if (ca < cb) in strnatcmp_ex() [all …]
|
/PHP-7.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(); 27 $ca->bindTo($a, array()); 28 $ca->bindTo(array(), 'A'); 29 $ca->bindTo($a, array(), ""); 30 $ca->bindTo();
|
/PHP-7.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-7.3/ext/openssl/tests/ |
H A D | CertificateGenerator.inc | 8 private $ca; 57 $this->ca = openssl_csr_sign( 75 openssl_x509_export($this->ca, $output); 82 openssl_x509_export_to_file($this->ca, $file); 98 $this->ca,
|
H A D | bug65538_003.phpt | 15 $cacertFile = 'bug65538_003-ca.pem'; 16 $cacertPhar = __DIR__ . DIRECTORY_SEPARATOR . 'bug65538_003-ca.phar.tmp'; 74 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug65538_003-ca.phar.tmp');
|
H A D | bug69215.phpt | 16 'cafile' => __DIR__ . '/bug69215-ca.pem', 34 'cafile' => __DIR__ . '/bug69215-ca.pem',
|
H A D | stream_verify_peer_name_002.phpt | 11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_002-ca.pem.tmp'; 55 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_002-ca.pem.tmp');
|
H A D | bug65538_002.phpt | 11 // We don't get any ca list from php.net but it does not matter as we 13 // We can't use http://curl.haxx.se/ca/cacert.pem for this test
|
H A D | capture_peer_cert_001.phpt | 11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'capture_peer_cert_001-ca.pem.tmp'; 54 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'capture_peer_cert_001-ca.pem.tmp');
|
H A D | stream_crypto_flags_001.phpt | 11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_001-ca.pem.tmp'; 60 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_001-ca.pem.tmp');
|
H A D | stream_verify_peer_name_003.phpt | 11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_003-ca.pem.tmp'; 54 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_003-ca.pem.tmp');
|
H A D | bug65538_001.phpt | 11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug65538_001-ca.pem.tmp'; 67 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug65538_001-ca.pem.tmp');
|
H A D | stream_crypto_flags_003.phpt | 12 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_003-ca.pem.tmp'; 68 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_003-ca.pem.tmp');
|
H A D | bug48182.phpt | 11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug48182-ca.pem.tmp'; 62 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug48182-ca.pem.tmp');
|
H A D | bug54992.phpt | 11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'bug54992-ca.pem.tmp'; 56 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'bug54992-ca.pem.tmp');
|
H A D | session_meta_capture.phpt | 11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'session_meta_capture-ca.pem.tmp'; 71 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'session_meta_capture-ca.pem.tmp');
|
H A D | stream_crypto_flags_002.phpt | 11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_002-ca.pem.tmp'; 67 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_crypto_flags_002-ca.pem.tmp');
|
H A D | openssl_peer_fingerprint_basic.phpt | 11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'openssl_peer_fingerprint_basic-ca.pem.tmp'; 70 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'openssl_peer_fingerprint_basic-ca.pem.tmp');
|
H A D | peer_verification.phpt | 11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'peer_verification-ca.pem.tmp'; 73 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'peer_verification-ca.pem.tmp');
|
/PHP-7.3/tests/classes/ |
H A D | constants_basic_003.phpt | 10 const ca = A::MY_CONST; 21 var_dump(B::ca);
|
/PHP-7.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"); 58 0=>ca
|
H A D | iterator_016.phpt | 45 $arr = array("a", array("ba", array("bba", "bbb"), array(array("bcaa"))), array("ca"), "d"); 72 0=>ca
|