Home
last modified time | relevance | path

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

12

/PHP-7.4/tests/lang/
H A Dbug43958.phpt12 MyClass::loadCode('file-which-does-not-exist-on-purpose.php');
14 Warning: include(file-which-does-not-exist-on-purpose.php): failed to open stream: No such file or …
16 Warning: include(): Failed opening 'file-which-does-not-exist-on-purpose.php' for inclusion (includ…
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_x509_checkpurpose_basic.phpt2 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 Dopenssl_error_string_basic.phpt135 // 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-7.4/ext/xml/tests/
H A Dbug71592.phpt9 // The tag mismatch at the end of the XML is on purpose, to make sure that the
/PHP-7.4/Zend/
H A Dzend_object_handlers.h117 typedef zend_array *(*zend_object_get_properties_for_t)(zval *object, zend_prop_purpose purpose);
237 ZEND_API HashTable *zend_std_get_properties_for(zval *obj, zend_prop_purpose purpose);
241 ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose purpose);
H A Dzend_object_handlers.c1878 ZEND_API HashTable *zend_std_get_properties_for(zval *obj, zend_prop_purpose purpose) { in zend_std_get_properties_for() argument
1880 switch (purpose) { in zend_std_get_properties_for()
1907 ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose purpose) { in zend_get_properties_for() argument
1909 return Z_OBJ_HT_P(obj)->get_properties_for(obj, purpose); in zend_get_properties_for()
1912 return zend_std_get_properties_for(obj, purpose); in zend_get_properties_for()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_columncount.phpt16 // The only purpose of this is to check if emulated and native PS
/PHP-7.4/azure/
H A Dcommunity_job.yml6 # The purpose of the job is to test open-source community projects against an aggressive
/PHP-7.4/
H A DUPGRADING.INTERNALS73 HashTable *get_properties_for(zval *obj, zend_prop_purpose purpose)
96 ZEND_PROP_PURPOSE_DEBUG purpose, but remains available for backwards-
101 zend_get_properties_for() with the ZEND_PROP_PURPOSE_DEBUG purpose:
H A DREADME.md12 PHP is a popular general-purpose scripting language that is especially suited to
H A DREADME.REDIST.BINS175 ensure compatibility, or for any other purpose. I would appreciate
264 and license this software and its documentation for any purpose, provided
308 Permission is granted to anyone to use this software for any purpose,
388 purpose with or without fee is hereby granted, provided that the above
547 particular purpose, with respect to this code and accompanying
/PHP-7.4/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-7.4/ext/spl/
H A Dspl_array.c788 static HashTable *spl_array_get_properties_for(zval *object, zend_prop_purpose purpose) /* {{{ */ in spl_array_get_properties_for() argument
795 return zend_std_get_properties_for(object, purpose); in spl_array_get_properties_for()
803 switch (purpose) { in spl_array_get_properties_for()
813 return zend_std_get_properties_for(object, purpose); in spl_array_get_properties_for()
/PHP-7.4/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-7.4/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-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_affected_rows.phpt209 printf("[041] The invalid SELECT statement is issued on purpose\n");
/PHP-7.4/ext/date/
H A Dphp_date.c665 static HashTable *date_object_get_properties_for(zval *object, zend_prop_purpose purpose);
670 static HashTable *date_object_get_properties_for_timezone(zval *object, zend_prop_purpose purpose);
2295 static HashTable *date_object_get_properties_for(zval *object, zend_prop_purpose purpose) /* {{{ */ in date_object_get_properties_for() argument
2301 switch (purpose) { in date_object_get_properties_for()
2309 return zend_std_get_properties_for(object, purpose); in date_object_get_properties_for()
2445 static HashTable *date_object_get_properties_for_timezone(zval *object, zend_prop_purpose purpose) … in date_object_get_properties_for_timezone() argument
2451 switch (purpose) { in date_object_get_properties_for_timezone()
2459 return zend_std_get_properties_for(object, purpose); in date_object_get_properties_for_timezone()
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc123 // which should not be an issue for the test purpose.
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c2559 static HashTable *row_get_properties_for(zval *object, zend_prop_purpose purpose) in row_get_properties_for() argument
2566 if (purpose != ZEND_PROP_PURPOSE_DEBUG || stmt == NULL) { in row_get_properties_for()
2567 return zend_std_get_properties_for(object, purpose); in row_get_properties_for()
/PHP-7.4/ext/openssl/
H A Dopenssl.c169 ZEND_ARG_INFO(0, purpose)
2583 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert() argument
2599 if (purpose >= 0 && !X509_STORE_CTX_set_purpose(csc, purpose)) { in check_cert()
2620 zend_long purpose; in PHP_FUNCTION() local
2625 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl|a!s", &zcert, &purpose, &zcainfo, &untrusted, &untr… in PHP_FUNCTION()
2647 ret = check_cert(cainfo, cert, untrustedchain, (int)purpose); in PHP_FUNCTION()
/PHP-7.4/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
H A D8859-15.TXT13 # No claims are made as to fitness for any particular purpose. No
H A DKOI8-R.TXT12 # No claims are made as to fitness for any particular purpose. No
H A DROMAN.TXT48 # purpose. In no event will Apple be liable for direct, indirect,

Completed in 115 milliseconds

12