/PHP-8.0/tests/lang/ |
H A D | bug43958.phpt | 12 MyClass::loadCode('file-which-does-not-exist-on-purpose.php'); 15 Warning: include(file-which-does-not-exist-on-purpose.php): Failed to open stream: No such file or … 17 Warning: include(): Failed opening 'file-which-does-not-exist-on-purpose.php' for inclusion (includ…
|
/PHP-8.0/ext/openssl/tests/ |
H A D | openssl_x509_checkpurpose_basic.phpt | 2 int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() [, string… 22 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose); */ 45 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() ] ); */ 68 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() [, str…
|
H A D | openssl_error_string_basic.phpt | 135 // checking purpose fails because there is no such purpose 1000 137 expect_openssl_errors('openssl_x509_checkpurpose purpose', ['0B086079']); 178 openssl_x509_checkpurpose purpose: ok
|
/PHP-8.0/ext/xml/tests/ |
H A D | bug71592.phpt | 9 // The tag mismatch at the end of the XML is on purpose, to make sure that the
|
/PHP-8.0/Zend/ |
H A D | zend_object_handlers.h | 112 …ef zend_array *(*zend_object_get_properties_for_t)(zend_object *object, zend_prop_purpose purpose); 230 ZEND_API HashTable *zend_std_get_properties_for(zend_object *obj, zend_prop_purpose purpose); 234 ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose purpose);
|
H A D | zend_weakrefs.c | 415 static HashTable *zend_weakmap_get_properties_for(zend_object *object, zend_prop_purpose purpose) in zend_weakmap_get_properties_for() argument 417 if (purpose != ZEND_PROP_PURPOSE_DEBUG) { in zend_weakmap_get_properties_for()
|
H A D | zend_object_handlers.c | 1781 ZEND_API HashTable *zend_std_get_properties_for(zend_object *obj, zend_prop_purpose purpose) { in zend_std_get_properties_for() argument 1783 switch (purpose) { in zend_std_get_properties_for() 1809 ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose purpose) { in zend_get_properties_for() argument 1813 return zobj->handlers->get_properties_for(zobj, purpose); in zend_get_properties_for() 1816 return zend_std_get_properties_for(zobj, purpose); in zend_get_properties_for()
|
/PHP-8.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_columncount.phpt | 16 // The only purpose of this is to check if emulated and native PS
|
/PHP-8.0/ext/openssl/ |
H A D | openssl.stub.php | 32 function openssl_x509_checkpurpose(OpenSSLCertificate|string $certificate, int $purpose, array $ca_… argument
|
H A D | openssl_arginfo.h | 39 ZEND_ARG_TYPE_INFO(0, purpose, IS_LONG, 0)
|
H A D | openssl.c | 2381 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert() argument 2397 if (purpose >= 0 && !X509_STORE_CTX_set_purpose(csc, purpose)) { in check_cert() 2419 zend_long purpose; in PHP_FUNCTION() local 2426 Z_PARAM_LONG(purpose) in PHP_FUNCTION() 2451 ret = check_cert(cainfo, cert, untrustedchain, (int)purpose); in PHP_FUNCTION()
|
/PHP-8.0/ext/spl/ |
H A D | spl_array.c | 768 static HashTable *spl_array_get_properties_for(zend_object *object, zend_prop_purpose purpose) /* {… in spl_array_get_properties_for() argument 775 return zend_std_get_properties_for(object, purpose); in spl_array_get_properties_for() 783 switch (purpose) { in spl_array_get_properties_for() 792 return zend_std_get_properties_for(object, purpose); in spl_array_get_properties_for()
|
/PHP-8.0/ |
H A D | README.md | 12 PHP is a popular general-purpose scripting language that is especially suited to
|
H A D | README.REDIST.BINS | 174 ensure compatibility, or for any other purpose. I would appreciate 263 and license this software and its documentation for any purpose, provided 307 Permission is granted to anyone to use this software for any purpose, 362 purpose with or without fee is hereby granted, provided that the above 521 particular purpose, with respect to this code and accompanying
|
/PHP-8.0/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 59 Licensor for the purpose of discussing and improving the Work, but 186 file or class name and description of purpose be included on the
|
/PHP-8.0/ext/mbstring/libmbfl/ |
H A D | LICENSE | 181 its purpose remains meaningful. 184 a purpose that is entirely well-defined independent of the 391 It is not the purpose of this section to induce you to infringe any 393 such claims; this section has the sole purpose of protecting the
|
/PHP-8.0/ext/date/ |
H A D | php_date.c | 171 static HashTable *date_object_get_properties_for(zend_object *object, zend_prop_purpose purpose); 176 …HashTable *date_object_get_properties_for_timezone(zend_object *object, zend_prop_purpose purpose); 1836 static HashTable *date_object_get_properties_for(zend_object *object, zend_prop_purpose purpose) /*… in date_object_get_properties_for() argument 1842 switch (purpose) { in date_object_get_properties_for() 1850 return zend_std_get_properties_for(object, purpose); in date_object_get_properties_for() 1988 … *date_object_get_properties_for_timezone(zend_object *object, zend_prop_purpose purpose) /* {{{ */ in date_object_get_properties_for_timezone() argument 1994 switch (purpose) { in date_object_get_properties_for_timezone() 2002 return zend_std_get_properties_for(object, purpose); in date_object_get_properties_for_timezone()
|
/PHP-8.0/ext/bcmath/libbcmath/ |
H A D | LICENSE | 184 its purpose remains meaningful. 187 a purpose that is entirely well-defined independent of the 395 It is not the purpose of this section to induce you to infringe any 397 such claims; this section has the sole purpose of protecting the
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_stmt_affected_rows.phpt | 199 printf("[041] Expecting SELECT statement to fail on purpose\n");
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_stmt.c | 2502 static HashTable *row_get_properties_for(zend_object *object, zend_prop_purpose purpose) in row_get_properties_for() argument 2509 if (purpose != ZEND_PROP_PURPOSE_DEBUG || stmt == NULL) { in row_get_properties_for() 2510 return zend_std_get_properties_for(object, purpose); in row_get_properties_for()
|
/PHP-8.0/ext/standard/html_tables/mappings/ |
H A D | 8859-5.TXT | 12 # No claims are made as to fitness for any particular purpose. No
|
H A D | 8859-1.TXT | 12 # No claims are made as to fitness for any particular purpose. No
|
H A D | 8859-15.TXT | 13 # No claims are made as to fitness for any particular purpose. No
|
H A D | KOI8-R.TXT | 12 # No claims are made as to fitness for any particular purpose. No
|
/PHP-8.0/sapi/fpm/tests/ |
H A D | logtool.inc | 184 // which should not be an issue for the test purpose.
|