Home
last modified time | relevance | path

Searched refs:purpose (Results 1 – 25 of 40) sorted by relevance

12

/PHP-8.2/tests/lang/
H A Dbug43958.phpt12 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.2/ext/openssl/tests/
H A Dopenssl_x509_checkpurpose_basic.phpt2 int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() [, string…
23 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose); */
46 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() ] ); */
69 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() [, str…
H A Dopenssl_error_string_basic.phpt139 // checking purpose fails because there is no such purpose 1000
141 expect_openssl_errors('openssl_x509_checkpurpose purpose', ['0B086079']);
182 openssl_x509_checkpurpose purpose: ok
H A Dopenssl_error_string_basic_openssl3.phpt142 // checking purpose fails because there is no such purpose 1000
144 expect_openssl_errors('openssl_x509_checkpurpose purpose', ['05800079']);
181 openssl_x509_checkpurpose purpose: ok
/PHP-8.2/ext/xml/tests/
H A Dbug71592.phpt7 // The tag mismatch at the end of the XML is on purpose, to make sure that the
/PHP-8.2/ext/mysqli/tests/
H A Dgh8978.phpt15 // Ignore this warning as we are providing wrong information on purpose
H A Dmysqli_stmt_affected_rows.phpt200 printf("[041] Expecting SELECT statement to fail on purpose\n");
/PHP-8.2/Zend/
H A Dzend_object_handlers.h104 …ef zend_array *(*zend_object_get_properties_for_t)(zend_object *object, zend_prop_purpose purpose);
244 ZEND_API HashTable *zend_std_get_properties_for(zend_object *obj, zend_prop_purpose purpose);
248 ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose purpose);
H A Dzend_weakrefs.c438 static HashTable *zend_weakmap_get_properties_for(zend_object *object, zend_prop_purpose purpose) in zend_weakmap_get_properties_for() argument
440 if (purpose != ZEND_PROP_PURPOSE_DEBUG) { in zend_weakmap_get_properties_for()
H A Dzend_attributes.c154 …tributes_sensitive_parameter_value_get_properties_for(zend_object *zobj, zend_prop_purpose purpose) in attributes_sensitive_parameter_value_get_properties_for() argument
H A Dzend_object_handlers.c1922 ZEND_API HashTable *zend_std_get_properties_for(zend_object *obj, zend_prop_purpose purpose) { in zend_std_get_properties_for() argument
1924 switch (purpose) { in zend_std_get_properties_for()
1950 ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose purpose) { in zend_get_properties_for() argument
1954 return zobj->handlers->get_properties_for(zobj, purpose); in zend_get_properties_for()
1957 return zend_std_get_properties_for(zobj, purpose); in zend_get_properties_for()
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_columncount.phpt17 // The only purpose of this is to check if emulated and native PS
/PHP-8.2/ext/openssl/
H A Dopenssl.stub.php402 function openssl_x509_checkpurpose(OpenSSLCertificate|string $certificate, int $purpose, array $ca_… argument
/PHP-8.2/
H A DUPGRADING.INTERNALS32 * Deprecated zend_atoi() and zend_atol(). Use ZEND_STRTOL() for general purpose
H A DREADME.md12 PHP is a popular general-purpose scripting language that is especially suited to
H A DREADME.REDIST.BINS176 ensure compatibility, or for any other purpose. I would appreciate
265 and license this software and its documentation for any purpose, provided
309 Permission is granted to anyone to use this software for any purpose,
364 purpose with or without fee is hereby granted, provided that the above
523 particular purpose, with respect to this code and accompanying
/PHP-8.2/ext/spl/
H A Dspl_array.c737 static HashTable *spl_array_get_properties_for(zend_object *object, zend_prop_purpose purpose) /* {… in spl_array_get_properties_for() argument
744 return zend_std_get_properties_for(object, purpose); in spl_array_get_properties_for()
752 switch (purpose) { in spl_array_get_properties_for()
761 return zend_std_get_properties_for(object, purpose); in spl_array_get_properties_for()
/PHP-8.2/ext/standard/libavifinfo/
H A DPATENTS50 merchantability, non-infringement, fitness for a particular purpose, or
/PHP-8.2/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt59 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.2/ext/mbstring/libmbfl/
H A DLICENSE181 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.2/ext/bcmath/libbcmath/
H A DLICENSE184 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.2/ext/date/
H A Dphp_date.c333 static HashTable *date_object_get_properties_for(zend_object *object, zend_prop_purpose purpose);
337 …HashTable *date_object_get_properties_for_timezone(zend_object *object, zend_prop_purpose purpose);
1926 static HashTable *date_object_get_properties_for(zend_object *object, zend_prop_purpose purpose) /*… in date_object_get_properties_for() argument
1931 switch (purpose) { in date_object_get_properties_for()
1939 return zend_std_get_properties_for(object, purpose); in date_object_get_properties_for()
2070 … *date_object_get_properties_for_timezone(zend_object *object, zend_prop_purpose purpose) /* {{{ */ in date_object_get_properties_for_timezone() argument
2075 switch (purpose) { in date_object_get_properties_for_timezone()
2083 return zend_std_get_properties_for(object, purpose); in date_object_get_properties_for_timezone()
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c2438 static HashTable *row_get_properties_for(zend_object *object, zend_prop_purpose purpose) in row_get_properties_for() argument
2446 if (purpose != ZEND_PROP_PURPOSE_DEBUG) { in row_get_properties_for()
2447 return zend_std_get_properties_for(object, purpose); in row_get_properties_for()
/PHP-8.2/ext/standard/html_tables/mappings/
H A D8859-5.TXT12 # No claims are made as to fitness for any particular purpose. No
H A D8859-1.TXT12 # No claims are made as to fitness for any particular purpose. No

Completed in 64 milliseconds

12