/php-src/ext/date/tests/ |
H A D | date_time_fractions.phpt | 7 /* This will go wrong, once in a million times */
|
/php-src/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_complex_doclit_005w.phpt | 31 …y><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMul…
|
H A D | r4_groupH_complex_rpcenc_002w.phpt | 25 …y><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoBas…
|
H A D | r4_groupH_simple_rpcenc_003w.phpt | 20 …y><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoInt…
|
H A D | r4_groupH_simple_rpcenc_004w.phpt | 21 …y><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMul…
|
H A D | r4_groupH_simple_rpcenc_005w.phpt | 21 …y><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMul…
|
H A D | r4_groupH_simple_rpcenc_007w.phpt | 21 …y><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMul…
|
/php-src/ext/soap/tests/ |
H A D | custom_content_type.phpt | 18 …// Necessary such that it works from a development directory in which case extension_dir might not…
|
/php-src/ext/standard/tests/array/ |
H A D | array_key_exists_variation1.phpt | 154 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_rollback.phpt | 42 printf("[12] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
|
H A D | mysqli_data_seek_oo.phpt | 81 mysqli_result::data_seek() cannot be used in MYSQLI_USE_RESULT mode
|
/php-src/ext/spl/tests/ |
H A D | gh11972.phpt | 2 GH-11972 (RecursiveCallbackFilterIterator regression in 8.1.18)
|
/php-src/ext/pgsql/tests/ |
H A D | 12pg_insert_9.phpt | 24 pg_insert($db, $table_name, $fields) or print "Error in test 1\n";
|
/php-src/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_local_infile_directory_denied.phpt | 73 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2068 LOAD DATA LOCAL INFILE %s in %s on line …
|
H A D | pdo_mysql_subclass.phpt | 81 Deprecated: Callables of the form ["MyPDO", "parent::__construct"] are deprecated in %s on line %d
|
H A D | pdo_mysql_prepare_native_myisam_index.phpt | 61 // 2030 This command is not supported in the prepared statement protocol yet 107 array('MySQL is the best database in the world!'));
|
/php-src/ext/dom/tests/bug79701/ |
H A D | set_attribute_ns_html.phpt | 2 …lementById does not correctly work with duplicate definitions) - set attribute ns in html variation
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug39815.phpt | 2 Bug #39815 (to_zval_double() in ext/soap/php_encoding.c is not locale-independent)
|
/php-src/ext/dom/lexbor/patches/ |
H A D | 0002-Track-implied-added-nodes-for-options-use-in-PHP.patch | 4 Subject: [PATCH 2/6] Track implied added nodes for options use in PHP
|
/php-src/Zend/tests/readonly_props/ |
H A D | cache_slot.phpt | 60 // Test variations using closure rebinding, so we have unknown property_info in JIT.
|
/php-src/ext/xmlreader/tests/ |
H A D | 003-get-errors.phpt | 9 // Set up test data in a new file
|
/php-src/ext/phar/ |
H A D | util.c | 1543 BIO *in; in phar_verify_signature() local 1602 in = BIO_new_mem_buf(ZSTR_VAL(pubkey), ZSTR_LEN(pubkey)); in phar_verify_signature() 1604 if (NULL == in) { in phar_verify_signature() 1612 key = PEM_read_bio_PUBKEY(in, NULL, NULL, NULL); in phar_verify_signature() 1613 BIO_free(in); in phar_verify_signature() 1896 BIO *in; in phar_create_signature() local 1909 in = BIO_new_mem_buf(PHAR_G(openssl_privatekey), PHAR_G(openssl_privatekey_len)); in phar_create_signature() 1911 if (in == NULL) { in phar_create_signature() 1918 key = PEM_read_bio_PrivateKey(in, NULL,NULL, ""); in phar_create_signature() 1919 BIO_free(in); in phar_create_signature()
|
/php-src/sapi/fpm/tests/ |
H A D | fcgi.inc | 8 * this software and associated documentation files (the "Software"), to deal in 14 * The above copyright notice and this permission notice shall be included in all 436 * Connect timeout in milliseconds 442 * Read/Write timeout in milliseconds 741 …* @param int $readLimit [optional] the number of bytes to accept in a single packet or -1 if unlim… 854 …* @param int $readLimit [optional] the number of bytes to accept in a single packet or -1 if unlim… 918 … throw new ForbiddenException( 'Not in white list. Check listen.allowed_clients.' );
|
/php-src/ext/openssl/tests/ |
H A D | openssl_error_string_basic_openssl3.phpt | 57 // invalid file for read is something that does not exist in current directory 153 // - ASN1_STRING_to_UTF8 fails in add_assoc_name_entry
|
H A D | openssl_error_string_basic.phpt | 57 // invalid file for read is something that does not exist in current directory 152 // - ASN1_STRING_to_UTF8 fails in add_assoc_name_entry
|